/* =====================================
   01 GLOBAL RESET, TOKENS, UTILITIES
   ===================================== */

/* =====================================
   01 GLOBAL RESET, TOKENS, UTILITIES
   ===================================== */

:root {
  --green-950: #003c22;
  --green-900: #00542e;
  --green-800: #086738;
  --green-700: #0d7a43;
  --green-100: #eaf4ed;
  --orange-600: #f47b00;
  --orange-500: #ff9100;
  --orange-100: #fff0dc;
  --ink-950: #08152d;
  --ink-700: #344057;
  --ink-500: #687086;
  --paper: #ffffff;
  --mist: #f6f8f6;
  --line: #e7ece7;
  --shadow-soft: 0 18px 48px rgba(8, 21, 45, 0.08);
  --shadow-card: 0 14px 34px rgba(8, 21, 45, 0.1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: 190px;
}

body {
  margin: 0;
  background: var(--mist);
  color: var(--ink-950);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

section,
[id] {
  scroll-margin-top: 190px;
}

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

button,
input,
textarea {
  font: inherit;
  letter-spacing: 0;
}

svg {
  width: 1em;
  height: 1em;
  stroke-width: 2.35;
}

.shell {
  width: calc(100% - 64px);
  max-width: 1440px;
  margin-inline: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1;
  transition:
  transform 180ms ease,
  box-shadow 180ms ease,
  background 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(8, 21, 45, 0.16);
}

.btn-green {
  background: linear-gradient(180deg, var(--green-800), var(--green-950));
  color: var(--paper);
}

.btn-ink {
  background: var(--ink-950);
  color: var(--paper);
}

.announce-pill {
  width:max-content;
  padding:3px 10px 4px;
  border-radius:999px;
  color:#7d3200;
  font-size:11px;
  line-height:1;
  font-style:normal;
  font-weight:950;
  letter-spacing:.02em;
  text-transform:uppercase;
  background:rgba(255,255,255,.88);
  box-shadow:0 8px 16px rgba(116,47,0,.16);
}

.update-item-icon {
  width:52px;
  height:52px;
  min-width:52px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.speaker-update-icon {
  position:relative;
  flex-shrink:0;
  background:
  radial-gradient(circle at top left,rgba(255,255,255,.18),transparent 42%),
  rgba(255,255,255,.06);
  border:1px solid rgba(246,226,122,.35);
  box-shadow:
  0 0 18px rgba(246,226,122,.18),
  inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}

.speaker-update-icon:hover {
  transform:translateY(-3px) scale(1.05);
  border-color:rgba(246,226,122,.58);
  box-shadow:
  0 0 24px rgba(246,226,122,.30),
  0 10px 26px rgba(0,0,0,.22);
}

.speaker-update-icon img {
  width:26px;
  height:26px;
  object-fit:contain;
  display:block;
  filter:
  brightness(0)
  saturate(100%)
  invert(88%)
  sepia(38%)
  saturate(686%)
  hue-rotate(346deg)
  brightness(103%)
  contrast(96%);
}

.phone-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border-radius: 50%;
  background: #f7fbf8;
  box-shadow: inset 0 0 0 1px rgba(0, 92, 54, 0.12);
}

.phone-icon img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}

@keyframes updates-auto-scroll {
  from{transform:translateX(0);}
        to{transform:translateX(-50%);}
}

@keyframes update-leaf-vanish {
  0%,38%{
          opacity:0;
          transform:translate(0,0) rotate(-24deg) scale(.72);
        }
        48%{
          opacity:.96;
        }
        100%{
          opacity:0;
          transform:translate(-74px,-22px) rotate(42deg) scale(1.18);
        }
}

@keyframes header-glitter-drift {
  0%{
          background-position:10px 20px,80px 10px,140px 38px;
        }
        100%{
          background-position:170px 80px,310px 130px,430px 188px;
        }
}

@keyframes header-glitter-twinkle {
  0%,100%{
          opacity:.38;
          filter:brightness(1);
        }
        50%{
          opacity:.72;
          filter:brightness(1.35);
        }
}

@keyframes header-light-sweep {
  0%,38%{
          left:-45%;
          opacity:0;
        }
        50%{
          opacity:.75;
        }
        72%,100%{
          left:120%;
          opacity:0;
        }
}

@keyframes logo-soft-glow {
  0%,100%{
          box-shadow:0 12px 22px rgba(0,0,0,.13);
        }
        50%{
          box-shadow:0 12px 22px rgba(0,0,0,.12),0 0 18px rgba(255,152,0,.3);
        }
}

@keyframes header-click-pop {
  0%{transform:scale(1);}
        45%{transform:scale(1.12);}
        100%{transform:scale(1);}
}

.type-title {
  position: relative;
  width: 100%;
  min-height: 3.09em;
  margin: 0;
  color: var(--green-900, #005734);
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 900;
  line-height: 1.03;
  text-transform: uppercase;
}

.type-row {
  position: relative;
  display: block;
  width: 100%;
  height: 1.03em;
  overflow: visible;
}

.type-reserve {
  display: block;
  visibility: hidden;
  white-space: nowrap;
}

.type-live {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  white-space: nowrap;
}

.type-orange {
  color: var(--orange-600, #f47c00);
}

.type-cursor {
  display: block;
  width: 9px;
  height: 0.72em;
  margin-top: 10px;
  background: var(--orange-500, #ff8800);
  animation: typeBlink 700ms steps(1) infinite;
}

.icon-img {
  width: 1em;
  height: 1em;
  display: inline-block;
  object-fit: contain;
  vertical-align: -0.14em;
}

@keyframes typeBlink {
  50% {
          opacity: 0;
        }
}

.btn-light {
  color: var(--green-900, #005734);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(10, 40, 24, 0.12);
}

@keyframes heroTextRun {
  to {
          transform: translateY(-120px);
        }
}

@keyframes about-badge-float {
  0%, 100% {
        transform: translateY(-50%) translateX(0) rotate(0deg);
      }
      50% {
        transform: translateY(calc(-50% - 18px)) translateX(6px) rotate(2deg);
      }
}

@keyframes metrics-panel-glow {
  0%,
      100% {
        box-shadow:
          0 0 0 rgba(255, 145, 0, 0),
          inset 0 0 28px rgba(255, 255, 255, 0.04);
      }
      50% {
        box-shadow:
          0 0 28px rgba(255, 145, 0, 0.16),
          inset 0 0 34px rgba(255, 255, 255, 0.08);
      }
}

@keyframes metrics-shine {
  0% {
        left: -35%;
        opacity: 0;
      }
      18% {
        opacity: 1;
      }
      52% {
        opacity: 0.8;
      }
      100% {
        left: 115%;
        opacity: 0;
      }
}

@keyframes metric-icon-glow {
  0%,
      100% {
        transform: translateY(0) scale(1);
        box-shadow: 0 0 0 rgba(255, 244, 223, 0);
      }
      50% {
        transform: translateY(-2px) scale(1.04);
        box-shadow: 0 0 20px rgba(255, 244, 223, 0.38);
      }
}

@keyframes metric-number-glow {
  0%,
      100% {
        text-shadow: 0 0 12px rgba(255, 244, 223, 0.12);
      }
      50% {
        text-shadow:
          0 0 12px rgba(255, 244, 223, 0.55),
          0 0 24px rgba(255, 145, 0, 0.24);
      }
}

@keyframes metrics-light-sweep {
  0% {
        opacity: 0.55;
      }
      100% {
        opacity: 0.95;
      }
}

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

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

.caption-floating-icon {
  position: relative;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  animation: admissionCaptionFloat 2.8s ease-in-out infinite;
}

.caption-floating-icon::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: admissionCaptionPulse 2.4s ease-in-out infinite;
}

.caption-floating-icon .icon-img {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.caption-line {
  width: 58px;
  height: 4px;
  border-radius: 999px;
  background: var(--admission-orange);
}

@keyframes admissionIconFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
      50% { transform: translateY(-10px) rotate(1.5deg); }
}

@keyframes admissionIconActiveFloat {
  0%, 100% { transform: translateY(-2px) scale(1.04); }
      50% { transform: translateY(-13px) scale(1.08); }
}

@keyframes admissionIconTilt {
  0%, 100% { transform: rotate(0deg); }
      50% { transform: rotate(-5deg); }
}

@keyframes admissionIconPulse {
  0%, 100% {
        opacity: 0.45;
        transform: scale(0.92);
      }
      50% {
        opacity: 0.95;
        transform: scale(1.1);
      }
}

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

@keyframes admissionCaptionPulse {
  0%, 100% {
        opacity: 0.35;
        transform: scale(0.9);
      }
      50% {
        opacity: 0.9;
        transform: scale(1.08);
      }
}

@keyframes announcement-card-in {
  from {
        opacity: 0;
        transform: translateY(12px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
}

@keyframes announcement-side-run {
  from {
        transform: translateY(0);
      }
      to {
        transform: translateY(-50%);
      }
}

@keyframes announcement-stream-pulse {
  0%,
      100% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(255, 127, 8, 0.14);
      }
      50% {
        transform: scale(1.18);
        box-shadow: 0 0 0 9px rgba(255, 127, 8, 0.07);
      }
}

@keyframes announcement-modal-in {
  from {
        opacity: 0;
        transform: translateY(12px) scale(0.985);
      }
      to {
        opacity: 1;
        transform: translateY(0) scale(1);
      }
}

html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
}

:root {
  --sps-green-950: #002f1e;
  --sps-green-900: #003f29;
  --sps-green-800: #00603c;
  --sps-green-700: #007f4d;
  --sps-green-100: #eaf5ef;
  --sps-gold: #d6a229;
  --sps-ink: #16261f;
  --sps-muted: #5f6d66;
  --sps-line: #dfe8e3;
  --sps-soft: #f7faf8;
  --sps-white: #ffffff;
  --sps-shadow: 0 18px 48px rgba(18, 40, 29, 0.12);
  --sps-shadow-strong: 0 28px 80px rgba(11, 41, 27, 0.18);
  --sps-radius: 18px;
  --sps-shell: min(1288px, calc(100% - 72px));
  --sps-heading: Georgia, "Times New Roman", serif;
  --sps-body: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--sps-ink);
  background: var(--sps-white);
  font-family: var(--sps-body);
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}
@media(max-width:760px) {
  html {
    scroll-padding-top: 165px;
  }
  section,
  [id] {
    scroll-margin-top: 165px;
  }
}

@media (max-width: 460px) {
  .type-title {
    font-size: 2.55rem;
  }
  .btn {
    width: 100%;
    min-height: 52px;
  }
}

@media (max-width: 1180px) {
  :root {
    --sps-shell: min(100% - 48px, 1060px);
  }
}

@media (max-width: 760px) {
  :root {
    --sps-shell: min(100% - 32px, 620px);
  }
}

/* =====================================
   02 HEADER
   ===================================== */

.site-header {
  --school-green:#005c36;
  --school-green-dark:#003f25;
  --school-green-light:#0b7a49;
  --school-orange:#ff8500;
  --school-orange-light:#ffad1f;
  --school-text:#101827;
  position:sticky;
  top:0;
  z-index:999;
  overflow:visible;
  background:transparent;
  font-family:inherit;
}

.header-shell {
  width:min(100% - 44px,1500px);
  margin:0 auto;
}

.notice-bar {
  position:relative;
  min-height:74px;
  padding:1px 0 30px;
  overflow:hidden;
  color:#fff;
  isolation:isolate;
  background:
  radial-gradient(circle at 9% 40%,rgba(255,236,171,.42),transparent 22%),
  radial-gradient(circle at 38% 12%,rgba(255,255,255,.08),transparent 18%),
  linear-gradient(112deg,#ff7600 0%,#ff9d18 22%,#eb7100 26%,#005c36 26.2%,#004528 100%);
  box-shadow:inset 0 -1px 0 rgba(255,255,255,.12);
}

.notice-bar::before {
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  opacity:.62;
  mix-blend-mode:screen;
  background-image:
  radial-gradient(circle,rgba(255,214,70,.95) 0 1.4px,transparent 2px),
  radial-gradient(circle,rgba(255,255,255,.85) 0 1px,transparent 1.8px),
  radial-gradient(circle,rgba(255,132,0,.9) 0 1.8px,transparent 2.6px);
  background-size:160px 80px,230px 120px,290px 150px;
  background-position:10px 20px,80px 10px,140px 38px;
  animation:header-glitter-drift 12s linear infinite,header-glitter-twinkle 2.4s ease-in-out infinite;
}

.notice-bar::after {
  content:"";
  position:absolute;
  left:-3%;
  right:-3%;
  bottom:-30px;
  z-index:2;
  height:48px;
  border-radius:50% 50% 0 0;
  background:linear-gradient(90deg,#ff7600 0 24%,#ffb02a 24% 26%,var(--school-green-light) 26% 100%);
}

.notice-inner {
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  gap:28px;
}

.updates-label {
  position:relative;
  display:grid;
  align-items:center;
  flex-shrink:0;
}

.updates-label.tree-announcement {
  grid-template-columns:66px 1fr;
  column-gap:16px;
  width:372px;
  min-height:82px;
  padding:9px 26px 10px 24px;
  overflow:visible;
  background:transparent;
}

.tree-icon-box {
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  overflow:hidden;
  border-radius:16px;
  border:2px solid rgba(255,238,163,.86);
  background:
  radial-gradient(circle at 35% 28%,rgba(255,191,52,.2),transparent 40%),
  linear-gradient(145deg,#054125 0%,#002c1a 100%);
  box-shadow:
  inset 0 0 0 1px rgba(255,255,255,.14),
  0 10px 20px rgba(105,45,0,.24),
  0 0 26px rgba(255,234,138,.42);
}

.tree-icon-box img {
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:14px;
}

.updates-copy {
  position:relative;
  z-index:1;
  display:grid;
  gap:6px;
}

.tree-announcement .updates-copy strong {
  color:#fff;
  font-size:19px;
  line-height:1.05;
  font-weight:950;
  text-shadow:0 2px 10px rgba(116,47,0,.28);
}

.tree-announcement .updates-copy em {
  color:#fff9e8;
  font-size:12px;
  line-height:1;
  font-style:normal;
  font-weight:900;
  text-shadow:0 1px 8px rgba(116,47,0,.22);
}

.updates-rail {
  position:relative;
  display:flex;
  align-items:center;
  flex:1;
  min-width:0;
  height:62px;
  overflow:hidden;
  mask-image:linear-gradient(90deg,transparent 0,#000 92px,#000 calc(100% - 40px),transparent 100%);
}

.updates-rail::before {
  content:"";
  position:absolute;
  left:0;
  top:5px;
  z-index:4;
  width:116px;
  height:52px;
  pointer-events:none;
  background:linear-gradient(90deg,#005c36 0%,rgba(0,92,54,.96) 58%,rgba(0,92,54,0) 100%);
}

.updates-gate {
  position:absolute;
  left:18px;
  top:8px;
  z-index:6;
  width:2px;
  height:46px;
  border-radius:999px;
  background:linear-gradient(180deg,transparent,#ffb21f,transparent);
  box-shadow:0 0 16px rgba(255,178,31,.72),0 0 34px rgba(255,133,0,.32);
}

.updates-gate i {
  position:absolute;
  left:10px;
  top:18px;
  width:11px;
  height:7px;
  border-radius:11px 0 11px 0;
  opacity:0;
  background:linear-gradient(135deg,#ffd34d,#49bd69);
  filter:drop-shadow(0 0 7px rgba(255,210,64,.34));
  transform:rotate(-22deg);
  animation:update-leaf-vanish 3.2s ease-in-out infinite;
}

.updates-gate i:nth-child(2) {
  animation-delay:.22s;top:9px;left:28px;
}

.updates-gate i:nth-child(3) {
  animation-delay:.52s;top:26px;left:34px;
}

.updates-gate i:nth-child(4) {
  animation-delay:.85s;top:15px;left:52px;
}

.updates-gate i:nth-child(5) {
  animation-delay:1.12s;top:31px;left:15px;
}

.updates-gate i:nth-child(6) {
  animation-delay:1.42s;top:3px;left:48px;
}

.updates-track {
  display:flex;
  align-items:center;
  width:max-content;
  padding-left:132px;
  animation:updates-auto-scroll 30s linear infinite;
}

.updates-rail:hover .updates-track {
  animation-play-state:paused;
}

.updates-track.is-manual {
  animation:none;
  transform:translateX(var(--updates-shift,0px));
  transition:transform .42s ease;
}

.updates-group {
  display:flex;
  align-items:center;
  gap:34px;
  padding-right:34px;
}

.updates-group a {
  display:inline-flex;
  align-items:center;
  gap:14px;
  min-width:max-content;
  color:rgba(255,255,255,.92);
  text-decoration:none;
  font-size:14px;
  line-height:1.35;
  font-weight:850;
  white-space:nowrap;
  transition:transform .25s ease,color .25s ease;
}

.updates-group a:hover {
  color:#fff;
  transform:translateY(-2px);
}

.updates-divider {
  width:1px;
  height:42px;
  flex-shrink:0;
  background:linear-gradient(to bottom,transparent,rgba(255,255,255,.35),transparent);
}

.notice-controls {
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
}

.notice-controls button {
  width:35px;
  height:35px;
  padding:0;
  border-radius:50%;
  border:1px solid rgba(246,226,122,.28);
  background:
  radial-gradient(circle at 32% 24%,rgba(255,255,255,.18),transparent 42%),
  rgba(255,255,255,.07);
  backdrop-filter:blur(12px);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:
  inset 0 1px 0 rgba(255,255,255,.10),
  0 0 16px rgba(246,226,122,.10),
  0 8px 20px rgba(0,0,0,.16);
  transition:
  transform .25s ease,
  background .25s ease,
  box-shadow .25s ease,
  border-color .25s ease;
}

.notice-controls button:hover {
  transform:translateY(-2px) scale(1.04);
  border-color:rgba(246,226,122,.48);
  background:
  radial-gradient(circle at 32% 24%,rgba(255,255,255,.24),transparent 42%),
  rgba(255,255,255,.10);
  box-shadow:
  0 0 22px rgba(246,226,122,.20),
  0 12px 26px rgba(0,0,0,.22);
}

.control-icon {
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.control-icon img {
  width:20px;
  height:20px;
  object-fit:contain;
  display:block;
  filter:
  brightness(0)
  saturate(100%)
  invert(96%)
  sepia(44%)
  saturate(624%)
  hue-rotate(335deg)
  brightness(105%)
  contrast(101%);
  opacity:.96;
}

.main-nav {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(560px, auto) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 124px;
  margin-top: -30px;
  padding: 16px 24px;
  overflow: visible;
  isolation: isolate;
  border: 1px solid rgba(0, 92, 54, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 38px rgba(16, 24, 39, 0.13);
  backdrop-filter: blur(18px);
}

.main-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.46;
  border-radius: 28px;
  background-image:
  radial-gradient(circle, rgba(255, 152, 0, 0.34) 0 1.2px, transparent 2px),
  radial-gradient(circle, rgba(0, 92, 54, 0.18) 0 1px, transparent 1.8px),
  radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 1.4px, transparent 2.2px);
  background-size: 190px 90px, 260px 140px, 340px 170px;
  background-position: 20px 30px, 110px 70px, 190px 18px;
  animation: header-glitter-drift 16s linear infinite reverse, header-glitter-twinkle 3s ease-in-out infinite;
}

.main-nav::after {
  content: "";
  position: absolute;
  top: 0;
  left: -45%;
  z-index: 1;
  width: 34%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.78), transparent);
  transform: skewX(-18deg);
  animation: header-light-sweep 5.8s ease-in-out infinite;
}

.brand,
.nav-panel,
.menu-toggle {
  position: relative;
  z-index: 3;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 540px;
  color: inherit;
  text-decoration: none;
  overflow: visible;
}

.brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #fff 0 32%, #fff6e5 68%, #ffe1a3 100%);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.13);
  animation: logo-soft-glow 3.4s ease-in-out infinite;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  padding: 6px;
  transform: translateY(2px);
}

.brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 420px;
  overflow: visible;
}

.brand strong {
  color: var(--school-green);
  font-size: 25px;
  line-height: 1.12;
  font-weight: 950;
  text-transform: uppercase;
}

.brand em {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin-top: 9px;
  color: var(--school-orange);
  font-size: 11px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}

.brand em::before,
.brand em::after {
  content: "";
  width: 14px;
  height: 2px;
  flex: 0 0 14px;
  border-radius: 999px;
  background: var(--school-orange);
}

.nav-panel {
  display: grid;
  align-content: center;
  gap: 17px;
  min-width: 0;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.phone-link,
.apply-btn,
.enquire-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  border-radius: 15px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.phone-link {
  padding: 5px 17px 5px 7px;
  color: var(--school-text);
  background: #fff;
  box-shadow: 0 9px 20px rgba(16, 24, 39, 0.12), inset 0 0 0 1px rgba(16, 24, 39, 0.08);
  text-transform: none;
}

.apply-btn {
  padding: 0 21px;
  color: #fff;
  background: linear-gradient(135deg, #ff7900, #ffad1f);
  box-shadow: 0 12px 22px rgba(255, 133, 0, 0.28);
}

.enquire-btn {
  padding: 0 23px;
  color: #fff;
  background: linear-gradient(135deg, var(--school-green-light), var(--school-green-dark));
  box-shadow: 0 12px 22px rgba(0, 92, 54, 0.26);
}

.action-icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  overflow: hidden;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.action-icon img {
  width: 74%;
  height: 74%;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 0;
  flex-wrap: nowrap;
}

.nav-links a,
.nav-links button.nav-parent {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 11px;
  border: 0;
  border-radius: 12px;
  color: var(--school-text);
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.nav-links a:hover,
.nav-links button.nav-parent:hover {
  color: var(--school-green);
  background: rgba(0, 92, 54, 0.07);
  transform: translateY(-3px) scale(1.055);
}

.nav-links a.is-active,
.nav-links button.nav-parent.is-active {
  color: #fff;
  background: linear-gradient(135deg, #ff7900, #ffad1f);
  box-shadow: 0 10px 18px rgba(255, 133, 0, 0.26);
}

.nav-links a.is-active::after,
.nav-links button.nav-parent.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #ff8b05;
  transform: translateX(-50%) rotate(45deg);
}

.nav-links .nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
}

.nav-links .nav-parent {
  gap: 6px;
}

.nav-chevron {
  width: 12px;
  height: 12px;
  object-fit: contain;
  opacity: 0.68;
  filter: brightness(0) saturate(100%) invert(6%) sepia(40%) saturate(1318%) hue-rotate(190deg) brightness(92%) contrast(95%);
  transition: transform 180ms ease, filter 180ms ease;
}

.nav-has-dropdown:hover .nav-chevron,
.nav-has-dropdown:focus-within .nav-chevron,
.nav-has-dropdown.is-open .nav-chevron {
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(28%) sepia(95%) saturate(811%) hue-rotate(118deg) brightness(88%) contrast(97%);
}

.nav-parent.is-active .nav-chevron {
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}

.nav-submenu {
  position: absolute;
  left: 50%;
  top: calc(100% + 12px);
  z-index: 80;
  width: 238px;
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(0, 92, 54, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 46px rgba(16, 24, 39, 0.16);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.nav-submenu::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  border-left: 1px solid rgba(0, 92, 54, 0.12);
  border-top: 1px solid rgba(0, 92, 54, 0.12);
  background: #ffffff;
  transform: translateX(-50%) rotate(45deg);
}

.nav-has-dropdown:hover .nav-submenu,
.nav-has-dropdown:focus-within .nav-submenu,
.nav-has-dropdown.is-open .nav-submenu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translate(-50%, 0);
}

.nav-links .nav-submenu a {
  justify-content: flex-start;
  gap: 10px;
  min-height: 44px;
  padding: 0 11px;
  border-radius: 12px;
  color: #102033;
  background: transparent;
  font-size: 0.76rem;
  box-shadow: none;
  transform: none;
}

.nav-links .nav-submenu a::after {
  display: none;
}

.nav-links .nav-submenu a:hover,
.nav-links .nav-submenu a.is-current {
  color: var(--school-green);
  background: #edf6f1;
  transform: none;
}

.nav-submenu span {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 28px;
  border-radius: 9px;
  background: #e9f4ef;
}

.nav-submenu span img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(28%) sepia(95%) saturate(811%) hue-rotate(118deg) brightness(88%) contrast(97%);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 14px;
  color: #fff;
  cursor: pointer;
  background: var(--school-green);
  box-shadow: 0 12px 22px rgba(0, 92, 54, 0.22);
}

.menu-toggle img,
.icon-img {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
}

.site-header .phone-link,
.site-header .apply-btn,
.site-header .enquire-btn,
.site-header .nav-links a,
.site-header .notice-controls button,
.site-header .menu-toggle {
  transform-origin: center;
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 180ms ease, filter 180ms ease;
  will-change: transform;
}

.site-header .phone-link:hover,
.site-header .apply-btn:hover,
.site-header .enquire-btn:hover,
.site-header .notice-controls button:hover,
.site-header .menu-toggle:hover {
  transform: translateY(-3px) scale(1.055);
  filter: brightness(1.04) saturate(1.08);
}

.site-header .phone-link:active,
.site-header .apply-btn:active,
.site-header .enquire-btn:active,
.site-header .nav-links a:active,
.site-header .notice-controls button:active,
.site-header .menu-toggle:active {
  transform: scale(0.94);
}

.site-header .apply-btn:hover {
  box-shadow: 0 18px 34px rgba(255, 132, 0, 0.38), 0 0 24px rgba(255, 166, 35, 0.24);
}

.site-header .enquire-btn:hover {
  box-shadow: 0 18px 34px rgba(0, 92, 54, 0.36), 0 0 24px rgba(0, 128, 73, 0.22);
}

.site-header .phone-link:hover {
  box-shadow: 0 16px 30px rgba(16, 24, 39, 0.16), inset 0 0 0 1px rgba(0, 92, 54, 0.12);
}

.updates-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  gap: 18px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(0, 100, 61, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 26px 70px rgba(7, 18, 37, 0.09);
}

.updates-list article {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto 44px;
  gap: 20px;
  align-items: center;
  padding: 26px 28px;
  border: 1px solid rgba(0, 100, 61, 0.08);
  border-radius: 22px;
  background: #fff;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.updates-list article:nth-child(even) {
  background: linear-gradient(90deg, rgba(237, 247, 239, 0.72), #fff);
}

.updates-list article:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(7, 18, 37, 0.08);
}

.updates-list article:has(time.orange-date) .announcement-icon {
  background: var(--announce-orange-soft);
}

.updates-list article:has(time.orange-date) .announcement-icon .announcements-icon-img {
  filter: var(--announce-orange-filter) !important;
}

.updates-list article:not(:has(time.orange-date)) .announcement-icon {
  background: var(--announce-green-soft);
}

.updates-list article:not(:has(time.orange-date)) .announcement-icon .announcements-icon-img {
  filter: var(--announce-green-filter) !important;
}

.updates-list time {
  color: var(--announce-green);
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.updates-list time.orange-date {
  color: var(--announce-orange);
}

.updates-list article:has(time.orange-date) .announcement-arrow {
  background: var(--announce-orange-soft);
}

.updates-list article:has(time.orange-date) .announcement-arrow .announcements-icon-img {
  filter: var(--announce-orange-filter) !important;
}

.updates-list article:not(:has(time.orange-date)) .announcement-arrow {
  background: var(--announce-green-soft);
}

.updates-list article:not(:has(time.orange-date)) .announcement-arrow .announcements-icon-img {
  filter: var(--announce-green-filter) !important;
}

.site-header .menu-toggle {
  position: relative;
}

.site-header .menu-toggle i {
  display: none;
}

.site-header .menu-toggle::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 -7px 0 #ffffff, 0 7px 0 #ffffff;
}

body:has(.hero#home) .site-header,
body:has(.contact-page-modern) .site-header,
body:has(.admission-page-modern) .site-header,
body:has(.announcement-hero-modern) .site-header,
body:has(.sps-event-hero) .site-header,
body:has(.sps-gallery-hero) .site-header,
body:has(.sps-patron-banner) .site-header {
  margin-bottom: calc(var(--floating-nav-overlap) * -1);
}

/* =====================================
   02 HEADER RESPONSIVE
   ===================================== */

@media (max-width: 1460px) {
  .main-nav {
    grid-template-columns: minmax(500px, auto) minmax(0, 1fr);
    gap: 18px;
  }
  .brand {
    min-width: 480px;
  }
  .brand-text {
    max-width: 360px;
  }
  .nav-links {
    gap: 4px;
  }
  .nav-links a,
  .nav-links button.nav-parent {
    padding: 0 8px;
    font-size: 11px;
  }
}

@media (max-width: 1360px) {
  .header-shell {
    width: min(100% - 32px, 1280px);
  }
  .main-nav {
    grid-template-columns: minmax(440px, auto) minmax(0, 1fr);
    padding: 15px 20px;
  }
  .brand {
    min-width: 420px;
  }
  .brand-logo {
    width: 78px;
    height: 78px;
  }
  .brand-text {
    max-width: 310px;
  }
  .brand strong {
    font-size: 22px;
  }
  .brand em {
    font-size: 9.5px;
  }
}

@media (max-width: 1180px) {
  .notice-controls,
  .nav-actions {
    display: none;
  }
  .main-nav {
    grid-template-columns: auto 1fr;
    min-height: 104px;
    overflow: visible;
  }
  .brand {
    min-width: 0;
    justify-self: start;
  }
  .brand-text {
    max-width: none;
  }
  .nav-panel {
    order: -1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    justify-self: start;
  }
  .menu-toggle {
    display: flex !important;
  }
  .nav-links {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: auto;
    width: min(290px, calc(100vw - 28px));
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 14px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 20px 40px rgba(16, 24, 39, 0.16);
  }
  .nav-links.is-open {
    display: flex;
  }
  .nav-links a,
  .nav-links button.nav-parent {
    justify-content: flex-start;
    min-height: 44px;
    padding: 0 16px;
    font-size: 13px;
  }
  .nav-links a.is-active::after,
  .nav-links button.nav-parent.is-active::after {
    display: none;
  }
  .nav-links .nav-item {
    display: grid;
    width: 100%;
  }
  .nav-submenu {
    position: static;
    width: 100%;
    margin-top: 4px;
    padding: 8px;
    border-radius: 14px;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: #f4faf7;
  }
  .nav-submenu::before {
    display: none;
  }
  .nav-links .nav-submenu a {
    min-height: 40px;
    font-size: 12px;
  }
}

@media (max-width: 760px) {
  .header-shell {
    width: min(100% - 20px, 100%);
  }
  .main-nav {
    min-height: 82px;
    margin-top: -30px;
    padding: 12px 14px;
    border-radius: 22px;
  }
  .main-nav::before {
    border-radius: 22px;
    opacity: 0.32;
  }
  .main-nav::after {
    display: none;
  }
  .brand {
    gap: 10px;
  }
  .brand-logo {
    width: 58px;
    height: 58px;
  }
  .brand-text {
    min-width: 0;
  }
  .brand strong {
    font-size: 16px;
  }
  .brand em {
    display: none;
  }
  .menu-toggle {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }
  .menu-toggle img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 460px) {
  .brand strong {
    font-size: 14px;
  }
  .brand-logo {
    width: 54px;
    height: 54px;
  }
  .menu-toggle {
    width: 40px;
    height: 40px;
  }
}

@media(prefers-reduced-motion:reduce) {
  .notice-bar::before,
  .main-nav::before,
  .main-nav::after,
  .brand-logo,
  .updates-track,
  .updates-gate i {
    animation:none !important;
  }
}

@media (max-width: 820px) {
  .updates-list {
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 14px;
    padding: 16px;
    border-radius: 26px;
  }
  .updates-list article {
    grid-template-columns: 64px 1fr;
    gap: 16px;
    padding: 22px;
  }
  .updates-list time,
  .announcement-arrow {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .updates-list {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }
  .updates-list article {
    grid-template-columns: 1fr;
  }
  .updates-list time,
  .announcement-arrow {
    grid-column: auto;
  }
}
/* ===================================== */
/* HEADER DROPDOWN RESPONSIVE FIXES */
/* ===================================== */
.nav-submenu {
  max-width: calc(100vw - 48px);
  max-height: min(620px, calc(100vh - 190px));
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 92, 54, .38) transparent;
}

.nav-submenu::-webkit-scrollbar {
  width: 6px;
}

.nav-submenu::-webkit-scrollbar-track {
  background: transparent;
}

.nav-submenu::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(0, 92, 54, .34);
}

.nav-links .nav-submenu a {
  align-items: center;
  min-width: 0;
  white-space: normal;
  line-height: 1.28;
  text-align: left;
  overflow-wrap: anywhere;
}

.nav-submenu[aria-label="Activities submenu"] {
  width: min(440px, calc(100vw - 48px));
}

.nav-submenu[aria-label="Facilities submenu"] {
  width: min(620px, calc(100vw - 48px));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  max-height: min(520px, calc(100vh - 190px));
}

.nav-submenu[aria-label="Facilities submenu"] a {
  min-height: 58px;
}

@media (max-width: 1180px) {
  .nav-submenu,
  .nav-submenu[aria-label="Activities submenu"],
  .nav-submenu[aria-label="Facilities submenu"] {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
  }

  .nav-submenu {
    max-height: none;
    overflow-y: visible;
  }

  .nav-submenu[aria-label="Facilities submenu"] {
    max-height: min(380px, 58vh);
    overflow-y: auto;
  }

  .nav-links .nav-submenu a {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .nav-links .nav-submenu a {
    font-size: 11px;
  }
}
/* ===================================== */
/* HEADER MOBILE DROPDOWN COLLAPSE FIX */
/* ===================================== */
@media (max-width: 1180px) {
  .nav-links .nav-item.nav-has-dropdown .nav-submenu {
    display: none;
  }

  .nav-links .nav-item.nav-has-dropdown.is-open .nav-submenu {
    display: grid;
  }
}
/* ===================================== */
/* HEADER MOBILE SUBMENU POSITION FIX */
/* ===================================== */
@media (max-width: 1180px) {
  .nav-links .nav-item.nav-has-dropdown .nav-submenu,
  .nav-links .nav-item.nav-has-dropdown.is-open .nav-submenu {
    position: static;
    left: auto;
    top: auto;
    margin-top: 6px;
    transform: none;
  }
}
/* ===================================== */
/* WHY CHOOSE SPS HEADER BOX - FINAL */
/* Paste at the end of assets/css/common.css */
/* ===================================== */

.sps-site-toast {
  display: none !important;
}

.mobile-why-sps-link {
  display: none;
}

.why-sps-popup-link,
.mobile-why-sps-link {
  position: relative;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 133, 0, .28);
  border-radius: 16px;
  color: var(--school-green);
  background: linear-gradient(135deg, #fff 0%, #fff8eb 100%);
  box-shadow: 0 12px 24px rgba(255, 133, 0, .18), inset 0 0 0 1px rgba(255, 255, 255, .72);
  text-decoration: none;
  white-space: nowrap;
  isolation: isolate;
}

.why-sps-popup-link {
  display: inline-flex;
  gap: 10px;
  min-height: 52px;
  padding: 7px 18px 7px 9px;
  animation: why-sps-float 2.6s ease-in-out infinite;
}

.why-sps-popup-link::before,
.mobile-why-sps-link::before {
  content: "";
  position: absolute;
  inset: -6px;
  z-index: -1;
  border: 2px solid rgba(255, 133, 0, .20);
  border-radius: 22px;
  opacity: 0;
  animation: why-sps-ring 1.9s ease-out infinite;
}

.why-sps-badge {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  overflow: hidden;
  border-radius: 13px;
  border: 2px solid rgba(255, 226, 151, .94);
  background: linear-gradient(145deg, #054125, #002c1a);
  box-shadow: 0 0 0 6px rgba(255, 133, 0, .10);
}

.why-sps-badge img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.why-sps-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
  line-height: 1;
}

.why-sps-copy span,
.why-sps-mobile-text {
  color: inherit;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.why-sps-copy small {
  color: rgba(0, 92, 54, .72);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.why-sps-popup-link:hover,
.why-sps-popup-link.is-active,
.mobile-why-sps-link:hover,
.mobile-why-sps-link.is-active {
  color: #fff;
  border-color: rgba(0, 92, 54, .14);
  background: linear-gradient(135deg, #ff7900, #ffad1f);
  box-shadow: 0 18px 34px rgba(255, 133, 0, .30), 0 0 24px rgba(255, 166, 35, .22);
}

.why-sps-popup-link:hover .why-sps-copy small,
.why-sps-popup-link.is-active .why-sps-copy small {
  color: rgba(255, 255, 255, .88);
}

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

@keyframes why-sps-ring {
  0% {
    opacity: .72;
    transform: scale(.94);
  }
  100% {
    opacity: 0;
    transform: scale(1.12);
  }
}

@media (max-width: 1180px) {
  .main-nav {
    grid-template-columns: 44px minmax(0, 1fr) 126px;
    align-items: center;
    gap: 10px;
  }

  .brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    min-width: 0;
  }

  .nav-panel {
    grid-column: 1;
    grid-row: 1;
    order: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    justify-self: start;
  }

  .menu-toggle {
    display: flex !important;
  }

  .mobile-why-sps-link {
    z-index: 3;
    grid-column: 3;
    grid-row: 1;
    display: inline-flex;
    gap: 8px;
    min-height: 54px;
    padding: 0 9px;
    text-align: left;
  }

  .mobile-why-sps-link .why-sps-badge {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 12px;
  }

  .why-sps-mobile-text {
    white-space: normal;
  }

  .nav-actions {
    display: none !important;
  }

  .nav-links {
    left: 0;
    right: auto;
  }
}

@media (max-width: 760px) {
  .main-nav {
    grid-template-columns: 42px minmax(0, 1fr) 122px;
    gap: 8px;
  }

  .brand {
    gap: 8px;
  }

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

  .brand strong {
    font-size: 14px;
  }

  .mobile-why-sps-link {
    min-height: 50px;
    gap: 7px;
    padding: 0 8px;
  }

  .mobile-why-sps-link .why-sps-badge {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 11px;
  }

  .why-sps-mobile-text {
    font-size: 10px;
    line-height: 1.15;
  }
}

@media (max-width: 420px) {
  .main-nav {
    grid-template-columns: 40px minmax(0, 1fr) 112px;
    gap: 7px;
  }

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

  .brand strong {
    font-size: 12.5px;
  }

  .mobile-why-sps-link {
    min-height: 48px;
  }

  .mobile-why-sps-link .why-sps-badge {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .why-sps-mobile-text {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .why-sps-popup-link,
  .why-sps-popup-link::before,
  .mobile-why-sps-link::before {
    animation: none !important;
  }
}

/* =====================================
   WHY CHOOSE SPS - FINAL FIX
   Paste this at the END of assets/css/common.css
   ===================================== */

.main-nav {
  grid-template-columns: minmax(500px, auto) minmax(0, 1fr);
}

.nav-panel {
  justify-self: stretch;
  width: 100%;
}

.nav-actions,
.nav-links {
  justify-content: flex-end;
}

.why-sps-popup-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 7px 18px 7px 13px;
  border: 1px solid rgba(255, 133, 0, 0.3);
  border-radius: 16px;
  color: var(--school-green);
  background: linear-gradient(135deg, #fff 0%, #fff8eb 100%);
  box-shadow: 0 14px 26px rgba(255, 133, 0, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  text-decoration: none;
  white-space: nowrap;
  isolation: isolate;
  animation: why-sps-float 2.6s ease-in-out infinite;
}

.why-sps-popup-link::before {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border: 2px solid rgba(255, 133, 0, 0.22);
  border-radius: 22px;
  opacity: 0;
  animation: why-sps-ring 1.9s ease-out infinite;
}

.why-sps-popup-link::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: -7px;
  width: 14px;
  height: 14px;
  border-right: 1px solid rgba(255, 133, 0, 0.24);
  border-bottom: 1px solid rgba(255, 133, 0, 0.24);
  background: #fff8eb;
  transform: rotate(45deg);
}

.why-sps-popup-link:hover,
.why-sps-popup-link.is-active {
  color: #fff;
  border-color: rgba(0, 92, 54, 0.16);
  background: linear-gradient(135deg, #ff7900, #ffad1f);
  box-shadow: 0 18px 34px rgba(255, 133, 0, 0.3), 0 0 24px rgba(255, 166, 35, 0.22);
}

.why-sps-popup-link:hover::after,
.why-sps-popup-link.is-active::after {
  background: #ff9a14;
}

.why-sps-ping {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  border-radius: 50%;
  background: #ff8500;
  box-shadow: 0 0 0 6px rgba(255, 133, 0, 0.16);
}

.why-sps-popup-link:hover .why-sps-ping,
.why-sps-popup-link.is-active .why-sps-ping {
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
}

.why-sps-copy {
  display: grid;
  gap: 3px;
  line-height: 1;
}

.why-sps-copy span {
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.why-sps-copy small {
  color: rgba(0, 92, 54, 0.72);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.why-sps-popup-link:hover .why-sps-copy small,
.why-sps-popup-link.is-active .why-sps-copy small {
  color: rgba(255, 255, 255, 0.86);
}

.nav-link-why {
  display: none !important;
}

.sps-site-toast {
  position: fixed;
  top: 116px;
  right: 28px;
  z-index: 2000;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px;
  align-items: center;
  gap: 12px;
  width: min(400px, calc(100vw - 28px));
  padding: 12px;
  border: 1px solid rgba(255, 133, 0, 0.24);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(16, 24, 39, 0.22);
  animation: sps-toast-enter 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) both, sps-toast-pulse 2.8s ease-in-out 0.8s infinite;
}

.sps-site-toast.is-hidden {
  display: none;
}

.sps-site-toast-main {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.sps-site-toast-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 15px;
  border: 2px solid rgba(255, 226, 151, 0.9);
  background: linear-gradient(145deg, #054125, #002c1a);
  box-shadow: 0 0 0 8px rgba(255, 133, 0, 0.1);
}

.sps-site-toast-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sps-site-toast-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.sps-site-toast-copy strong {
  color: #005c36;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 950;
  text-transform: uppercase;
}

.sps-site-toast-copy em {
  color: #ff8500;
  font-size: 11px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.sps-site-toast-close {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #005c36;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

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

@keyframes why-sps-ring {
  0% {
    opacity: 0.7;
    transform: scale(0.92);
  }
  100% {
    opacity: 0;
    transform: scale(1.14);
  }
}

@keyframes sps-toast-enter {
  from {
    opacity: 0;
    transform: translateY(-18px) translateX(24px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
  }
}

@keyframes sps-toast-pulse {
  0%, 100% {
    box-shadow: 0 24px 54px rgba(16, 24, 39, 0.22);
  }
  50% {
    box-shadow: 0 24px 54px rgba(16, 24, 39, 0.22), 0 0 0 9px rgba(255, 133, 0, 0.08);
  }
}

.why-choose-page {
  background: #f6faf7;
}

.why-choose-shell {
  width: min(100% - 44px, 1180px);
  margin: 0 auto;
}

.why-choose-hero {
  position: relative;
  padding: 88px 0 70px;
  color: #fff;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 22%, rgba(255, 173, 31, 0.34), transparent 28%),
    linear-gradient(135deg, #004b2c 0%, #00683f 58%, #ff8a05 100%);
}

.why-choose-hero::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -42px;
  height: 82px;
  border-radius: 50% 50% 0 0;
  background: #f6faf7;
}

.why-choose-kicker {
  margin: 0 0 12px;
  color: #ffe6b0;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.why-choose-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.95;
  font-weight: 950;
  text-transform: uppercase;
}

.why-choose-intro {
  max-width: 780px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}

.why-choose-content {
  padding: 54px 0 84px;
}

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

.why-feature-column {
  display: grid;
  gap: 18px;
}

.why-feature-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  min-height: 142px;
  padding: 22px;
  border: 1px solid rgba(0, 92, 54, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 30, 20, 0.08);
}

.why-feature-number {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #005c36, #0b7a49);
  font-size: 18px;
  font-weight: 950;
}

.why-feature-card h2 {
  margin: 0 0 9px;
  color: #005c36;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 950;
  text-transform: uppercase;
}

.why-feature-card p {
  margin: 0;
  color: #263246;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}

.jee-neet-highlight {
  width: min(100%, 860px);
  margin: 30px auto 0;
  padding: 26px 34px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #ff7900, #ffad1f);
  box-shadow: 0 20px 44px rgba(255, 133, 0, 0.25);
}

.jee-neet-highlight span {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 950;
  text-transform: uppercase;
}

.jee-neet-highlight p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 700;
}

@media (max-width: 1460px) {
  .main-nav {
    grid-template-columns: minmax(430px, auto) minmax(0, 1fr);
  }

  .why-sps-popup-link {
    min-height: 44px;
    padding-right: 14px;
  }
}

@media (max-width: 1180px) {
  .nav-link-why {
    display: inline-flex !important;
  }

  .why-sps-popup-link {
    display: none;
  }

  .sps-site-toast {
    top: 92px;
    right: 14px;
  }
}

@media (max-width: 860px) {
  .why-choose-shell {
    width: min(100% - 28px, 100%);
  }

  .why-choose-hero {
    padding: 70px 0 56px;
  }

  .why-choose-grid {
    grid-template-columns: 1fr;
  }

  .sps-site-toast {
    width: calc(100vw - 28px);
  }
}

@media (max-width: 560px) {
  .why-feature-card {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .jee-neet-highlight {
    padding: 24px 20px;
  }

  .jee-neet-highlight span {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .why-sps-popup-link,
  .why-sps-popup-link::before,
  .sps-site-toast {
    animation: none !important;
  }
}

  /* =====================================
     why we choose sps 
     ===================================== */
      body.why-choose-page {
    background: #f4f8f3;
  }

  .why-modern {
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    background:
      linear-gradient(90deg, rgba(0, 92, 54, .045) 1px, transparent 1px),
      linear-gradient(180deg, rgba(0, 92, 54, .045) 1px, transparent 1px),
      #f4f8f3;
    background-size: 38px 38px;
  }

  .why-shell {
    width: min(100% - 48px, 1180px);
    margin: 0 auto;
  }

  .why-hero {
    position: relative;
    padding: 140px 0 92px;
    color: #fff;
    overflow: hidden;
    background:
      radial-gradient(circle at 12% 18%, rgba(255, 183, 45, .32), transparent 25%),
      radial-gradient(circle at 88% 24%, rgba(255, 255, 255, .14), transparent 26%),
      linear-gradient(135deg, #00351f 0%, #00643b 56%, #f08300 100%);
  }

  .why-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .35;
    background-image: radial-gradient(circle, rgba(255,255,255,.7) 0 1px, transparent 1.8px);
    background-size: 120px 120px;
    animation: whyDots 18s linear infinite;
  }

  .why-hero::after {
    content: "";
    position: absolute;
    left: -8%;
    right: -8%;
    bottom: -58px;
    height: 112px;
    border-radius: 50% 50% 0 0;
    background: #f4f8f3;
  }

  .why-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr .78fr;
    align-items: center;
    gap: 56px;
  }

  .why-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: #ffe7b6;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
  }

  .why-kicker::before {
    content: "";
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
  }

  .why-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(48px, 7vw, 92px);
    line-height: .92;
    font-weight: 950;
    text-transform: uppercase;
  }

  .why-hero-text {
    max-width: 680px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.9);
    font-size: 18px;
    line-height: 1.7;
    font-weight: 650;
  }

  .why-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
  }

  .why-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    transition: .25s ease;
    text-decoration: none;
  }

  .why-btn-primary {
    color: #07341f;
    background: #fff;
    box-shadow: 0 18px 34px rgba(0,0,0,.18);
  }

  .why-btn-outline {
    color: #fff;
    border: 1px solid rgba(255,255,255,.32);
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(10px);
  }

  .why-btn:hover {
    transform: translateY(-3px);
  }

  .why-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 40px;
  }

  .why-stats div {
    padding: 20px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(12px);
  }

  .why-stats strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    font-weight: 950;
  }

  .why-stats span {
    color: rgba(255,255,255,.78);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .why-visual {
    position: relative;
    min-height: 500px;
  }

  .why-photo {
    position: absolute;
    inset: 18px 0 0 34px;
    overflow: hidden;
    border: 12px solid rgba(255,255,255,.92);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 34px 80px rgba(0,0,0,.28);
    transform: rotate(2deg);
  }

  .why-photo img {
    width: 100%;
    height: 100%;
    min-height: 470px;
    object-fit: cover;
    animation: whyZoom 9s ease-in-out infinite alternate;
  }

  .why-chip {
    position: absolute;
    z-index: 2;
    display: grid;
    gap: 3px;
    width: 178px;
    padding: 18px;
    border-radius: 8px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 18px 42px rgba(0,0,0,.2);
    animation: whyFloat 4.5s ease-in-out infinite;
  }

  .why-chip strong {
    color: #005c36;
    font-size: 18px;
    font-weight: 950;
  }

  .why-chip span {
    color: #334155;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .why-chip-one {
    top: 0;
    left: 0;
  }

  .why-chip-two {
    right: 0;
    bottom: 58px;
    animation-delay: .7s;
  }

  .why-content {
    padding: 82px 0 76px;
  }

  .why-head {
    max-width: 800px;
    margin-bottom: 34px;
  }

  .why-head p {
    margin: 0 0 10px;
    color: #f47b00;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
  }

  .why-head h2 {
    margin: 0;
    color: #052c1b;
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: 1;
    font-weight: 950;
    text-transform: uppercase;
  }

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

  .why-card {
    position: relative;
    min-height: 286px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(0,92,54,.1);
    border-radius: 8px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 20px 46px rgba(8,21,45,.08);
    opacity: 0;
    transform: translateY(24px);
    transition: .6s cubic-bezier(.2,.8,.2,1);
  }

  .why-card.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .why-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255,133,0,.36);
    box-shadow: 0 28px 60px rgba(8,21,45,.13);
  }

  .why-no {
    position: absolute;
    top: 18px;
    right: 20px;
    color: rgba(0,92,54,.12);
    font-size: 46px;
    line-height: 1;
    font-weight: 950;
  }

  .why-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 22px;
    border-radius: 8px;
    background: linear-gradient(135deg, #005c36, #0c7a49);
    box-shadow: 0 14px 26px rgba(0,92,54,.2);
  }

  .why-icon img {
    width: 27px;
    height: 27px;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }

  .why-card h3 {
    margin: 0 0 12px;
    color: #005c36;
    font-size: 18px;
    line-height: 1.22;
    font-weight: 950;
    text-transform: uppercase;
  }

  .why-card p {
    margin: 0;
    color: #334155;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 600;
  }

  .why-foundation {
    padding: 0 0 90px;
  }

  .why-foundation-panel {
    display: grid;
    grid-template-columns: 1fr .72fr;
    align-items: center;
    gap: 34px;
    padding: 42px;
    overflow: hidden;
    border-radius: 8px;
    color: #fff;
    background:
      radial-gradient(circle at 88% 20%, rgba(255,255,255,.18), transparent 28%),
      linear-gradient(135deg, #06351f, #00683f 58%, #ff8b05);
    box-shadow: 0 30px 70px rgba(8,21,45,.16);
  }

  .why-foundation-panel h2 {
    margin: 0;
    font-size: clamp(34px, 4.5vw, 62px);
    line-height: .98;
    font-weight: 950;
    text-transform: uppercase;
  }

  .why-foundation-panel p {
    max-width: 700px;
    margin: 18px 0 0;
    color: rgba(255,255,255,.86);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 650;
  }

  .why-steps {
    display: grid;
    gap: 12px;
  }

  .why-steps span {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 18px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(12px);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .why-steps span::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffcf61;
    box-shadow: 0 0 0 6px rgba(255,207,97,.15);
  }

  @keyframes whyDots {
    to { background-position: 120px 120px; }
  }

  @keyframes whyZoom {
    from { transform: scale(1.04); }
    to { transform: scale(1.1); }
  }

  @keyframes whyFloat {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50% { transform: translateY(-12px) rotate(1deg); }
  }

  @media (max-width: 1180px) {
    .why-hero-grid,
    .why-foundation-panel {
      grid-template-columns: 1fr;
    }

    .why-visual {
      min-height: 440px;
    }

    .why-photo {
      inset: 12px 8% 0;
    }

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

  @media (max-width: 760px) {
    .why-shell {
      width: min(100% - 28px, 100%);
    }

    .why-hero {
      padding: 92px 0 72px;
    }

    .why-hero h1 {
      font-size: 45px;
    }

    .why-hero-text {
      font-size: 15px;
    }

    .why-stats,
    .why-grid {
      grid-template-columns: 1fr;
    }

    .why-visual {
      min-height: 380px;
    }

    .why-photo {
      inset: 18px 0 0;
      border-width: 8px;
      transform: none;
    }

    .why-photo img {
      min-height: 350px;
    }

    .why-foundation-panel {
      padding: 30px 20px;
    }
  }

  @media (max-width: 430px) {
    .why-actions {
      display: grid;
    }

    .why-btn {
      width: 100%;
    }

    .why-chip {
      position: relative;
      inset: auto;
      width: 100%;
      margin-top: 12px;
    }

    .why-visual {
      display: grid;
      min-height: auto;
    }

    .why-photo {
      position: relative;
      min-height: 330px;
    }
  }

/* =====================================
   03 INDEX HERO
   ===================================== */

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0 0 90px;
  background:
  linear-gradient(90deg, rgba(255,255,255,0.94), rgba(248,251,247,0.84) 44%, rgba(255,255,255,0.62)),
  url("assets/site/school-building.svg") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -62px;
  z-index: -1;
  height: 118px;
  background: var(--orange-500, #ff8800);
  border-radius: 50% 50% 0 0;
  transform: rotate(-2deg);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 56px;
  align-items: start;
}

.hero-copy,
.hero-slider {
  width: 100%;
  min-width: 0;
}

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

.hero-actions .icon-img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.hero-arrow .icon-img {
  width: 24px;
  height: 24px;
  filter:
  brightness(0)
  saturate(100%)
  invert(88%)
  sepia(38%)
  saturate(686%)
  hue-rotate(346deg)
  brightness(103%)
  contrast(96%);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: var(--ink-700, #243447);
  font-size: 1.05rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.hero-main-photo {
  position: relative;
  height: 455px;
  overflow: hidden;
  border-radius: 34px;
  background: var(--green-900, #005734);
  box-shadow: 0 26px 70px rgba(0, 45, 27, 0.18);
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 700ms ease, transform 900ms ease;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 225, 120, 0.55);
  border-radius: 50%;
  color: #ffe36b;
  background: rgba(0, 85, 48, 0.45);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transform: translateY(-50%) scale(1);
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.hero-arrow:hover {
  background: rgba(0, 95, 55, 0.78);
  transform: translateY(-50%) scale(1.14);
  box-shadow: 0 0 0 9px rgba(255, 227, 107, 0.12), 0 0 22px rgba(255, 227, 107, 0.34);
}

.hero-arrow:active {
  transform: translateY(-50%) scale(0.9);
}

.hero-prev {
  left: 18px;
}

.hero-next {
  right: 18px;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 5;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.hero-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: rgba(255,255,255,0.86);
  cursor: pointer;
}

.hero-dots button.active {
  width: 28px;
  background: var(--orange-500, #ff8800);
}

.hero-marquee {
  position: absolute;
  left: 16px;
  top: 74px;
  bottom: 80px;
  z-index: 1;
  display: flex;
  gap: 34px;
  overflow: hidden;
  color: rgba(0, 91, 54, 0.28);
  font-size: 0.72rem;
  font-weight: 900;
  writing-mode: vertical-rl;
}

.hero-marquee span {
  animation: heroTextRun 9s linear infinite;
}

.hero.eyebrow {
  margin-bottom: 18px;
  color: var(--orange-600);
  font-weight: 900;
  text-transform: uppercase;
}

.academics-section .academics-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(520px, 1.22fr);
  gap: 58px;
  align-items: center;
}

body:has(.hero#home) .hero {
  padding-top: var(--floating-nav-overlap);
}

body:has(.hero#home) .hero-grid {
  grid-template-columns: minmax(720px, 0.86fr) minmax(0, 1.14fr);
  gap: 42px;
  align-items: center;
}

body:has(.hero#home) .type-title {
  min-height: 3.34em;
  font-size: clamp(3rem, 4.55vw, 4.75rem);
  line-height: 1.06;
}

body:has(.hero#home) .type-row {
  height: 1.06em;
}

body:has(.hero#home) .hero-main-photo {
  height: 520px;
}

body:has(.hero#home) .hero-marquee {
  top: calc(var(--floating-nav-overlap) + 36px);
  bottom: 58px;
}

body:has(.hero#home) .hero-grid {
  grid-template-columns: minmax(560px, 0.7fr) minmax(0, 1.3fr);
  gap: 24px;
}

body:has(.hero#home) .type-title {
  min-height: 3.45em;
  font-size: clamp(2.9rem, 4.15vw, 4.35rem);
  line-height: 1.08;
}

body:has(.hero#home) .type-row {
  height: 1.08em;
}

body:has(.hero#home) .hero-main-photo {
  height: clamp(560px, 32vw, 620px);
  margin-left: -4px;
}

/* =====================================
   03 INDEX HERO RESPONSIVE
   ===================================== */

/* =====================================
   03 INDEX HERO RESPONSIVE
   ===================================== */

@media (max-width: 1040px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .hero {
    padding: 8px 0 72px;
  }
  .hero-grid {
    gap: 34px;
  }
  .hero-main-photo {
    height: 320px;
    border-radius: 26px;
  }
  .hero-marquee {
    display: none;
  }
}



@media (max-width: 460px) {
  .hero-actions {
    display: grid;
  }
  .hero-main-photo {
    height: 270px;
  }
}

@media (max-width: 1120px) {
  .academics-section .academics-hero {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 760px) {
  .academics-section .academics-hero {
    gap: 30px;
  }
}

@media (max-width: 1180px) {
  body:has(.hero#home) .hero-grid {
    grid-template-columns: minmax(620px, 0.86fr) minmax(0, 1.14fr);
    gap: 36px;
  }
  body:has(.hero#home) .hero-main-photo {
    height: 470px;
  }
}

@media (max-width: 1040px) {
  body:has(.hero#home) .hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body:has(.hero#home) .hero {
    padding-top: calc(var(--floating-nav-overlap) + 8px);
  }
  body:has(.hero#home) .hero-main-photo {
    height: 340px;
  }
}

@media (max-width: 1180px) {
  body:has(.hero#home) .hero-grid {
    grid-template-columns: minmax(500px, 0.76fr) minmax(0, 1.24fr);
    gap: 22px;
  }
  body:has(.hero#home) .type-title {
    font-size: clamp(2.75rem, 4.6vw, 4rem);
  }
  body:has(.hero#home) .hero-main-photo {
    height: 500px;
  }
}

@media (max-width: 1040px) {
  body:has(.hero#home) .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  body:has(.hero#home) .hero-main-photo {
    height: 440px;
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  body:has(.hero#home) .hero-grid {
    gap: 28px;
  }
  body:has(.hero#home) .type-title {
    min-height: 3.55em;
    font-size: clamp(2.3rem, 12vw, 3.2rem);
    line-height: 1.12;
  }
  body:has(.hero#home) .type-row {
    height: 1.12em;
  }
  body:has(.hero#home) .hero-main-photo {
    height: clamp(360px, 70vw, 430px);
  }
}

/* =====================================
   04 INDEX ABOUT + METRICS
   ===================================== */

/* =====================================
   04 INDEX ABOUT + METRICS
   ===================================== */

.about-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0 84px;
  background: linear-gradient(180deg, rgba(251, 252, 251, 0.96), var(--paper));
}

.about-section .split-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 70px;
  align-items: center;
}

.about-section .section-copy {
  position: relative;
  z-index: 2;
}

.about-section .dot-grid {
  width: 82px;
  height: 42px;
  display: block;
  margin-bottom: 24px;
  background-image: radial-gradient(circle, rgba(13, 122, 67, 0.45) 2px, transparent 2px);
  background-size: 15px 15px;
}

.about-section .eyebrow {
  margin-bottom: 18px;
  color: var(--orange-600);
  font-weight: 900;
  text-transform: uppercase;
}

.about-section .section-copy h2 {
  margin: 0 0 28px;
  color: var(--ink-950);
  font-size: 4rem;
  line-height: 1.05;
}

.about-section .section-copy h2::after {
  content: "";
  width: 64px;
  height: 4px;
  display: block;
  margin-top: 18px;
  border-radius: 999px;
  background: var(--orange-500);
}

.about-section .section-copy p {
  max-width: 660px;
  color: var(--ink-950);
  font-size: 1.08rem;
  line-height: 1.75;
}

.about-section .section-copy .callout {
  margin-top: 28px;
  padding-left: 24px;
  border-left: 4px solid var(--orange-500);
  color: var(--green-900);
  font-weight: 900;
}

.about-section .about-image {
  position: relative;
  margin: 0;
  overflow: visible;
}

.about-section .about-campus-photo {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
  border-radius: 42px;
  box-shadow: 0 28px 70px rgba(8, 21, 45, 0.16);
}

.about-section .about-year-badge {
  position: absolute;
  left: -86px;
  top: 75%;
  width: 230px;
  height: 230px;
  display: block;
  z-index: 5;
  background: transparent;
  animation: about-badge-float 3.2s ease-in-out infinite;
}

.about-section .about-year-badge img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(8, 21, 45, 0.22));
}

.about-section .about-value-carousel {
  position: relative;
  margin-top: 62px;
  padding: 0 58px;
}

.about-section .value-slider-window {
  overflow: hidden;
}

.about-section .value-grid {
  display: flex;
  gap: 22px;
  transition: transform 520ms ease;
  will-change: transform;
}

.about-section .value-card {
  flex: 0 0 calc((100% - 44px) / 3);
  min-height: 150px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(9, 57, 37, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
}

.about-section .value-card h3 {
  margin: 0;
  color: var(--green-950);
  font-size: 1.12rem;
  line-height: 1.3;
}

.about-section .value-card p {
  margin: 8px 0 0;
  color: var(--ink-700);
  line-height: 1.55;
}

.about-section .icon-badge {
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 74px;
  border-radius: 999px;
  color: var(--paper);
  box-shadow: 0 16px 28px rgba(8, 21, 45, 0.16);
}

.about-section .icon-badge .icon-img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.about-section .icon-badge.green {
  background: radial-gradient(circle at 32% 22%, var(--green-700), var(--green-950));
}

.about-section .icon-badge.orange {
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
}

.about-section .value-slider-btn {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: var(--paper);
  background: var(--green-900);
  cursor: pointer;
  transform: translateY(-50%);
}

.about-section .value-slider-btn:hover {
  background: var(--orange-500);
}

.about-section .value-slider-btn .icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.about-section .value-prev {
  left: 0;
}

.about-section .value-next {
  right: 0;
}

.about-section .value-slider-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 24px;
}

.about-section .value-slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 84, 49, 0.22);
  cursor: pointer;
}

.about-section .value-slider-dots button.is-active {
  width: 26px;
  background: var(--orange-500);
}

.metrics-band {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  color: #fff4df;
  background:
  radial-gradient(circle at 88% 14%, rgba(255, 145, 0, 0.14), transparent 26%),
  linear-gradient(100deg, #00351f 0%, #006738 54%, #1f7a3f 100%);
}

.metrics-band::before,
.metrics-band::after {
  content: "";
  position: absolute;
  top: -70px;
  bottom: -70px;
  width: 190px;
  background: rgba(255, 255, 255, 0.08);
  transform: skewX(-22deg);
  pointer-events: none;
}

.metrics-band::before {
  left: 30%;
}

.metrics-band::after {
  right: 8%;
  width: 300px;
}

.metrics-panel {
  position: relative;
  z-index: 1;
  min-height: 118px;
  padding: 18px 42px 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
  radial-gradient(circle, rgba(255, 209, 92, 0.38) 2px, transparent 2px),
  rgba(255, 255, 255, 0.08);
  background-size: 120px 58px, auto;
}

.metrics-band .metrics-intro h2 {
  margin: 0;
  color: #fff4df;
  font-size: 1.02rem !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.metrics-band .metrics-intro p {
  margin: 3px 0 0;
  color: #ffffff;
  font-size: 0.82rem;
  line-height: 1.2;
}

.metrics-grid {
  position: absolute;
  left: 42px;
  right: 28px;
  top: 60px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: center;
}

.metric-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.metric-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff4df;
}

.metric-icon .icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.metric-icon.orange .icon-img {
  filter:
  brightness(0)
  saturate(100%)
  invert(52%)
  sepia(96%)
  saturate(1774%)
  hue-rotate(2deg)
  brightness(104%)
  contrast(104%);
}

.metric-icon.green .icon-img {
  filter:
  brightness(0)
  saturate(100%)
  invert(28%)
  sepia(73%)
  saturate(1173%)
  hue-rotate(124deg)
  brightness(92%)
  contrast(101%);
}

.metric-item strong {
  display: block;
  color: #fff4df;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.metric-item small {
  display: block;
  margin-top: 2px;
  color: #ffffff;
  font-size: 0.82rem;
  line-height: 1.1;
  white-space: nowrap;
}

.metrics-band {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  color: #fff4df;
  background:
  radial-gradient(circle at 88% 14%, rgba(255, 145, 0, 0.14), transparent 26%),
  linear-gradient(100deg, #00351f 0%, #006738 54%, #1f7a3f 100%);
}

.metrics-band::before,
.metrics-band::after {
  content: "";
  position: absolute;
  top: -70px;
  bottom: -70px;
  width: 190px;
  background: rgba(255, 255, 255, 0.08);
  transform: skewX(-22deg);
  pointer-events: none;
  animation: metrics-light-sweep 5s ease-in-out infinite alternate;
}

.metrics-band::before {
  left: 30%;
}

.metrics-band::after {
  right: 8%;
  width: 300px;
  animation-delay: 1.2s;
}

.metrics-panel {
  position: relative;
  z-index: 1;
  min-height: 118px;
  padding: 18px 42px 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
  radial-gradient(circle, rgba(255, 209, 92, 0.38) 2px, transparent 2px),
  rgba(255, 255, 255, 0.08);
  background-size: 120px 58px, auto;
  box-shadow:
  0 0 0 rgba(255, 145, 0, 0),
  inset 0 0 28px rgba(255, 255, 255, 0.04);
  animation: metrics-panel-glow 3.8s ease-in-out infinite;
}

.metrics-panel::before {
  content: "";
  position: absolute;
  inset: -80px auto -80px -35%;
  z-index: -1;
  width: 32%;
  background: linear-gradient(
  100deg,
  transparent,
  rgba(255, 244, 223, 0.12),
  transparent
  );
  transform: skewX(-22deg);
  animation: metrics-shine 4.5s ease-in-out infinite;
}

.metrics-intro h2 {
  margin: 0;
  color: #fff4df;
  font-size: 1.02rem;
  line-height: 1.1;
  font-weight: 900;
  text-shadow: 0 0 14px rgba(255, 244, 223, 0.22);
}

.metrics-intro p {
  margin: 3px 0 0;
  color: #ffffff;
  font-size: 0.82rem;
  line-height: 1.2;
}

.metrics-grid {
  position: absolute;
  left: 42px;
  right: 28px;
  top: 60px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: center;
}

.metric-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.metric-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff4df;
  box-shadow: 0 0 0 rgba(255, 244, 223, 0);
  animation: metric-icon-glow 2.8s ease-in-out infinite;
}

.metric-item:nth-child(2) .metric-icon {
  animation-delay: 0.25s;
}

.metric-item:nth-child(3) .metric-icon {
  animation-delay: 0.5s;
}

.metric-item:nth-child(4) .metric-icon {
  animation-delay: 0.75s;
}

.metric-item:nth-child(5) .metric-icon {
  animation-delay: 1s;
}

.metric-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.4;
}

.metric-icon.orange {
  color: #ff8a00;
}

.metric-icon.green {
  color: #007344;
}

.metric-item strong {
  display: block;
  color: #fff4df;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 0 18px rgba(255, 244, 223, 0.2);
  animation: metric-number-glow 3s ease-in-out infinite;
}

.metric-item:nth-child(2) strong {
  animation-delay: 0.25s;
}

.metric-item:nth-child(3) strong {
  animation-delay: 0.5s;
}

.metric-item:nth-child(4) strong {
  animation-delay: 0.75s;
}

.metric-item:nth-child(5) strong {
  animation-delay: 1s;
}

.metric-item small {
  display: block;
  margin-top: 2px;
  color: #ffffff;
  font-size: 0.82rem;
  line-height: 1.1;
  white-space: nowrap;
}

/* =====================================
   04 INDEX ABOUT + METRICS RESPONSIVE
   ===================================== */

/* =====================================
   04 INDEX ABOUT + METRICS RESPONSIVE
   ===================================== */

@media (max-width: 1180px) {
  .about-section .split-section {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }
  .about-section .section-copy h2 {
    font-size: 3.2rem;
  }
}

@media (max-width: 760px) {
  .about-section {
    padding: 64px 0 56px;
  }
  .about-section .split-section {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .about-section .eyebrow {
    font-size: 0.78rem;
  }
  .about-section .section-copy h2 {
    font-size: 3rem;
    line-height: 1.05;
  }
  .about-section .section-copy p {
    font-size: 0.95rem;
    line-height: 1.75;
  }
  .about-section .about-campus-photo {
    height: 360px;
    border-radius: 30px;
  }
  .about-section .about-year-badge {
    width: 150px;
    height: 150px;
    left: auto;
    right: -12px;
    top: auto;
    bottom: -35px;
  }
}

@media (max-width: 460px) {
  .about-section {
    padding: 52px 0 48px;
  }
  .about-section .section-copy h2 {
    font-size: 2.55rem;
  }
  .about-section .section-copy p {
    font-size: 0.92rem;
  }
  .about-section .about-campus-photo {
    height: 300px;
    border-radius: 24px;
  }
  .about-section .about-year-badge {
    width: 128px;
    height: 128px;
    right: -8px;
    bottom: -28px;
  }
}

@media (max-width: 1180px) {
  .about-section .value-card {
    flex-basis: calc((100% - 22px) / 2);
  }
}

@media (max-width: 760px) {
  .about-section .about-value-carousel {
    margin-top: 60px;
    padding: 0 44px;
  }
  .about-section .value-card {
    flex-basis: 100%;
  }
}

@media (max-width: 460px) {
  .about-section .about-value-carousel {
    padding: 0 36px;
  }
  .about-section .value-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }
  .about-section .icon-badge {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }
  .about-section .icon-badge .icon-img {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 1180px) {
  .metrics-grid {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
  }
  .metrics-panel {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .metrics-band {
    padding: 10px 0;
  }
  .metrics-panel {
    padding: 22px 20px;
    border-radius: 22px;
  }
  .metrics-band .metrics-intro h2 {
    font-size: 1rem !important;
  }
  .metrics-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .metric-item strong {
    font-size: 1.85rem;
  }
  .metric-item small {
    font-size: 0.9rem;
  }
}

@media (max-width: 460px) {
  .metric-icon {
    width: 44px;
    height: 44px;
  }
  .metric-icon .icon-img {
    width: 22px;
    height: 22px;
  }
  .metric-item {
    gap: 10px;
  }
  .metric-item strong {
    font-size: 1.65rem;
  }
}

@media (max-width: 1180px) {
  .metrics-grid {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
  }
  .metrics-panel {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .metrics-band {
    padding: 10px 0;
  }
  .metrics-panel {
    padding: 22px 20px;
    border-radius: 22px;
  }
  .metrics-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .metric-item strong {
    font-size: 1.85rem;
  }
  .metric-item small {
    font-size: 0.9rem;
  }
}

@media (max-width: 460px) {
  .metric-icon {
    width: 44px;
    height: 44px;
  }
  .metric-icon svg {
    width: 22px;
    height: 22px;
  }
  .metric-item {
    gap: 10px;
  }
  .metric-item strong {
    font-size: 1.65rem;
  }
}

/* =====================================
   05 INDEX ACADEMICS
   ===================================== */

/* =====================================
   05 INDEX ACADEMICS
   ===================================== */

.academics-section {
  position: relative;
  overflow: hidden;
  padding: 72px 0 86px;
  background:
  radial-gradient(circle at 7% 66%, rgba(0, 99, 58, 0.08), transparent 22%),
  radial-gradient(circle at 94% 14%, rgba(255, 145, 0, 0.12), transparent 24%),
  linear-gradient(180deg, #ffffff 0%, #f8fbf8 100%);
}

.academics-section::before {
  content: "";
  position: absolute;
  left: -90px;
  bottom: 105px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(0, 91, 54, 0.08);
  border-radius: 50%;
  box-shadow:
  42px 0 0 rgba(0, 91, 54, 0.035),
  84px 0 0 rgba(0, 91, 54, 0.025);
}

.academics-section::after {
  content: "";
  position: absolute;
  right: 72px;
  bottom: 56px;
  width: 120px;
  height: 90px;
  opacity: 0.22;
  background-image: radial-gradient(circle, #0b6b43 1.6px, transparent 1.8px);
  background-size: 15px 15px;
}

.academics-section .section-copy {
  position: relative;
  z-index: 2;
}

.academics-section .eyebrow {
  margin: 0 0 22px;
  color: #06152d;
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.academics-section .section-copy h2 {
  max-width: 420px;
  margin: 0;
  color: #003f28;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0;
}

.academics-section .section-copy h2 span {
  color: #ff8500;
  font-weight: 650;
}

.academics-section .section-copy h2::after {
  content: "";
  display: block;
  width: 88px;
  height: 5px;
  margin-top: 22px;
  border-radius: 999px;
  background: #ff8500;
}

.academics-section .section-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 22px 0 0;
  color: #4c5364;
  font-size: 1.08rem;
  line-height: 1.65;
}

.academics-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.academics-actions .icon-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.academics-section .academic-photo {
  position: relative;
  min-height: 505px;
}

.academics-section .academic-photo::before {
  content: "";
  position: absolute;
  left: -44px;
  top: -28px;
  width: 250px;
  height: 250px;
  border-top: 12px solid #ffc45a;
  border-left: 12px solid #ffc45a;
  border-radius: 999px 0 0 0;
  z-index: 1;
}

.academics-section .academic-photo > img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 505px;
  object-fit: cover;
  border-radius: 180px 0 0 180px;
  box-shadow: 0 30px 70px rgba(8, 21, 45, 0.18);
}

.academics-section .photo-dot {
  position: absolute;
  left: 18px;
  top: 50px;
  z-index: 4;
  width: 22px;
  height: 22px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: #ffb11a;
  box-shadow: 0 10px 22px rgba(255, 145, 0, 0.35);
}

.academics-section .round-note {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  width: 180px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  box-shadow:
  0 20px 40px rgba(0, 0, 0, 0.12),
  0 0 0 10px rgba(255, 255, 255, 0.35);
}

.academics-section .round-note-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter:
  brightness(0)
  saturate(100%)
  invert(52%)
  sepia(96%)
  saturate(1774%)
  hue-rotate(2deg)
  brightness(104%)
  contrast(104%);
}

.academics-section .round-note span {
  margin: 0;
  color: #12233d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.academics-section .program-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 14px;
}

.academics-section .program-card {
  min-height: 118px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(8, 21, 45, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(8, 21, 45, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.academics-section .program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 50px rgba(8, 21, 45, 0.15);
}

.academics-section .program-card h3 {
  margin: 0;
  color: #00432a;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.25;
}

.academics-section .program-card p {
  margin: 7px 0 0;
  color: #596071;
  font-size: 0.95rem;
  line-height: 1.45;
}

.academics-section .icon-badge {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(0, 91, 54, 0.18);
}

.academics-section .icon-badge.green {
  background: linear-gradient(135deg, #0d8050, #004a2c);
}

.academics-section .icon-badge.orange {
  background: linear-gradient(135deg, #ffb11a, #ff7900);
}

.academics-section .icon-badge .icon-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.academics-section .icon-badge,
.academics-section .round-note,
.academics-section .round-note img,
.academics-section .round-note svg {
  animation: academics-icon-float 2.8s ease-in-out infinite;
  will-change: transform;
}

.academics-section .program-card:nth-child(2) .icon-badge {
  animation-delay: .25s;
}

.academics-section .program-card:nth-child(3) .icon-badge {
  animation-delay: .5s;
}

.academics-section .program-card:nth-child(4) .icon-badge {
  animation-delay: .75s;
}

/* =====================================
   05 INDEX ACADEMICS RESPONSIVE
   ===================================== */

/* =====================================
   05 INDEX ACADEMICS RESPONSIVE
   ===================================== */

@media (max-width: 1120px) {
  .academics-section .academic-photo {
    min-height: auto;
  }
  .academics-section .program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
  }
}

@media (max-width: 760px) {
  .academics-section {
    padding: 54px 0 58px;
  }
  .academics-section .section-copy h2 {
    font-size: 2.85rem;
    line-height: 1.05;
    margin-bottom: 18px;
  }
  .academics-section .section-copy p {
    font-size: 0.95rem;
    line-height: 1.65;
  }
  .academics-actions {
    display: grid;
    gap: 14px;
  }
  .academics-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .academics-section .academic-photo::before,
  .academics-section .photo-dot {
    display: none;
  }
  .academics-section .academic-photo > img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 28px;
  }
  .academics-section .round-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    min-height: 118px;
    margin-top: 16px;
    padding: 22px;
    border-radius: 24px;
  }
  .academics-section .program-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }
  .academics-section .program-card {
    padding: 22px;
  }
}

@media (max-width: 460px) {
  .academics-section {
    padding: 46px 0 52px;
  }
  .academics-section .section-copy h2 {
    font-size: 2.15rem;
  }
  .academics-section .eyebrow {
    font-size: 0.72rem;
  }
  .academics-section .academic-photo > img {
    height: 270px;
    border-radius: 24px;
  }
  .academics-section .program-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    text-align: left;
  }
  .academics-section .program-card .icon-badge {
    width: 64px;
    height: 64px;
  }
}

/* =====================================
   06 INDEX ACTIVITIES
   ===================================== */

/* =====================================
   06 INDEX ACTIVITIES
   ===================================== */

.activities-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
}

.activities-section .activity-layout {
  display: grid;
  grid-template-columns: 0.34fr 0.66fr;
  gap: 54px;
  align-items: center;
}

.activities-section .section-copy {
  position: relative;
  z-index: 3;
}

.activities-section .compact {
  max-width: 430px;
}

.activities-section .dot-grid {
  display: block;
  width: 108px;
  height: 58px;
  margin: 0 0 22px;
  opacity: 0.42;
  background-image: radial-gradient(circle, #0d8050 2px, transparent 2.4px);
  background-size: 18px 18px;
}

.activities-section .eyebrow {
  margin: 0 0 14px;
  color: #07152d;
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.activities-section .section-copy h2 {
  max-width: 650px;
  margin: 0;
  color: #003f28;
  font-size: 4rem;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
}

.activities-section .section-copy h2 span {
  color: #ff8500;
  font-weight: 650;
}

.activities-section .section-copy h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  margin-top: 24px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: #ff8500;
}

.activities-section .section-copy p:not(.eyebrow) {
  margin: 0 0 34px;
  color: #223047;
  font-size: 1rem;
  line-height: 1.7;
}

.activities-section .btn .icon-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.activities-section .activity-carousel {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding-right: 86px;
  background: transparent;
}

.activities-section .activity-window {
  overflow: hidden;
  width: 100%;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.activities-section .activity-track {
  display: flex;
  gap: 24px;
  width: max-content;
  padding: 18px 0 34px;
  background: transparent;
  will-change: transform;
}

.activities-section .activity-card {
  position: relative;
  flex: 0 0 230px;
  min-height: 400px;
  padding: 0 20px 26px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(8, 21, 45, 0.08);
  border-radius: 18px;
}

.activities-section .activity-card > img {
  width: calc(100% + 40px);
  max-width: none;
  height: 198px;
  margin-left: -20px;
  object-fit: cover;
}

.activities-section .activity-card .icon-badge {
  margin-top: -30px;
  margin-bottom: 15px;
  border: 5px solid #ffffff;
  box-shadow: 0 10px 22px rgba(8, 21, 45, 0.14);
}

.activities-section .activity-card h3 {
  margin: 0;
  color: #07152d;
  font-size: 0.98rem;
  font-weight: 950;
  line-height: 1.25;
}

.activities-section .activity-card h3::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: #0b6b43;
}

.activities-section .activity-card p {
  margin: 14px 0 0;
  color: #526078;
  font-size: 0.88rem;
  line-height: 1.62;
}

.activities-section .icon-badge {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 56px;
  border-radius: 999px;
}

.activities-section .icon-badge.green {
  background: #eaf4ed;
}

.activities-section .icon-badge.orange {
  background: #fff0dc;
}

.activities-section .icon-badge .icon-img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.activities-section .icon-badge.green .icon-img {
  filter:
  brightness(0)
  saturate(100%)
  invert(29%)
  sepia(74%)
  saturate(905%)
  hue-rotate(116deg)
  brightness(89%)
  contrast(94%);
}

.activities-section .icon-badge.orange .icon-img {
  filter:
  brightness(0)
  saturate(100%)
  invert(58%)
  sepia(90%)
  saturate(1803%)
  hue-rotate(2deg)
  brightness(102%)
  contrast(105%);
}

.activities-section .activity-controls {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 8;
  display: grid;
  gap: 16px;
  transform: translateY(-50%);
}

.activities-section .activity-controls button {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(8, 21, 45, 0.14);
}

.activities-section .activity-controls button .icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.activities-section .activity-controls .activity-prev .icon-img {
  filter:
  brightness(0)
  saturate(100%)
  invert(29%)
  sepia(74%)
  saturate(905%)
  hue-rotate(116deg)
  brightness(89%)
  contrast(94%);
}

.activities-section .activity-controls .activity-next {
  background: #ff8500;
}

.activities-section .activity-controls .activity-next .icon-img {
  filter: brightness(0) invert(1);
}

/* =====================================
   06 INDEX ACTIVITIES RESPONSIVE
   ===================================== */

/* =====================================
   06 INDEX ACTIVITIES RESPONSIVE
   ===================================== */

@media (max-width: 1180px) {
  .activities-section .activity-layout {
    grid-template-columns: 1fr;
  }
  .activities-section .compact {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .activities-section {
    padding: 64px 0;
  }
  .activities-section .section-copy h2 {
    font-size: 3rem;
  }
  .activities-section .activity-carousel {
    padding-right: 0;
  }
  .activities-section .activity-card {
    flex-basis: 78vw;
    min-height: 380px;
  }
  .activities-section .activity-card > img {
    height: 190px;
  }
  .activities-section .activity-controls {
    position: static;
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
    transform: none;
  }
}

@media (max-width: 460px) {
  .activities-section .section-copy h2 {
    font-size: 2.35rem;
  }
  .activities-section .activity-card {
    flex-basis: 86vw;
  }
}

/* =====================================
   07 INDEX FACILITIES
   ===================================== */

/* =====================================
   07 INDEX FACILITIES
   ===================================== */

.facilities-section {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background:
  radial-gradient(circle at 3% 74%, rgba(0, 92, 54, 0.08), transparent 22%),
  linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
}

.facilities-section::after {
  content: "";
  position: absolute;
  top: 54px;
  right: 52px;
  width: 128px;
  height: 92px;
  opacity: 0.22;
  background-image: radial-gradient(circle, #0b6b43 1.6px, transparent 1.8px);
  background-size: 16px 16px;
}

.facilities-section .facilities-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 0.68fr 1.02fr;
  gap: 58px;
  align-items: center;
}

.facilities-section .campus-card {
  position: relative;
  margin: 0;
}

.facilities-section .campus-card > img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 36px;
  box-shadow: 0 22px 55px rgba(8, 21, 45, 0.1);
}

.facilities-section .campus-card::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  width: 24px;
  height: 24px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background: #ff8500;
  transform: translateY(-50%);
  box-shadow: 0 10px 24px rgba(255, 133, 0, 0.28);
}

.facilities-section .campus-card figcaption {
  position: absolute;
  left: 34px;
  bottom: 34px;
  width: 160px;
  min-height: 170px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 22px 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, #0d7a4c, #004427);
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.35;
}

.facilities-section .facility-caption-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.facilities-section .campus-card figcaption::after {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: #ff8500;
}

.facilities-section .section-copy {
  position: relative;
}

.facilities-section .green-text {
  margin: 0 0 18px;
  color: #00643d;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.facilities-section .green-text::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin-top: 18px;
  border-radius: 999px;
  background: #ff8500;
}

.facilities-section .section-copy h2 {
  max-width: 520px;
  margin: 0;
  color: #07152d;
  font-size: clamp(3rem, 4.4vw, 4.9rem);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: 0;
}

.facilities-section .section-copy h2 span {
  color: #005c36;
}

.facilities-section .facility-dots {
  display: block;
  width: 96px;
  height: 14px;
  margin: 26px 0 28px;
  background-image: radial-gradient(circle, #0b6b43 2px, transparent 2.4px);
  background-size: 20px 14px;
}

.facilities-section .section-copy p:not(.eyebrow) {
  max-width: 430px;
  margin: 0 0 30px;
  color: #4f596d;
  font-size: 1.03rem;
  line-height: 1.75;
}

.facilities-section .btn-ink {
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0d7a4c, #003f28);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(0, 92, 54, 0.2);
}

.facilities-section .btn-ink .icon-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.facilities-section .facility-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(132px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.facilities-section .facility-list article {
  min-height: 300px;
  display: grid;
  grid-template-rows: 64px auto 2px 1fr;
  align-content: start;
  justify-items: center;
  gap: 15px;
  padding: 30px 18px 28px;
  border: 1px solid rgba(8, 21, 45, 0.1);
  border-radius: 18px;
  background:
  linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,0.82));
  text-align: center;
  box-shadow: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.facilities-section .facility-list article:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 92, 54, 0.24);
  box-shadow: 0 18px 40px rgba(8, 21, 45, 0.08);
}

.facilities-section .facility-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  animation: facilityIconFloat 2.8s ease-in-out infinite;
}

.facilities-section .facility-list article:nth-child(odd) .facility-icon {
  filter:
  brightness(0)
  saturate(100%)
  invert(26%)
  sepia(91%)
  saturate(684%)
  hue-rotate(116deg)
  brightness(91%)
  contrast(99%);
}

.facilities-section .facility-list article:nth-child(even) .facility-icon {
  filter:
  brightness(0)
  saturate(100%)
  invert(55%)
  sepia(98%)
  saturate(1935%)
  hue-rotate(3deg)
  brightness(103%)
  contrast(104%);
  animation-delay: 0.25s;
}

.facilities-section .facility-list article:nth-child(3n) .facility-icon {
  animation-delay: 0.5s;
}

.facilities-section .facility-list strong {
  display: block;
  color: #07152d;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.35;
}

.facilities-section .facility-list article > span {
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: #ff8500;
}

.facilities-section .facility-list small {
  display: block;
  max-width: 118px;
  color: #697286;
  font-size: 0.84rem;
  line-height: 1.55;
}

/* =====================================
   07 INDEX FACILITIES RESPONSIVE
   ===================================== */

/* =====================================
   07 INDEX FACILITIES RESPONSIVE
   ===================================== */

@media (max-width: 1320px) {
  .facilities-section .facilities-grid {
    grid-template-columns: 0.95fr 1fr;
  }
  .facilities-section .facility-list {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1040px) {
  .facilities-section .facilities-grid {
    grid-template-columns: 1fr;
  }
  .facilities-section .section-copy {
    max-width: 760px;
  }
  .facilities-section .facility-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .facilities-section {
    padding: 64px 0;
  }
  .facilities-section .campus-card > img {
    height: 320px;
    border-radius: 28px;
  }
  .facilities-section .campus-card figcaption {
    left: 20px;
    bottom: 20px;
    width: 142px;
    min-height: 142px;
    font-size: 0.88rem;
  }
  .facilities-section .campus-card::after {
    display: none;
  }
  .facilities-section .section-copy h2 {
    font-size: 2.55rem;
  }
  .facilities-section .facility-list {
    grid-template-columns: 1fr;
  }
  .facilities-section .facility-list article {
    min-height: 210px;
    grid-template-rows: auto auto 2px auto;
  }
}

@media (max-width: 460px) {
  .facilities-section .section-copy h2 {
    font-size: 2.12rem;
  }
  .facilities-section .campus-card figcaption {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    min-height: auto;
    margin-top: 14px;
  }
}

/* =====================================
   08 INDEX EVENTS
   ===================================== */

.events-section {
  --events-green: #00643d;
  --events-green-dark: #003f2a;
  --events-green-soft: #edf7ef;
  --events-orange: #ff7a00;
  --events-orange-soft: #fff0df;
  --events-ink: #071225;
  --events-muted: #5f6878;
  --events-line: #dfe8e2;
  --events-paper: #ffffff;
  --events-black-filter: brightness(0) saturate(100%);
  --events-green-filter: brightness(0) saturate(100%) invert(25%) sepia(95%) saturate(886%) hue-rotate(123deg) brightness(86%) contrast(101%);
  --events-orange-filter: brightness(0) saturate(100%) invert(54%) sepia(99%) saturate(1687%) hue-rotate(1deg) brightness(103%) contrast(105%);
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background: linear-gradient(180deg, #fbfaf7 0%, #ffffff 100%);
}

.events-panel {
  position: relative;
  overflow: hidden;
  padding: 54px 48px 50px;
  border-radius: 34px;
  background: var(--events-paper);
  box-shadow: none;
}

.events-icon-img {
  display: block;
  width: 1em;
  height: 1em;
  object-fit: contain;
  flex: 0 0 auto;
  filter: none;
}

.events-dot-pattern {
  position: absolute;
  left: 38px;
  top: 38px;
  width: 130px;
  height: 130px;
  opacity: 0.22;
  background-image: radial-gradient(#00643d 2px, transparent 2px);
  background-size: 22px 22px;
  pointer-events: none;
}

.events-ring {
  position: absolute;
  right: -90px;
  top: -92px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 1px solid rgba(255, 122, 0, 0.1);
}

.events-orange-shape {
  position: absolute;
  left: -150px;
  bottom: -170px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: var(--events-orange);
}

.events-green-shape {
  position: absolute;
  left: 78px;
  bottom: -92px;
  width: 430px;
  height: 118px;
  border-radius: 50% 50% 0 0;
  background: var(--events-green);
  transform: rotate(3deg);
}

.events-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(280px, 350px) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.events-copy {
  max-width: 350px;
  min-width: 0;
}

.events-eyebrow-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.events-eyebrow-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  border-radius: 16px;
  background: var(--events-green-soft);
}

.events-eyebrow-icon .events-icon-img {
  width: 27px;
  height: 27px;
  filter: var(--events-green-filter) !important;
}

.events-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  color: var(--events-green);
  font-size: 0.95rem;
  font-weight: 950;
  text-transform: uppercase;
}

.events-eyebrow span {
  width: 42px;
  height: 2px;
  background: var(--events-orange);
}

.events-copy h2 {
  margin: 0;
  color: var(--events-ink);
  font-size: clamp(2.45rem, 3.25vw, 3.75rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: 0;
}

.events-copy h2 em {
  display: inline-block;
  color: var(--events-orange);
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-weight: 800;
}

.events-copy h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 5px;
  margin: 24px 0 0;
  border-radius: 999px;
  background: var(--events-orange);
}

.events-intro {
  margin: 28px 0 28px;
  color: var(--events-muted);
  font-size: 1rem;
  line-height: 1.68;
}

.events-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 28px;
  border: 2px solid var(--events-green);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--events-green), var(--events-green-dark));
  color: #fff;
  font-size: 0.98rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: none;
  transition: 0.25s ease;
}

.events-btn:hover {
  transform: translateY(-2px);
}

.events-btn .events-icon-img {
  width: 19px;
  height: 19px;
  filter: brightness(0) invert(1) !important;
}

.events-slider {
  position: relative;
  min-width: 0;
  padding: 0 46px;
}

.events-viewport {
  width: 100%;
  overflow: hidden;
}

.events-track {
  display: flex;
  gap: 0;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.events-slide {
  flex: 0 0 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.event-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 100, 61, 0.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: none;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.event-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 100, 61, 0.3);
}

.event-card > img {
  display: block;
  width: 100%;
  height: 178px;
  object-fit: cover;
  background: linear-gradient(135deg, #f4f8f5, #e8f2ed);
}

.event-body {
  min-width: 0;
  padding: 18px 16px;
}

.event-title-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.event-body time {
  min-height: 70px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 15px;
  background: var(--events-green-soft);
  color: var(--events-green);
  text-align: center;
  text-transform: uppercase;
}

.event-body time strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.95rem;
  line-height: 1;
  font-weight: 900;
}

.event-body time span {
  margin-top: 5px;
  font-size: 0.78rem;
  font-weight: 900;
}

.event-body time.orange-date {
  background: var(--events-orange-soft);
  color: var(--events-orange);
}

.event-body h3 {
  min-width: 0;
  margin: 0;
  color: var(--events-ink);
  font-size: 1rem;
  line-height: 1.32;
  font-weight: 900;
  overflow-wrap: break-word;
}

.event-body p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px dashed var(--events-line);
  color: var(--events-muted);
  font-size: 0.93rem;
  line-height: 1.45;
}

.event-body p .events-icon-img {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  filter: var(--events-black-filter) !important;
}

.event-body small {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 9px 15px;
  border-radius: 999px;
  background: var(--events-green-soft);
  color: var(--events-green);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.event-body small .events-icon-img {
  width: 16px;
  height: 16px;
  filter: var(--events-green-filter) !important;
}

.event-body small.orange-pill {
  background: var(--events-orange-soft);
  color: var(--events-orange);
}

.event-body small.orange-pill .events-icon-img {
  filter: var(--events-orange-filter) !important;
}

.events-slider-btn {
  position: absolute;
  top: 42%;
  z-index: 5;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--events-green);
  cursor: pointer;
  transition: 0.25s ease;
}

.events-slider-btn:hover {
  background: var(--events-orange);
  transform: translateY(-2px);
}

.events-slider-btn .events-icon-img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1) !important;
}

.events-prev {
  left: 0;
}

.events-next {
  right: 0;
}

.events-pagination {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
}

.events-pagination button {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cfd3d3;
  cursor: pointer;
  transition: 0.25s ease;
}

.events-pagination button.active {
  background: var(--events-green);
  transform: scale(1.12);
}

/* =====================================
   08 INDEX EVENTS RESPONSIVE
   ===================================== */

@media (min-width: 1101px) {
  .events-slide {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 1320px) {
  .events-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .events-copy {
    max-width: 720px;
  }
  .events-slide {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .events-slide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
  .event-card > img {
    height: 220px;
  }
}

@media (max-width: 760px) {
  .events-section {
    padding: 60px 0;
    overflow: hidden;
  }
  .events-panel {
    padding: 36px 18px 44px;
    border-radius: 26px;
  }
  .events-copy h2 {
    font-size: 2.5rem;
    line-height: 1.08;
  }
  .events-copy p {
    font-size: 0.95rem;
    line-height: 1.65;
  }
  .events-slider {
    position: relative;
    padding: 0 0 58px;
    overflow: hidden;
  }
  .events-viewport {
    overflow: hidden;
    width: 100%;
  }
  .events-track {
    display: flex;
    gap: 0;
    transition: transform 0.55s ease;
  }
  .events-slide {
    min-width: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }
  .event-card {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
  }
  .event-card > img {
    width: 100%;
    height: 235px;
    object-fit: cover;
  }
  .events-slider-btn {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 0;
    transform: none;
  }
  .events-prev {
    left: 50%;
    transform: translateX(-52px);
  }
  .events-next {
    right: 50%;
    transform: translateX(52px);
  }
  .events-slider-btn:hover {
    transform: translateY(-2px);
  }
  .events-orange-shape {
    left: -220px;
    bottom: -220px;
  }
  .events-green-shape {
    left: 20px;
    width: 360px;
  }
}

@media (max-width: 460px) {
  .events-section {
    padding: 52px 0;
  }
  .events-copy h2 {
    font-size: 2.08rem;
  }
  .events-btn {
    width: 100%;
    padding-inline: 20px;
  }
  .event-card > img {
    height: 215px;
  }
  .event-title-row {
    grid-template-columns: 58px minmax(0, 1fr);
  }
  .event-body time {
    min-height: 66px;
  }
  .event-body time strong {
    font-size: 1.72rem;
  }
}

/* =====================================
   09 INDEX GALLERY
   ===================================== */

/* =====================================
   09 INDEX GALLERY
   ===================================== */

.gallery-section {
  --gallery-green: #00643d;
  --gallery-green-dark: #003f2a;
  --gallery-orange: #ff7a00;
  --gallery-ink: #071225;
  --gallery-muted: #626b7a;
  --gallery-paper: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background: linear-gradient(180deg, #fbfaf7 0%, #ffffff 100%);
}

.gallery-panel {
  position: relative;
  overflow: hidden;
  padding: 44px 48px 58px;
  border-radius: 34px;
  background: var(--gallery-paper);
  box-shadow: none;
}

.gallery-dots {
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 0.58;
  background-image: radial-gradient(currentColor 2px, transparent 2px);
  background-size: 22px 22px;
  pointer-events: none;
}

.gallery-dots-left {
  left: 58px;
  top: 54px;
  color: var(--gallery-orange);
}

.gallery-dots-right {
  right: 54px;
  top: 58px;
  color: var(--gallery-green);
}

.gallery-curve-orange {
  position: absolute;
  left: -150px;
  bottom: -150px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: var(--gallery-orange);
}

.gallery-curve-green {
  position: absolute;
  left: 72px;
  bottom: -94px;
  width: 620px;
  height: 150px;
  border-radius: 50% 50% 0 0;
  background: var(--gallery-green);
  transform: rotate(4deg);
}

.gallery-header {
  position: relative;
  z-index: 2;
  min-height: 220px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  margin-bottom: 18px;
}

.gallery-title-block {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.gallery-icon-img {
  display: block;
  width: 1em;
  height: 1em;
  object-fit: contain;
  flex: 0 0 auto;
}

.gallery-eyebrow {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  padding: 12px 28px;
  border-radius: 999px;
  background: #f8f2eb;
  color: var(--gallery-orange);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-eyebrow .gallery-icon-img {
  width: 22px;
  height: 22px;
}

.gallery-title-block h2 {
  margin: 0;
  color: var(--gallery-ink);
  font-size: 4rem;
  line-height: 1.05;
  font-weight: 600;
  text-align: center;
}

.gallery-title-block h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 5px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: var(--gallery-orange);
}

.gallery-title-block h2 span {
  color: var(--gallery-orange);
}

.gallery-title-block > p {
  margin: 18px 0 0;
  color: var(--gallery-muted);
  font-size: 1.08rem;
  font-weight: 500;
}

.gallery-more-btn {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 118px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 2px solid var(--gallery-green);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--gallery-green);
  font-size: 0.92rem;
  font-weight: 900;
  text-decoration: none;
}

.gallery-carousel {
  position: relative;
  z-index: 2;
}

.gallery-viewport {
  overflow: hidden;
  width: 100%;
}

.gallery-track {
  display: flex;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.gallery-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  padding: 4px 0 10px;
}

.gallery-card {
  position: relative;
  min-height: 360px;
  border: 1px solid rgba(0, 100, 61, 0.08);
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
}

.gallery-card > img {
  display: block;
  width: 100%;
  height: 286px;
  object-fit: cover;
  border-radius: 24px;
  background: linear-gradient(135deg, #f4f8f5, #e8f2ed);
}

.gallery-card-label {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  border-radius: 0 0 24px 24px;
  background: rgba(255, 255, 255, 0.96);
}

.gallery-card-icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 62px;
  border: 6px solid #fff;
  border-radius: 999px;
}

.gallery-card-icon.green {
  background: linear-gradient(180deg, var(--gallery-green), var(--gallery-green-dark));
}

.gallery-card-icon.orange {
  background: linear-gradient(180deg, #ff9518, var(--gallery-orange));
}

.gallery-card-icon .gallery-icon-img {
  width: 29px;
  height: 29px;
  filter: brightness(0) invert(1);
}

.gallery-card strong {
  color: var(--gallery-ink);
  font-size: 1.2rem;
  font-weight: 850;
  line-height: 1.1;
}

.gallery-nav {
  position: absolute;
  top: 42%;
  z-index: 4;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--gallery-green);
  cursor: pointer;
}

.gallery-nav .gallery-icon-img {
  width: 23px;
  height: 23px;
  filter: brightness(0) invert(1);
}

.gallery-prev {
  left: -22px;
}

.gallery-next {
  right: -22px;
}

.gallery-pagination {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 34px;
}

.gallery-pagination button {
  width: 17px;
  height: 17px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d0d2d4;
  cursor: pointer;
}

.gallery-pagination button.active {
  background: var(--gallery-green);
}

/* =====================================
   09 INDEX GALLERY RESPONSIVE
   ===================================== */

/* =====================================
   09 INDEX GALLERY RESPONSIVE
   ===================================== */

@media (max-width: 1320px) {
  .gallery-slide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .gallery-card {
    min-height: 330px;
  }
  .gallery-card > img {
    height: 255px;
  }
}

@media (max-width: 1100px) {
  .gallery-title-block h2 {
    font-size: 3.2rem;
  }
}

@media (max-width: 900px) {
  .gallery-panel {
    padding: 38px 26px 46px;
    border-radius: 28px;
  }
  .gallery-header {
    min-height: auto;
    margin-bottom: 36px;
  }
  .gallery-more-btn {
    position: static;
    justify-self: center;
    margin-top: 24px;
  }
  .gallery-slide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-prev {
    left: -14px;
  }
  .gallery-next {
    right: -14px;
  }
}

@media (max-width: 620px) {
  .gallery-section {
    padding: 64px 0;
  }
  .gallery-panel {
    padding: 32px 18px 44px;
    border-radius: 28px;
  }
  .gallery-header {
    min-height: auto;
    margin-bottom: 30px;
  }
  .gallery-title-block h2 {
    font-size: 2.25rem;
    line-height: 1.08;
  }
  .gallery-title-block > p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .gallery-more-btn {
    position: static;
    margin: 22px auto 0;
  }
  .gallery-carousel {
    position: relative;
    padding-bottom: 70px;
  }
  .gallery-viewport {
    overflow: hidden;
    width: 100%;
  }
  .gallery-track {
    display: flex;
    gap: 0;
  }
  .gallery-slide {
    min-width: 100%;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }
  .gallery-card {
    width: 100%;
    min-height: 415px;
    border-radius: 24px;
    overflow: hidden;
  }
  .gallery-card > img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 24px 24px 0 0;
  }
  .gallery-card-label {
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 112px;
    padding: 18px 20px;
    border-radius: 0 0 24px 24px;
  }
  .gallery-card-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
  }
  .gallery-card-icon .gallery-icon-img {
    width: 26px;
    height: 26px;
  }
  .gallery-card strong {
    font-size: 1.12rem;
  }
  .gallery-nav {
    width: 42px;
    height: 42px;
    top: auto;
    bottom: 12px;
    transform: none;
  }
  .gallery-prev {
    left: 50%;
    transform: translateX(-56px);
  }
  .gallery-next {
    right: 50%;
    transform: translateX(56px);
  }
  .gallery-nav .gallery-icon-img {
    width: 20px;
    height: 20px;
  }
  .gallery-pagination {
    margin-top: 0;
  }
  .gallery-curve-orange {
    left: -210px;
    bottom: -210px;
  }
  .gallery-curve-green {
    left: 20px;
    width: 430px;
  }
}

/* =====================================
   10 ANNOUNCEMENTS
   ===================================== */

/* =====================================
   10 ANNOUNCEMENTS
   ===================================== */

.announcements-section {
  --announce-green: #00643d;
  --announce-green-dark: #003f2a;
  --announce-green-soft: #edf7ef;
  --announce-orange: #ff7a00;
  --announce-orange-soft: #fff0df;
  --announce-ink: #071225;
  --announce-muted: #5f6878;
  --announce-line: #dfe8e2;
  --announce-paper: #ffffff;
  --announce-green-filter: brightness(0) saturate(100%) invert(25%) sepia(95%) saturate(886%) hue-rotate(123deg) brightness(86%) contrast(101%);
  --announce-orange-filter: brightness(0) saturate(100%) invert(54%) sepia(99%) saturate(1687%) hue-rotate(1deg) brightness(103%) contrast(105%);
  position: relative;
  overflow: hidden;
  padding: 136px 0 90px;
  scroll-margin-top: 190px;
  background: linear-gradient(180deg, #fbfaf7 0%, #ffffff 100%);
}

.announcements-icon-img {
  display: block;
  width: 1em;
  height: 1em;
  object-fit: contain;
  flex: 0 0 auto;
}

.announcements-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(330px, 0.36fr) minmax(0, 0.64fr);
  gap: 64px;
  align-items: center;
}

.announcements-copy {
  position: relative;
  z-index: 3;
  max-width: 470px;
  min-width: 0;
}

.announcements-bg-ring {
  position: absolute;
  left: -72px;
  top: 76px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid rgba(255, 122, 0, 0.12);
  box-shadow:
  inset 0 0 0 18px rgba(255, 122, 0, 0.024),
  inset 0 0 0 36px rgba(255, 122, 0, 0.024),
  inset 0 0 0 54px rgba(255, 122, 0, 0.024);
}

.announcements-orange-shape {
  position: absolute;
  z-index: 0;
  left: -180px;
  bottom: -215px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: var(--announce-orange);
}

.announcements-green-shape {
  position: absolute;
  z-index: 0;
  left: 110px;
  bottom: -112px;
  width: 590px;
  height: 138px;
  border-radius: 50% 50% 0 0;
  background: var(--announce-green);
  transform: rotate(4deg);
}

.announcements-dot-pattern {
  position: absolute;
  z-index: -1;
  width: 136px;
  height: 136px;
  opacity: 0.24;
  background-image: radial-gradient(var(--announce-green) 2px, transparent 2px);
  background-size: 22px 22px;
  pointer-events: none;
}

.announcements-dot-left {
  left: -30px;
  top: -26px;
}

.announcements-dot-bottom {
  right: -54px;
  bottom: -74px;
}

.announcements-eyebrow-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 34px;
}

.announcements-eyebrow-icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 62px;
  border: 1px solid rgba(0, 100, 61, 0.12);
  border-radius: 18px;
  background: var(--announce-green-soft);
  box-shadow: 0 12px 32px rgba(0, 74, 48, 0.08);
}

.announcements-eyebrow-icon .announcements-icon-img {
  width: 33px;
  height: 33px;
  filter: var(--announce-green-filter) !important;
}

.announcements-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  color: var(--announce-green);
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

.announcements-eyebrow span {
  width: 54px;
  height: 2px;
  background: var(--announce-orange);
}

.announcements-copy h2 {
  margin: 0;
  color: var(--announce-green-dark);
  font-size: clamp(3rem, 4.7vw, 5rem);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: 0;
}

.announcements-copy h2 em {
  display: inline-block;
  color: var(--announce-orange);
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-weight: 800;
}

.announcements-copy h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  margin: 28px 0 0;
  border-radius: 999px;
  background: var(--announce-orange);
}

.announcements-intro {
  position: relative;
  z-index: 3;
  max-width: 420px;
  margin: 34px 0 34px;
  color: var(--announce-muted);
  font-size: 1.1rem;
  line-height: 1.72;
}

.announcements-btn {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--announce-green), var(--announce-green-dark));
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(0, 80, 50, 0.2);
  transition: transform 0.25s ease;
}

.announcements-btn:hover {
  transform: translateY(-2px);
}

.announcements-btn .announcements-icon-img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1) !important;
}

.announcements-viewport {
  overflow: hidden;
  border-radius: 22px;
  transition: height 0.45s ease;
}

.announcements-track {
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.announcement-icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: var(--announce-green-soft);
}

.announcement-icon.green {
  background: var(--announce-green-soft);
}

.announcement-icon.orange {
  background: var(--announce-orange-soft);
}

.announcement-icon .announcements-icon-img {
  width: 37px;
  height: 37px;
  filter: var(--announce-green-filter) !important;
}

.announcement-icon.green .announcements-icon-img {
  filter: var(--announce-green-filter) !important;
}

.announcement-icon.orange .announcements-icon-img {
  filter: var(--announce-orange-filter) !important;
}

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

.announcement-text h3 {
  margin: 0;
  color: var(--announce-ink);
  font-size: 1.28rem;
  line-height: 1.28;
  font-weight: 900;
}

.announcement-text p {
  max-width: 570px;
  margin: 10px 0 0;
  color: var(--announce-muted);
  font-size: 1.02rem;
  line-height: 1.48;
}

.announcement-arrow {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  background: var(--announce-green-soft);
  transition: transform 0.25s ease;
}

.announcement-arrow.green {
  background: var(--announce-green-soft);
}

.announcement-arrow.orange {
  background: var(--announce-orange-soft);
}

.announcement-arrow .announcements-icon-img {
  width: 20px;
  height: 20px;
  filter: var(--announce-green-filter) !important;
}

.announcement-arrow.green .announcements-icon-img {
  filter: var(--announce-green-filter) !important;
}

.announcement-arrow.orange .announcements-icon-img {
  filter: var(--announce-orange-filter) !important;
}

.announcement-arrow:hover {
  transform: translateX(4px);
}

.announcements-slider-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.announcement-nav {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--announce-green), var(--announce-green-dark));
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 80, 50, 0.18);
  transition: transform 0.25s ease, background 0.25s ease;
}

.announcement-nav:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, var(--announce-orange), #e46700);
}

.announcement-nav .announcements-icon-img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1) !important;
}

.announcement-dots {
  display: grid;
  gap: 7px;
  justify-items: center;
}

.announcement-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 100, 61, 0.25);
  cursor: pointer;
  transition: height 0.25s ease, background 0.25s ease;
}

.announcement-dot[aria-current="true"] {
  height: 24px;
  background: var(--announce-orange);
}

.announcements-slider.is-static {
  grid-template-columns: 1fr;
}

.announcements-slider.is-static .announcements-slider-controls {
  display: none;
}

.announcement-page-modern {
  --announce-green: #00643d;
  --announce-green-dark: #003f2a;
  --announce-orange: #ff7f08;
  --announce-blue: #0d4f9a;
  --announce-ink: #08152d;
  --announce-muted: #5d6878;
  --announce-line: rgba(0, 100, 61, 0.12);
  --announce-soft: #f4f8f5;
  position: relative;
  overflow: hidden;
  background:
  radial-gradient(circle at 4% 16%, rgba(0, 100, 61, 0.08), transparent 25%),
  radial-gradient(circle at 94% 24%, rgba(255, 127, 8, 0.1), transparent 24%),
  linear-gradient(180deg, #ffffff 0%, #f7faf7 58%, #ffffff 100%);
  color: var(--announce-ink);
}

.announcement-hero-modern {
  position: relative;
  isolation: isolate;
  padding: 96px 0 88px;
  text-align: left;
  overflow: hidden;
}

.announcement-hero-modern::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 24px;
  z-index: -1;
  width: min(740px, 86vw);
  height: min(740px, 86vw);
  border-radius: 50%;
  background:
  radial-gradient(circle at center, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.58) 38%, transparent 67%),
  conic-gradient(from 160deg, rgba(0, 100, 61, 0.08), rgba(255, 127, 8, 0.12), rgba(0, 100, 61, 0.08));
  transform: translateX(-50%);
}

.announcement-page-dot {
  position: absolute;
  width: 110px;
  height: 110px;
  opacity: 0.42;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 127, 8, 0.68) 2px, transparent 2px);
  background-size: 17px 17px;
}

.announcement-page-dot-left {
  left: 34px;
  top: 222px;
}

.announcement-page-dot-right {
  right: 38px;
  top: 168px;
}

.announcement-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.64fr);
  gap: 46px;
  align-items: center;
}

.announcement-hero-content {
  position: relative;
  z-index: 2;
}

.announcement-page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: var(--announce-green);
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.announcement-page-kicker img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(50%) sepia(96%) saturate(1548%) hue-rotate(1deg) brightness(103%) contrast(103%);
  opacity: 1;
}

.announcement-hero-modern h1 {
  max-width: 820px;
  margin: 0;
  color: var(--announce-ink);
  font-size: clamp(2.8rem, 5.6vw, 5.6rem);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: 0;
}

.announcement-hero-modern h1 span {
  display: block;
  color: var(--announce-orange);
}

.announcement-hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--announce-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.announcement-hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 28px;
}

.announcement-hero-stats span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  border: 1px solid rgba(0, 100, 61, 0.12);
  border-radius: 8px;
  color: var(--announce-muted);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 26px rgba(8, 21, 45, 0.05);
}

.announcement-hero-stats strong {
  color: var(--announce-green);
  font-size: 1.08rem;
}

.announcement-hero-digest {
  position: relative;
  min-height: 430px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  overflow: hidden;
  color: #ffffff;
  background:
  radial-gradient(circle at 88% 8%, rgba(255, 184, 82, 0.28), transparent 28%),
  radial-gradient(circle at 6% 90%, rgba(114, 224, 161, 0.22), transparent 30%),
  linear-gradient(145deg, #004b31, #002a1d 74%);
  box-shadow: 0 30px 76px rgba(0, 45, 30, 0.25);
}

.announcement-hero-digest::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  pointer-events: none;
}

.announcement-hero-digest::after {
  content: "";
  position: absolute;
  right: -82px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border: 44px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.announcement-digest-badge {
  position: relative;
  z-index: 2;
  width: fit-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #ffe8bd;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.announcement-digest-mark {
  position: absolute;
  right: 28px;
  top: 28px;
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
}

.announcement-hero-digest h2 {
  position: relative;
  z-index: 2;
  max-width: 330px;
  margin: 74px 0 0;
  color: #ffffff;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.08;
  font-weight: 950;
}

.announcement-hero-digest p {
  position: relative;
  z-index: 2;
  max-width: 360px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.68;
}

.announcement-digest-action {
  position: relative;
  z-index: 2;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  color: #00412a;
  background: #ffffff;
  cursor: pointer;
  font-weight: 950;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.announcement-digest-action img {
  width: 19px;
  height: 19px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(20%) sepia(98%) saturate(814%) hue-rotate(115deg) brightness(91%) contrast(98%);
  opacity: 1;
}

.announcement-digest-mini {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.announcement-digest-mini button {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.075);
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.announcement-digest-mini button:hover {
  transform: translateX(4px);
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.12);
}

.announcement-digest-mini span {
  color: #ffc879;
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.announcement-digest-mini strong {
  min-width: 0;
  overflow: hidden;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.announcement-board-section {
  position: relative;
  z-index: 2;
  padding: 0 0 100px;
}

.announcement-spotlight-zone {
  margin-bottom: 28px;
}

.announcement-spotlight-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.announcement-spotlight-heading p {
  margin: 0 0 5px;
  color: var(--announce-green);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.announcement-spotlight-heading h2 {
  margin: 0;
  color: var(--announce-ink);
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1.14;
  font-weight: 950;
}

.announcement-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.announcement-spotlight-card {
  --announcement-accent: var(--announce-green);
  --announcement-icon-filter: brightness(0) saturate(100%) invert(31%) sepia(94%) saturate(657%) hue-rotate(111deg) brightness(88%) contrast(96%);
  position: relative;
  min-height: 340px;
  height: 100%;
  display: grid;
  align-content: end;
  gap: 18px;
  padding: 20px;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  background: var(--announce-green);
  box-shadow: 0 24px 58px rgba(8, 21, 45, 0.14);
  isolation: isolate;
}

.announcement-spotlight-card > img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 520ms ease;
}

.announcement-spotlight-card:hover > img,
.announcement-spotlight-card:focus-visible > img {
  transform: scale(1.09);
}

.announcement-spotlight-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
  linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 37, 24, 0.82)),
  radial-gradient(circle at 18% 16%, color-mix(in srgb, var(--announcement-accent) 42%, transparent), transparent 28%);
}

.announcement-spotlight-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  pointer-events: none;
}

.announcement-spotlight-card::after {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 150px;
  height: 150px;
  border: 28px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.announcement-spotlight-meta {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  z-index: 2;
}

.announcement-spotlight-meta b,
.announcement-spotlight-meta time {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.announcement-spotlight-copy {
  display: grid;
  gap: 9px;
  position: relative;
  z-index: 2;
}

.announcement-spotlight-copy strong {
  max-width: 520px;
  color: #ffffff;
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  line-height: 1.08;
  font-weight: 950;
}

.announcement-spotlight-card:nth-child(n + 2) .announcement-spotlight-copy strong {
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.announcement-spotlight-copy small {
  max-width: 480px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
  line-height: 1.55;
}

.announcement-spotlight-action {
  position: relative;
  z-index: 2;
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  border-radius: 999px;
  color: #003f2a;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.86rem;
  font-weight: 950;
}

.announcement-spotlight-action img {
  width: 17px;
  height: 17px;
  object-fit: contain;
  filter: var(--announcement-icon-filter);
}

.announcement-board {
  display: grid;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.announcement-filter-panel,
.announcement-list-panel {
  border: 1px solid rgba(8, 21, 45, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 62px rgba(8, 21, 45, 0.08);
  backdrop-filter: blur(18px);
}

.announcement-filter-panel {
  position: sticky;
  top: 196px;
  padding: 24px;
}

.announcement-filter-panel h2,
.announcement-list-heading h2 {
  margin: 0;
  color: var(--announce-ink);
  font-size: 1.25rem;
  font-weight: 950;
}

.announcement-filter-list {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.announcement-filter-list button {
  min-height: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  width: 100%;
  padding: 0 12px 0 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--announce-ink);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.announcement-filter-list button:hover,
.announcement-filter-list button.is-active {
  border-color: rgba(0, 100, 61, 0.14);
  background: #f3f8f5;
  box-shadow: 0 14px 26px rgba(0, 100, 61, 0.08);
}

.announcement-filter-list button:hover {
  transform: translateY(-2px);
}

.announcement-filter-list button span {
  font-weight: 850;
}

.announcement-filter-list button b {
  min-width: 32px;
  min-height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--announce-green);
  background: #e8f3ee;
  font-size: 0.8rem;
}

.announcement-filter-list button.is-active b {
  color: #ffffff;
  background: var(--announce-green);
}

.announcement-home-link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  margin-top: 24px;
  border: 1px solid rgba(0, 100, 61, 0.28);
  border-radius: 8px;
  color: var(--announce-green);
  font-weight: 950;
}

.announcement-home-link img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(32%) sepia(76%) saturate(805%) hue-rotate(105deg) brightness(88%) contrast(92%);
}

.announcement-side-stream {
  position: relative;
  margin-top: 20px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 100, 61, 0.12);
  border-radius: 8px;
  background:
  radial-gradient(circle at 88% 8%, rgba(255, 127, 8, 0.14), transparent 34%),
  linear-gradient(180deg, #f8fcfa 0%, #eef8f3 100%);
}

.announcement-side-stream::before {
  content: "";
  position: absolute;
  right: -36px;
  top: -44px;
  width: 110px;
  height: 110px;
  border: 20px solid rgba(0, 100, 61, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.announcement-side-stream-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--announce-green);
  text-transform: uppercase;
}

.announcement-side-stream-head span {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 999px;
  background: var(--announce-orange);
  box-shadow: 0 0 0 6px rgba(255, 127, 8, 0.14);
  animation: announcement-stream-pulse 1.5s ease-in-out infinite;
}

.announcement-side-stream-head strong {
  font-size: 0.82rem;
  font-weight: 950;
}

.announcement-side-stream-window {
  position: relative;
  height: 322px;
  margin-top: 14px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, #000 12%, #000 88%, transparent 100%);
}

.announcement-side-stream-track {
  display: grid;
  gap: 10px;
  animation: announcement-side-run 18s linear infinite;
}

.announcement-side-stream:hover .announcement-side-stream-track,
.announcement-side-stream:focus-within .announcement-side-stream-track {
  animation-play-state: paused;
}

.announcement-side-stream button {
  width: 100%;
  min-height: 76px;
  display: grid;
  gap: 5px;
  align-content: center;
  padding: 12px;
  border: 1px solid rgba(0, 100, 61, 0.1);
  border-radius: 8px;
  color: inherit;
  background: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  text-align: left;
  box-shadow: 0 10px 22px rgba(8, 21, 45, 0.045);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.announcement-side-stream button:hover,
.announcement-side-stream button:focus-visible {
  transform: translateX(4px);
  border-color: rgba(255, 127, 8, 0.32);
  background: #ffffff;
  outline: none;
}

.announcement-side-stream button span {
  color: var(--announce-orange);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.announcement-side-stream button strong {
  color: var(--announce-ink);
  font-size: 0.87rem;
  line-height: 1.28;
  font-weight: 950;
}

.announcement-list-panel {
  padding: 22px;
}

.announcement-list-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 8px 18px;
}

.announcement-list-heading p {
  margin: 0 0 5px;
  color: var(--announce-green);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.announcement-list-heading > span {
  color: var(--announce-muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.announcement-tool-row {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 0 8px 18px;
}

.announcement-search-box {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  min-height: 54px;
  border: 1px solid rgba(0, 100, 61, 0.12);
  border-radius: 8px;
  background: #f8fbf9;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.announcement-search-box:focus-within {
  border-color: rgba(0, 100, 61, 0.3);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(0, 100, 61, 0.08);
}

.announcement-search-box img {
  width: 19px;
  height: 19px;
  justify-self: center;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(30%) sepia(80%) saturate(894%) hue-rotate(109deg) brightness(90%) contrast(95%);
  opacity: 0.72;
}

.announcement-search-box input {
  width: 100%;
  min-height: 52px;
  border: 0;
  outline: 0;
  color: var(--announce-ink);
  background: transparent;
  font-weight: 800;
}

.announcement-search-box input::placeholder {
  color: #8a958f;
}

.announcement-active-filter {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 8px;
  color: var(--announce-muted);
  background: #fff7ed;
  font-weight: 850;
  white-space: nowrap;
}

.announcement-active-filter strong {
  margin: 0 5px;
  color: var(--announce-orange);
}

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

.announcement-page-card {
  --announcement-accent: var(--announce-green);
  --announcement-tint: #edf7f2;
  --announcement-icon-filter: brightness(0) saturate(100%) invert(31%) sepia(94%) saturate(657%) hue-rotate(111deg) brightness(88%) contrast(96%);
  width: 100%;
  min-height: 102px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) minmax(145px, auto) 46px;
  gap: 18px;
  align-items: center;
  padding: 16px 14px 16px 16px;
  border: 1px solid rgba(8, 21, 45, 0.08);
  border-radius: 8px;
  color: inherit;
  background: #ffffff;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(8, 21, 45, 0.045);
  animation: announcement-card-in 520ms ease both;
  animation-delay: var(--announcement-delay, 0ms);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  position: relative;
  overflow: hidden;
}

.announcement-page-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: var(--announcement-accent);
  opacity: 0;
  transition: opacity 180ms ease;
}

.announcement-page-card:hover,
.announcement-page-card:focus-visible {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--announcement-accent) 34%, transparent);
  background:
  linear-gradient(90deg, color-mix(in srgb, var(--announcement-accent) 5%, #ffffff), #ffffff 42%);
  box-shadow: 0 22px 46px rgba(8, 21, 45, 0.1);
  outline: none;
}

.announcement-page-card:hover::before,
.announcement-page-card:focus-visible::before {
  opacity: 1;
}

.announcement-page-card[hidden] {
  display: none;
}

.announcement-card-icon,
.announcement-card-arrow {
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--announcement-tint);
}

.announcement-card-icon {
  width: 68px;
  height: 68px;
  border: 1px solid color-mix(in srgb, var(--announcement-accent) 22%, transparent);
}

.announcement-card-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: var(--announcement-icon-filter);
}

.announcement-card-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.announcement-card-copy strong {
  color: var(--announcement-accent);
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 950;
}

.announcement-card-copy small {
  max-width: 520px;
  color: var(--announce-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.announcement-empty-state {
  min-height: 110px;
  display: grid;
  place-items: center;
  margin: 18px 8px 4px;
  border: 1px dashed rgba(0, 100, 61, 0.2);
  border-radius: 8px;
  color: var(--announce-muted);
  background: #f7fbf8;
  font-weight: 900;
}

.announcement-empty-state[hidden] {
  display: none;
}

.announcement-page-card time {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  min-height: 48px;
  padding-left: 24px;
  border-left: 1px solid rgba(8, 21, 45, 0.08);
  color: var(--announce-ink);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.announcement-page-card time img {
  width: 19px;
  height: 19px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(32%) sepia(19%) saturate(744%) hue-rotate(176deg) brightness(91%) contrast(90%);
}

.announcement-card-arrow {
  width: 42px;
  height: 42px;
  justify-self: end;
  transition: transform 180ms ease, background 180ms ease;
}

.announcement-card-arrow img {
  width: 19px;
  height: 19px;
  object-fit: contain;
  filter: var(--announcement-icon-filter);
  opacity: 0.95;
}

.announcement-page-card:hover .announcement-card-arrow {
  transform: translateX(3px);
  background: var(--announcement-accent);
}

.announcement-page-card:hover .announcement-card-arrow img {
  filter: brightness(0) invert(1);
}

.announcement-detail-modal {
  width: min(1080px, calc(100vw - 42px));
  max-height: min(88vh, 780px);
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: visible;
  background: transparent;
  color: var(--announce-ink);
}

.announcement-detail-modal::backdrop {
  background:
  radial-gradient(circle at 24% 18%, rgba(255, 127, 8, 0.26), transparent 28%),
  rgba(4, 18, 12, 0.72);
  backdrop-filter: blur(9px);
}

.announcement-detail-modal[open] {
  animation: announcement-modal-in 180ms ease both;
}

.announcement-modal-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, 0.95fr) minmax(0, 1.05fr);
  max-height: min(88vh, 780px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 34px 92px rgba(0, 18, 12, 0.36);
}

.announcement-modal-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 5;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(8, 21, 45, 0.16);
  cursor: pointer;
}

.announcement-modal-close::before,
.announcement-modal-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--announce-ink);
}

.announcement-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.announcement-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.announcement-modal-media {
  position: relative;
  min-height: 540px;
  margin: 0;
  overflow: hidden;
  background: var(--announce-green);
}

.announcement-modal-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
  linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 43, 26, 0.28)),
  radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.22), transparent 24%);
}

.announcement-modal-media img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.announcement-modal-date {
  position: absolute;
  left: 26px;
  bottom: 26px;
  z-index: 2;
  width: 88px;
  min-height: 104px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(180deg, var(--announce-green), var(--announce-green-dark));
  box-shadow: 0 20px 42px rgba(0, 30, 18, 0.24);
}

.announcement-modal-date strong {
  font-size: 2rem;
  line-height: 1;
}

.announcement-modal-date span,
.announcement-modal-date em {
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.announcement-modal-content {
  max-height: min(88vh, 780px);
  overflow: auto;
  padding: 56px 48px 44px;
}

.announcement-modal-label {
  width: fit-content;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--announce-green);
  background: #e9f5ef;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.announcement-modal-content h2 {
  margin: 0;
  color: var(--announce-ink);
  font-size: clamp(2rem, 3.8vw, 3.15rem);
  line-height: 1.08;
  font-weight: 950;
}

.announcement-modal-description,
.announcement-modal-note {
  margin: 20px 0 0;
  color: var(--announce-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.announcement-modal-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.announcement-modal-highlights span {
  position: relative;
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 9px 12px 9px 38px;
  border-radius: 8px;
  color: var(--announce-ink);
  background: var(--announce-soft);
  font-size: 0.92rem;
  font-weight: 850;
}

.announcement-modal-highlights span::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 3px solid var(--announce-green);
  border-radius: 999px;
  transform: translateY(-50%);
}

.announcement-modal-note {
  padding: 18px 20px;
  border-left: 4px solid var(--announce-orange);
  border-radius: 8px;
  background: #fff8ef;
}

.announcement-modal-action {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
  padding: 0 24px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(180deg, var(--announce-green), var(--announce-green-dark));
  font-weight: 950;
  box-shadow: 0 18px 36px rgba(0, 100, 61, 0.2);
}

.announcement-modal-action img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

body.announcement-modal-open {
  overflow: hidden;
}

body:has(.announcement-hero-modern) .announcement-hero-modern {
  padding-top: calc(96px + var(--floating-nav-overlap));
}

body:has(.announcement-hero-modern) .announcement-hero-modern {
  padding-top: calc(30px + var(--floating-nav-overlap));
  padding-bottom: 72px;
}

body:has(.announcement-hero-modern) .announcement-hero-modern h1 {
  max-width: 780px;
  font-size: clamp(2.7rem, 5.2vw, 5.2rem);
  line-height: 1.02;
}

body:has(.announcement-hero-modern) .announcement-hero-copy {
  margin-top: 18px;
}

/* =====================================
   10 ANNOUNCEMENTS RESPONSIVE
   ===================================== */

/* =====================================
   10 ANNOUNCEMENTS RESPONSIVE
   ===================================== */

@media (max-width: 1180px) {
  .announcements-section {
    padding-top: 110px;
  }
  .announcements-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .announcements-copy {
    max-width: 760px;
  }
}

@media (max-width: 820px) {
  .announcements-section {
    padding: 82px 0 68px;
  }
  .announcements-copy h2 {
    font-size: 3rem;
  }
  .announcement-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }
  .announcement-icon .announcements-icon-img {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 520px) {
  .announcements-copy h2 {
    font-size: 2.35rem;
  }
  .announcements-eyebrow-wrap {
    gap: 14px;
  }
  .announcements-eyebrow-icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }
  .announcements-eyebrow {
    gap: 14px;
    font-size: 0.88rem;
  }
  .announcements-btn {
    width: 100%;
    padding-inline: 20px;
  }
  .announcements-slider-controls {
    flex-direction: row;
  }
  .announcement-dots {
    display: flex;
  }
  .announcement-dot[aria-current="true"] {
    width: 24px;
    height: 8px;
  }
}

@media (max-width: 1100px) {
  .announcement-hero-inner {
    grid-template-columns: 1fr;
  }
  .announcement-hero-digest {
    min-height: 0;
  }
  .announcement-board {
    grid-template-columns: 1fr;
  }
  .announcement-filter-panel {
    position: static;
  }
  .announcement-filter-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .announcement-side-stream-window {
    height: 210px;
  }
  .announcement-spotlight-grid {
    grid-template-columns: 1fr;
  }
  .announcement-spotlight-card,
  .announcement-spotlight-card:nth-child(n + 2) {
    min-height: 280px;
  }
}

@media (max-width: 880px) {
  .announcement-hero-modern {
    padding: 74px 0 58px;
  }
  .announcement-hero-modern,
  .announcement-hero-copy {
    text-align: center;
  }
  .announcement-page-kicker,
  .announcement-hero-stats {
    justify-content: center;
  }
  .announcement-list-heading {
    align-items: start;
    flex-direction: column;
  }
  .announcement-spotlight-heading {
    align-items: start;
    flex-direction: column;
  }
  .announcement-page-card {
    grid-template-columns: 64px minmax(0, 1fr) 42px;
  }
  .announcement-page-card time {
    grid-column: 2 / 3;
    min-height: 0;
    padding: 0;
    border-left: 0;
  }
  .announcement-card-icon {
    width: 60px;
    height: 60px;
  }
  .announcement-modal-shell {
    grid-template-columns: 1fr;
    max-height: min(88vh, 840px);
    overflow: auto;
  }
  .announcement-modal-media {
    min-height: 280px;
  }
  .announcement-modal-media img {
    min-height: 280px;
  }
  .announcement-modal-content {
    max-height: none;
    padding: 36px 30px 34px;
  }
  .announcement-tool-row {
    grid-template-columns: 1fr;
  }
  .announcement-active-filter {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .announcement-page-modern .shell {
    width: calc(100% - 34px);
  }
  .announcement-page-dot {
    display: none;
  }
  .announcement-hero-modern h1 {
    font-size: 2.6rem;
  }
  .announcement-hero-stats,
  .announcement-filter-list {
    grid-template-columns: 1fr;
  }
  .announcement-hero-stats {
    display: grid;
    width: 100%;
  }
  .announcement-board-section {
    padding-bottom: 74px;
  }
  .announcement-filter-panel,
  .announcement-list-panel {
    padding: 18px;
  }
  .announcement-hero-digest {
    padding: 24px;
  }
  .announcement-digest-mark {
    width: 58px;
    height: 58px;
  }
  .announcement-hero-digest h2 {
    margin-top: 54px;
  }
  .announcement-digest-mini button {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .announcement-spotlight-card,
  .announcement-spotlight-card:nth-child(n + 2) {
    min-height: 360px;
    padding: 104px 18px 18px;
    gap: 14px;
  }
  .announcement-spotlight-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
  .announcement-spotlight-copy {
    gap: 8px;
  }
  .announcement-spotlight-copy strong,
  .announcement-spotlight-card:nth-child(n + 2) .announcement-spotlight-copy strong {
    font-size: clamp(1.32rem, 7vw, 1.8rem);
    line-height: 1.12;
  }
  .announcement-spotlight-copy small {
    font-size: 0.92rem;
    line-height: 1.45;
  }
  .announcement-spotlight-action {
    min-height: 42px;
    max-width: 100%;
    padding: 0 14px;
    white-space: nowrap;
  }
  .announcement-page-card {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }
  .announcement-card-icon {
    width: 52px;
    height: 52px;
  }
  .announcement-card-icon img {
    width: 28px;
    height: 28px;
  }
  .announcement-card-arrow {
    grid-column: 2;
    justify-self: start;
  }
  .announcement-page-card time {
    grid-column: 2;
    white-space: normal;
  }
  .announcement-detail-modal {
    width: min(100vw - 20px, 620px);
  }
  .announcement-modal-close {
    right: 10px;
    top: 10px;
  }
  .announcement-modal-highlights {
    grid-template-columns: 1fr;
  }
  .announcement-modal-content {
    padding: 32px 22px 28px;
  }
}

@media (max-width: 760px) {
  body:has(.announcement-hero-modern) .announcement-hero-modern {
    padding-top: calc(64px + var(--floating-nav-overlap));
  }
}

@media (max-width: 1180px) {
  body:has(.announcement-hero-modern) .announcement-hero-modern {
    padding-top: calc(24px + var(--floating-nav-overlap));
  }
}

@media (max-width: 760px) {
  body:has(.announcement-hero-modern) .announcement-hero-modern {
    padding-top: calc(22px + var(--floating-nav-overlap));
    padding-bottom: 56px;
  }
  body:has(.announcement-hero-modern) .announcement-hero-modern h1 {
    font-size: clamp(2.35rem, 13vw, 3.1rem);
    line-height: 1.05;
  }
}
/* ===================================== */
/*  facilities-Page  */
/* ===================================== */
body.facilities-page {
  background: #f3f8f5;
}

body.facilities-page .site-header {
  position: relative;
  z-index: 50;
  margin-bottom: calc(var(--floating-nav-overlap, 96px) * -1);
}

.facilities-modern {
  --facility-green: #005f3d;
  --facility-deep: #003820;
  --facility-ink: #06291c;
  --facility-muted: #5d7068;
  --facility-orange: #ff870c;
  --facility-gold: #ffc400;
  --facility-line: rgba(0, 95, 61, 0.14);
  overflow: hidden;
  color: var(--facility-ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 196, 0, 0.13), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(0, 95, 61, 0.11), transparent 30%),
    linear-gradient(180deg, #f2f8f4 0%, #ffffff 48%, #f8fbf9 100%);
}

.facilities-modern img {
  max-width: 100%;
}

.facilities-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  padding: calc(var(--floating-nav-overlap, 96px) + 94px) 0 74px;
  isolation: isolate;
}

.facilities-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
}

.facilities-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 53, 32, 0.96) 0%, rgba(0, 78, 48, 0.83) 45%, rgba(0, 44, 26, 0.42) 100%);
  z-index: -2;
}

.facilities-hero::before,
.facilities-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.facilities-hero::before {
  right: clamp(20px, 7vw, 110px);
  bottom: -92px;
  width: clamp(250px, 32vw, 520px);
  aspect-ratio: 1;
  border: clamp(44px, 6vw, 92px) solid rgba(255, 196, 0, 0.24);
  animation: facility-ring-drift 8s ease-in-out infinite;
}

.facilities-hero::after {
  left: -140px;
  top: 28%;
  width: 300px;
  aspect-ratio: 1;
  background: rgba(255, 135, 12, 0.13);
  filter: blur(2px);
  animation: facility-soft-float 10s ease-in-out infinite;
}

.facilities-hero-inner,
.facilities-layout {
  width: min(1440px, calc(100% - 72px));
  margin-inline: auto;
}

.facilities-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.78fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: end;
}

.facilities-hero-copy {
  max-width: 760px;
  animation: facility-rise 780ms ease both;
}

.facilities-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 20px 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.facilities-kicker i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 196, 0, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 196, 0, 0.28);
}

.facilities-kicker i::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--facility-gold);
  box-shadow: 0 0 0 0 rgba(255, 196, 0, 0.45);
  animation: facility-dot-pulse 1.55s ease-in-out infinite;
}

.facilities-hero h1 {
  margin: 28px 0 20px;
  color: #ffffff;
  font-size: clamp(3.4rem, 6.5vw, 7.25rem);
  line-height: 0.91;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 950;
  text-wrap: balance;
}

.facilities-hero h1 span {
  color: var(--facility-gold);
  display: block;
}

.facilities-hero-copy > p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.45vw, 1.34rem);
  font-weight: 750;
  line-height: 1.55;
}

.facilities-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.facilities-hero-actions a,
.facilities-side-card a,
.facilities-notice-card a,
.facility-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
}

.facilities-hero-actions a {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  transition: transform 180ms ease, background 180ms ease;
}

.facilities-hero-actions a:hover,
.facilities-hero-actions a:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
}

.facilities-hero-panel {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 26px 70px rgba(0, 26, 15, 0.28);
  backdrop-filter: blur(16px);
  animation: facility-rise 900ms 120ms ease both;
}

.facilities-hero-panel h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.8rem, 2.6vw, 2.55rem);
  line-height: 1.1;
  font-weight: 950;
}

.facilities-hero-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.6;
  font-weight: 700;
}

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

.facilities-hero-mini,
.facility-related-link {
  display: grid;
  align-items: center;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 950;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.facilities-hero-mini {
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  min-height: 96px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.facilities-hero-mini span,
.facility-related-link span,
.facilities-side-link > span:first-child,
.facility-current-icon {
  display: grid;
  place-items: center;
  border-radius: 8px;
}

.facilities-hero-mini span {
  width: 58px;
  height: 58px;
  background: #ffffff;
}

.facilities-hero-mini img,
.facilities-side-link img:not(.side-arrow),
.facility-current-icon img,
.facility-feature img,
.facility-related-link img {
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(33%) sepia(86%) saturate(1186%) hue-rotate(122deg) brightness(86%) contrast(96%);
}

.facilities-hero-mini img {
  width: 28px;
  height: 28px;
}

.facilities-hero-mini:hover,
.facilities-hero-mini:focus-visible {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.2);
}

.facilities-content {
  padding: 82px 0 112px;
}

.facilities-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.facilities-sidebar {
  position: sticky;
  top: 150px;
  display: grid;
  gap: 16px;
}

.facilities-side-menu,
.facilities-side-card,
.facilities-notice-card,
.facility-detail-card,
.facility-gallery-card,
.facility-related-card {
  border: 1px solid var(--facility-line);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 48, 28, 0.08);
}

.facilities-side-menu {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
}

.facilities-side-link {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 16px;
  gap: 12px;
  align-items: center;
  min-height: 62px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(0, 95, 61, 0.1);
  color: var(--facility-ink);
  text-decoration: none;
  font-weight: 900;
  transition: background 180ms ease, color 180ms ease;
}

.facilities-side-link:last-child {
  border-bottom: 0;
}

.facilities-side-link > span:first-child {
  width: 38px;
  height: 38px;
  background: #eaf7f0;
}

.facilities-side-link img:not(.side-arrow) {
  width: 20px;
  height: 20px;
}

.side-arrow {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(56%) sepia(96%) saturate(1968%) hue-rotate(355deg) brightness(102%) contrast(103%);
  transition: transform 180ms ease;
}

.facilities-side-link:hover,
.facilities-side-link:focus-visible {
  background: #f4faf7;
  color: var(--facility-green);
}

.facilities-side-link:hover .side-arrow,
.facilities-side-link:focus-visible .side-arrow,
.facilities-side-link.is-active .side-arrow {
  transform: translateX(3px);
}

.facilities-side-link.is-active {
  color: #ffffff;
  background: linear-gradient(180deg, var(--facility-green), #00462b);
}

.facilities-side-link.is-active > span:first-child {
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 35, 20, 0.18);
}

.facilities-side-card {
  padding: 22px;
  background: radial-gradient(circle at 100% 0%, rgba(255, 196, 0, 0.14), transparent 38%), #ffffff;
}

.facilities-side-card strong,
.facilities-notice-card h3 {
  display: block;
  margin: 0 0 8px;
  color: var(--facility-ink);
  font-size: 1.08rem;
  line-height: 1.2;
  font-weight: 950;
}

.facilities-side-card p {
  margin: 0 0 16px;
  color: var(--facility-muted);
  font-size: 0.95rem;
  font-weight: 650;
}

.facilities-side-card a {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--facility-green);
}

.facilities-notice-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  color: #ffffff;
  background: radial-gradient(circle at 92% 10%, rgba(255, 196, 0, 0.28), transparent 34%), linear-gradient(145deg, #005f3d, #003820);
}

.facilities-notice-card::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -52px;
  width: 138px;
  aspect-ratio: 1;
  border: 24px solid rgba(255, 196, 0, 0.16);
  border-radius: 50%;
}

.notice-tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 16px;
  border-radius: 999px;
  color: #063820;
  background: #ffcf61;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.facilities-notice-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 1.55rem;
}

.facilities-notice-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.55;
  font-weight: 700;
}

.facilities-notice-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.facilities-notice-card li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 850;
}

.facilities-notice-card li i {
  width: 12px;
  height: 12px;
  margin-top: 6px;
  border-radius: 50%;
  background: #ffcf61;
  box-shadow: 0 0 0 6px rgba(255, 207, 97, 0.14);
}

.facilities-notice-card a {
  position: relative;
  z-index: 1;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: #063820;
  background: #ffffff;
}

.facilities-main {
  min-width: 0;
}

.facility-panel {
  animation: facility-rise 480ms ease both;
}

.facility-panel[hidden] {
  display: none;
}

.facilities-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #66756e;
  font-weight: 900;
}

.facilities-breadcrumb a {
  color: #66756e;
  text-decoration: none;
}

.facilities-breadcrumb strong {
  color: var(--facility-green);
}

.facility-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
  margin-bottom: 22px;
}

.facility-title-row h2 {
  margin: 0;
  color: var(--facility-ink);
  font-size: clamp(2.35rem, 5vw, 4.55rem);
  line-height: 0.96;
  letter-spacing: 0;
  font-weight: 950;
}

.facility-title-row p {
  max-width: 780px;
  margin: 14px 0 0;
  color: var(--facility-muted);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 700;
}

.facility-current-icon {
  width: 82px;
  height: 82px;
  background: linear-gradient(145deg, #fff4dc, #eaf7f0);
  border: 1px solid rgba(0, 95, 61, 0.14);
  box-shadow: 0 20px 44px rgba(0, 65, 38, 0.1);
}

.facility-current-icon img {
  width: 38px;
  height: 38px;
}

.facility-detail-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  margin-bottom: 24px;
  background: #ffffff;
}

.facility-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  margin: 0;
  background: #dfeae4;
}

.facility-media > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  transition: transform 700ms ease;
}

.facility-detail-card:hover .facility-media > img {
  transform: scale(1.04);
}

.facility-media figcaption {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(0, 54, 32, 0.84);
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.facility-copy {
  padding: clamp(26px, 4vw, 46px);
}

.facility-copy small {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--facility-orange);
  font-weight: 950;
  text-transform: uppercase;
}

.facility-copy small::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: var(--facility-orange);
}

.facility-copy h3 {
  margin: 0 0 16px;
  color: var(--facility-ink);
  font-size: clamp(1.55rem, 2.5vw, 2.6rem);
  line-height: 1.06;
  font-weight: 950;
}

.facility-copy p {
  margin: 0;
  color: #33463d;
  font-size: 1.02rem;
  line-height: 1.75;
  font-weight: 650;
}

.facility-copy p + p {
  margin-top: 14px;
}

.facility-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.facility-feature {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 14px;
  border: 1px solid rgba(0, 95, 61, 0.12);
  border-radius: 8px;
  background: #f8fbf9;
  color: var(--facility-ink);
  font-weight: 850;
}
.facility-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #005f3d;
  flex-shrink: 0;
}

.facility-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
  filter: none !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.facility-feature img {
  width: 30px;
  height: 30px;
  padding: 10px;
  border-radius: 50%;
  background: #eaf7f0;
}

.facility-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.facility-stat {
  position: relative;
  overflow: hidden;
  min-height: 108px;
  padding: 20px;
  border: 1px solid rgba(0, 95, 61, 0.12);
  border-radius: 8px;
  background: linear-gradient(145deg, #ffffff, #f2f8f4);
  box-shadow: 0 16px 38px rgba(0, 48, 28, 0.06);
}

.facility-stat::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -48px;
  width: 100px;
  aspect-ratio: 1;
  border: 18px solid rgba(255, 196, 0, 0.16);
  border-radius: 50%;
}

.facility-stat strong {
  display: block;
  color: var(--facility-green);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
  font-weight: 950;
}

.facility-stat span {
  display: block;
  margin-top: 8px;
  color: var(--facility-muted);
  font-weight: 800;
}

.facility-gallery-card,
.facility-related-card {
  padding: clamp(22px, 3vw, 34px);
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.96);
}

.facility-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.facility-section-head h3 {
  margin: 0;
  color: var(--facility-ink);
  font-size: clamp(1.55rem, 2.3vw, 2.35rem);
  line-height: 1.1;
  font-weight: 950;
}

.facility-section-head span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--facility-green);
  background: #eaf7f0;
  font-size: 0.86rem;
  font-weight: 950;
}

.facility-carousel-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.facility-carousel-btn {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--facility-green);
  background: #eaf7f0;
  cursor: pointer;
  font-size: 1.45rem;
  font-weight: 950;
  line-height: 1;
}

.facility-carousel {
  overflow: hidden;
}

.facility-carousel-track {
  display: flex;
  transition: transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.facility-carousel-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.facility-gallery-item {
  position: relative;
  overflow: hidden;
  min-height: 188px;
  margin: 0;
  border-radius: 8px;
  background: #dbe8e1;
  box-shadow: inset 0 0 0 1px rgba(0, 95, 61, 0.1);
}

.facility-gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 188px;
  display: block;
  object-fit: cover;
  transition: transform 600ms ease;
}

.facility-gallery-item:hover img {
  transform: scale(1.06);
}

.facility-gallery-item::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  background: linear-gradient(180deg, transparent, rgba(0, 45, 27, 0.56));
}

.facility-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.facility-carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 95, 61, 0.22);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.facility-carousel-dots button.is-active {
  width: 28px;
  background: var(--facility-green);
}

.facility-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.facility-related-link {
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  min-height: 84px;
  padding: 14px;
  border: 1px solid rgba(0, 95, 61, 0.12);
  color: var(--facility-ink);
  background: #ffffff;
}

.facility-related-link:hover,
.facility-related-link:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 135, 12, 0.36);
  box-shadow: 0 16px 34px rgba(0, 48, 28, 0.09);
}

.facility-related-link span {
  width: 44px;
  height: 44px;
  background: #eaf7f0;
}

.facility-related-link img {
  width: 21px;
  height: 21px;
}

.facility-cta {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: clamp(22px, 3vw, 32px);
  border-radius: 8px;
  color: #ffffff;
  background: radial-gradient(circle at 90% 45%, rgba(255, 196, 0, 0.22), transparent 28%), linear-gradient(135deg, var(--facility-green), var(--facility-deep));
  box-shadow: 0 24px 60px rgba(0, 52, 32, 0.18);
}

.facility-cta-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--facility-orange);
}

.facility-cta-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.facility-cta h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
  line-height: 1.1;
  font-weight: 950;
}

.facility-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.facility-cta a {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  color: var(--facility-ink);
  background: #ffffff;
  white-space: nowrap;
}

@keyframes facility-rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes facility-dot-pulse {
  0%,
  100% {
    transform: scale(0.86);
    box-shadow: 0 0 0 0 rgba(255, 196, 0, 0.42);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 0 9px rgba(255, 196, 0, 0);
  }
}

@keyframes facility-ring-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(-18px, -10px, 0) rotate(5deg);
  }
}

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

@media (max-width: 1180px) {
  .facilities-hero-inner,
  .facilities-layout {
    width: min(100% - 42px, 1040px);
    grid-template-columns: 1fr;
  }

  .facilities-sidebar {
    position: relative;
    top: auto;
  }

  .facilities-side-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 840px) {
  body.facilities-page .site-header {
    margin-bottom: 0;
  }

  .facilities-hero {
    min-height: auto;
    padding: 54px 0;
  }

  .facilities-hero h1 {
    font-size: clamp(3rem, 12vw, 4.8rem);
  }

  .facilities-hero-grid,
  .facility-feature-grid,
  .facility-stat-grid,
  .facility-related-grid,
  .facility-cta {
    grid-template-columns: 1fr;
  }

  .facility-title-row {
    grid-template-columns: 1fr;
  }

  .facility-current-icon {
    width: 68px;
    height: 68px;
  }

  .facility-carousel-slide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .facilities-hero-inner,
  .facilities-layout {
    width: min(100% - 28px, 520px);
  }

  .facilities-hero {
    padding: 38px 0 46px;
  }

  .facilities-side-menu,
  .facility-carousel-slide {
    grid-template-columns: 1fr;
  }

  .facility-copy {
    padding: 22px;
  }

  .facility-media,
  .facility-media > img {
    min-height: 290px;
  }

  .facility-section-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .facilities-modern *,
  .facilities-modern *::before,
  .facilities-modern *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}


   /* ===================================== */
    /*  gallery-Page  */
    /* ===================================== */
  .gallery-page {
    --gallery-emerald: #005f3c;
    --gallery-emerald-dark: #003621;
    --gallery-amber: #f47b00;
    --gallery-gold: #dba12a;
    --gallery-cyan: #12b8c7;
    --gallery-rose: #ee1855;
    --gallery-ink: #101b16;
    --gallery-muted: #62716a;
    --gallery-line: #dfe8e3;
    --gallery-soft: #f5f8f6;
    --gallery-paper: #ffffff;
    --gallery-filter-green: brightness(0) saturate(100%) invert(31%) sepia(84%) saturate(703%) hue-rotate(116deg) brightness(84%) contrast(98%);
    --gallery-filter-orange: brightness(0) saturate(100%) invert(55%) sepia(96%) saturate(1853%) hue-rotate(2deg) brightness(100%) contrast(103%);
    --gallery-filter-cyan: brightness(0) saturate(100%) invert(60%) sepia(92%) saturate(1287%) hue-rotate(139deg) brightness(88%) contrast(88%);
    --gallery-filter-rose: brightness(0) saturate(100%) invert(23%) sepia(92%) saturate(4071%) hue-rotate(333deg) brightness(99%) contrast(95%);
    background: var(--gallery-soft);
  }

  .sps-gallery-page {
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(247, 250, 248, 0.96), #ffffff 42%),
      repeating-linear-gradient(135deg, rgba(0, 95, 60, 0.035) 0 1px, transparent 1px 22px);
    color: var(--gallery-ink);
  }

  .sps-gallery-hero {
    position: relative;
    min-height: calc(520px + var(--floating-nav-overlap, 0px));
    display: grid;
    align-items: end;
    overflow: hidden;
    isolation: isolate;
    background: #092417;
  }

  .sps-gallery-hero-media,
  .sps-gallery-hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .sps-gallery-hero-media img {
    object-fit: cover;
    transform: scale(1.02);
    animation: spsGalleryHeroZoom 10s ease-in-out infinite alternate;
  }

  .sps-gallery-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      linear-gradient(90deg, rgba(0, 31, 18, 0.92), rgba(0, 65, 39, 0.72) 44%, rgba(0, 0, 0, 0.2)),
      linear-gradient(0deg, rgba(3, 24, 15, 0.86), rgba(3, 24, 15, 0.08) 62%);
  }

  .sps-gallery-hero-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 680px) minmax(260px, 420px);
    gap: 42px;
    align-items: end;
    padding-top: calc(110px + var(--floating-nav-overlap, 0px));
    padding-bottom: 58px;
  }

  .sps-gallery-kicker {
    display: inline-flex;
    width: max-content;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff4de;
    font-size: 0.86rem;
    font-weight: 900;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
  }

  .sps-gallery-kicker img,
  .sps-gallery-crumb img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: var(--gallery-filter-orange);
  }

  .sps-gallery-hero h1 {
    margin: 0;
    max-width: 660px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
  }

  .sps-gallery-hero p {
    max-width: 580px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.06rem;
    line-height: 1.75;
  }

  .sps-gallery-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
  }

  .sps-gallery-primary,
  .sps-gallery-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 900;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  }

  .sps-gallery-primary {
    background: #ffffff;
    color: var(--gallery-emerald-dark);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  }

  .sps-gallery-secondary {
    border: 1px solid rgba(255, 255, 255, 0.34);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
  }

  .sps-gallery-primary:hover,
  .sps-gallery-secondary:hover,
  .sps-gallery-primary:focus-visible,
  .sps-gallery-secondary:focus-visible {
    transform: translateY(-2px);
  }

  .sps-gallery-hero-card {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(16px);
  }

  .sps-gallery-stat {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--gallery-ink);
  }

  .sps-gallery-stat span {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background:
      radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.76)),
      linear-gradient(160deg, #fff3dd, #e9f8f1);
    border: 1px solid rgba(0, 95, 60, 0.16);
    box-shadow: 0 12px 28px rgba(0, 48, 30, 0.12);
  }

  .sps-gallery-stat img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    filter: var(--gallery-filter-green);
  }

  .sps-gallery-stat:nth-child(1) img {
    filter: var(--gallery-filter-orange);
  }

  .sps-gallery-stat:nth-child(3) img {
    filter: var(--gallery-filter-cyan);
  }

  .sps-gallery-stat small {
    display: block;
    color: var(--gallery-muted);
    font-size: 0.82rem;
    font-weight: 800;
  }

  .sps-gallery-stat strong {
    display: block;
    margin-top: 2px;
    color: var(--gallery-emerald-dark);
    font-size: 1.45rem;
    line-height: 1.1;
  }

  .sps-gallery-content {
    padding: 74px 0 96px;
  }

  .sps-gallery-layout {
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
  }

  .sps-gallery-sidebar {
    position: sticky;
    top: 174px;
    display: grid;
    gap: 18px;
  }

  .sps-gallery-menu,
  .sps-gallery-memory {
    border: 1px solid rgba(0, 95, 60, 0.12);
    border-radius: 8px;
    background: var(--gallery-paper);
    box-shadow: 0 18px 46px rgba(11, 45, 29, 0.08);
  }

  .sps-gallery-menu {
    overflow: hidden;
  }

  .sps-gallery-menu-button {
    width: 100%;
    min-height: 58px;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 18px;
    gap: 12px;
    align-items: center;
    padding: 0 16px;
    border: 0;
    border-bottom: 1px solid var(--gallery-line);
    background: #ffffff;
    color: var(--gallery-ink);
    cursor: pointer;
    text-align: left;
    font-weight: 900;
    transition: background 180ms ease, color 180ms ease;
  }

  .sps-gallery-menu-button:last-child {
    border-bottom: 0;
  }

  .sps-gallery-menu-button > span:first-child {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: linear-gradient(145deg, #fff7e9, #eef9f3);
    border: 1px solid rgba(0, 95, 60, 0.08);
  }

  .sps-gallery-menu-button img {
    width: 19px;
    height: 19px;
    object-fit: contain;
    filter: var(--gallery-filter-orange);
  }

  .sps-gallery-menu-button:nth-child(2) img {
    filter: var(--gallery-filter-cyan);
  }

  .sps-gallery-menu-button:nth-child(3) img {
    filter: var(--gallery-filter-green);
  }

  .sps-gallery-menu-button:nth-child(4) img {
    filter: var(--gallery-filter-rose);
  }

  .sps-gallery-menu-button:nth-child(5) img {
    filter: var(--gallery-filter-orange);
  }

  .sps-gallery-menu-button::after {
    content: "";
    width: 18px;
    height: 18px;
    justify-self: end;
    background: url("assets/site/icon-arrow-right.png") center / contain no-repeat;
    filter: var(--gallery-filter-orange);
    transition: transform 180ms ease, filter 180ms ease;
  }

  .sps-gallery-menu-button:hover::after,
  .sps-gallery-menu-button:focus-visible::after,
  .sps-gallery-menu-button.is-active::after {
    transform: translateX(3px);
  }

  .sps-gallery-menu-button.is-active {
    background: linear-gradient(180deg, var(--gallery-emerald), var(--gallery-emerald-dark));
    color: #ffffff;
  }

  .sps-gallery-menu-button.is-active > span:first-child {
    background: #ffffff;
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 12px 24px rgba(0, 35, 20, 0.18);
  }

  .sps-gallery-menu-button.is-active::after {
    filter: var(--gallery-filter-orange);
  }

  .sps-gallery-memory {
    padding: 22px;
    background:
      linear-gradient(160deg, #ffffff 0%, #f6fbf8 100%),
      repeating-linear-gradient(90deg, rgba(0, 95, 60, 0.05) 0 1px, transparent 1px 12px);
  }

  .sps-gallery-memory strong {
    display: block;
    color: var(--gallery-emerald-dark);
    font-size: 1.05rem;
  }

  .sps-gallery-memory p {
    margin: 9px 0 18px;
    color: var(--gallery-muted);
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .sps-gallery-memory a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 15px;
    border-radius: 999px;
    background: var(--gallery-emerald);
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 900;
  }

  .sps-gallery-main {
    min-width: 0;
  }

  .sps-gallery-view {
    display: none;
    animation: spsGalleryFadeUp 420ms ease both;
  }

  .sps-gallery-view.is-active {
    display: block;
  }

  .sps-gallery-view-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: end;
    margin-bottom: 26px;
  }

  .sps-gallery-crumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
    color: var(--gallery-muted);
    font-size: 0.84rem;
    font-weight: 800;
  }

  .sps-gallery-crumb strong {
    color: var(--gallery-amber);
  }

  .sps-gallery-view-head h2 {
    margin: 0;
    color: var(--gallery-emerald-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.75rem;
    line-height: 1.05;
    letter-spacing: 0;
  }

  .sps-gallery-view-head p {
    max-width: 640px;
    margin: 12px 0 0;
    color: var(--gallery-muted);
    font-size: 1rem;
    line-height: 1.7;
  }

  .sps-gallery-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(0, 95, 60, 0.14);
    border-radius: 999px;
    background: #ffffff;
    color: var(--gallery-emerald);
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(11, 45, 29, 0.06);
  }

  .sps-gallery-badge img {
    width: 19px;
    height: 19px;
    object-fit: contain;
    filter: var(--gallery-filter-orange);
  }

  .sps-gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 26px;
  }

  .sps-gallery-filter {
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid var(--gallery-line);
    border-radius: 999px;
    background: #ffffff;
    color: var(--gallery-muted);
    cursor: pointer;
    font-size: 0.86rem;
    font-weight: 900;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
  }

  .sps-gallery-filter.is-active,
  .sps-gallery-filter:hover,
  .sps-gallery-filter:focus-visible {
    border-color: var(--gallery-emerald);
    background: var(--gallery-emerald);
    color: #ffffff;
    transform: translateY(-1px);
  }

  .sps-album-grid,
  .sps-photo-grid,
  .sps-video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .sps-album-card,
  .sps-photo-card,
  .sps-video-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 95, 60, 0.1);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(11, 45, 29, 0.08);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  }

  .sps-album-card:hover,
  .sps-photo-card:hover,
  .sps-video-card:hover,
  .sps-album-card:focus-visible,
  .sps-photo-card:focus-visible,
  .sps-video-card:focus-visible {
    border-color: rgba(0, 95, 60, 0.28);
    box-shadow: 0 24px 56px rgba(11, 45, 29, 0.13);
    transform: translateY(-5px);
  }

  .sps-album-card[hidden] {
    display: none;
  }

  .sps-album-media,
  .sps-video-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #dfe8e3;
  }

  .sps-album-media img,
  .sps-photo-card img,
  .sps-video-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease;
  }

  .sps-album-card:hover .sps-album-media > img,
  .sps-photo-card:hover > img,
  .sps-video-card:hover .sps-video-media > img {
    transform: scale(1.06);
  }

  .sps-album-media::after,
  .sps-video-media::after,
  .sps-photo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(0, 25, 14, 0.72));
    opacity: 0.96;
  }

  .sps-album-icon {
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background:
      radial-gradient(circle at 30% 20%, #ffffff, rgba(255, 255, 255, 0.84)),
      linear-gradient(135deg, rgba(255, 123, 0, 0.18), rgba(0, 95, 60, 0.14));
    border: 1px solid rgba(255, 255, 255, 0.62);
    box-shadow: 0 14px 30px rgba(0, 28, 16, 0.24);
    backdrop-filter: blur(10px);
  }

  .sps-album-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: var(--gallery-filter-green);
  }

  .sps-album-card[data-album-category="events"] .sps-album-icon img,
  .sps-album-card[data-album-category="celebrations"] .sps-album-icon img {
    filter: var(--gallery-filter-orange);
  }

  .sps-album-card[data-album-category="activities"] .sps-album-icon img {
    filter: var(--gallery-filter-cyan);
  }

  .sps-album-card[data-album-category="campus"] .sps-album-icon img {
    filter: var(--gallery-filter-rose);
  }

  .sps-album-body,
  .sps-video-body {
    padding: 17px 18px 19px;
  }

  .sps-album-body h3,
  .sps-video-body h3 {
    margin: 0;
    color: var(--gallery-ink);
    font-size: 1.08rem;
    line-height: 1.25;
  }

  .sps-album-body p,
  .sps-video-body p {
    margin: 7px 0 0;
    color: var(--gallery-muted);
    font-size: 0.88rem;
    font-weight: 800;
  }

  .sps-photo-card {
    min-height: 236px;
    padding: 0;
    border: 0;
    cursor: pointer;
    text-align: left;
  }

  .sps-photo-card img {
    position: absolute;
    inset: 0;
  }

  .sps-photo-card span,
  .sps-photo-card strong {
    position: relative;
    z-index: 1;
    display: inline-flex;
  }

  .sps-photo-card span {
    position: absolute;
    left: 14px;
    top: 14px;
    margin: 0;
    padding: 6px 10px;
    border-radius: 999px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 255, 250, 0.88));
    color: var(--gallery-emerald);
    font-size: 0.76rem;
    font-weight: 900;
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 12px 24px rgba(0, 28, 16, 0.2);
    backdrop-filter: blur(10px);
  }

  .sps-photo-card strong {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    color: #ffffff;
    font-size: 1.04rem;
    line-height: 1.25;
  }

  .sps-gallery-pagination {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
  }

  .sps-gallery-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid var(--gallery-line);
    background: #ffffff;
    color: var(--gallery-emerald-dark);
    cursor: pointer;
    font-size: 0.86rem;
    font-weight: 900;
    box-shadow: 0 14px 32px rgba(11, 45, 29, 0.07);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
  }

  .sps-gallery-page-btn:hover,
  .sps-gallery-page-btn:focus-visible {
    background: var(--gallery-emerald);
    color: #ffffff;
    border-color: var(--gallery-emerald);
    transform: translateY(-2px);
  }

  .sps-gallery-page-btn img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: var(--gallery-filter-orange);
  }

  .sps-gallery-page-btn:hover img,
  .sps-gallery-page-btn:focus-visible img {
    filter: var(--gallery-filter-orange);
  }

  .sps-video-play {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: grid;
    place-items: center;
  }

  .sps-video-play span {
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26);
    animation: spsGalleryPulse 2.3s ease-in-out infinite;
  }

  .sps-video-play img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: var(--gallery-filter-orange);
  }

  .sps-video-time {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.72);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 900;
  }

  .sps-tc-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
    align-items: stretch;
  }

  .sps-tc-card,
  .sps-tc-note {
    border: 1px solid rgba(0, 95, 60, 0.12);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(11, 45, 29, 0.08);
  }

  .sps-tc-card {
    position: relative;
    display: block;
    min-height: 0;
    padding: 18px;
    overflow: hidden;
    text-align: center;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  }

  .sps-tc-card:hover,
  .sps-tc-card:focus-visible {
    border-color: rgba(0, 95, 60, 0.28);
    box-shadow: 0 28px 62px rgba(11, 45, 29, 0.14);
    transform: translateY(-4px);
  }

  .sps-tc-preview {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(0, 95, 60, 0.08)),
      #eef6ed;
    box-shadow: inset 0 0 0 1px rgba(0, 95, 60, 0.1);
  }

  .sps-tc-preview img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: top center;
    border-radius: 8px;
    transition: transform 420ms ease;
  }

  .sps-tc-card:hover .sps-tc-preview img {
    transform: scale(1.025);
  }

  .sps-tc-preview-badge {
    position: absolute;
    left: 14px;
    top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--gallery-emerald-dark);
    font-size: 0.8rem;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(0, 30, 18, 0.16);
  }

  .sps-tc-preview-badge img {
    width: 16px;
    height: 16px;
    filter: var(--gallery-filter-orange);
  }

  .sps-tc-card-body {
    padding: 22px 8px 8px;
  }

  .sps-tc-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    margin-top: 18px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid rgba(0, 95, 60, 0.14);
    background: #ffffff;
    color: var(--gallery-emerald-dark);
    font-size: 0.9rem;
    font-weight: 900;
    box-shadow: 0 16px 32px rgba(0, 95, 60, 0.2);
  }

  .sps-tc-download img {
    width: 18px;
    height: 18px;
    filter: var(--gallery-filter-orange);
  }

  .sps-download-cue {
    position: absolute;
    right: 18px;
    top: 18px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(244, 123, 0, 0.22);
  }

  .sps-download-cue img {
    width: 20px;
    height: 20px;
    filter: var(--gallery-filter-orange);
  }

  .sps-tc-card h3 {
    margin: 0;
    color: var(--gallery-emerald-dark);
    font-size: 1.35rem;
    line-height: 1.25;
  }

  .sps-tc-card p,
  .sps-tc-note p {
    margin: 10px 0 0;
    color: var(--gallery-muted);
    line-height: 1.65;
  }

  .sps-tc-note {
    padding: 28px;
    background:
      radial-gradient(circle at top right, rgba(18, 184, 199, 0.08), transparent 38%),
      #ffffff;
  }

  .sps-tc-note h3 {
    margin: 0 0 18px;
    color: var(--gallery-emerald-dark);
    font-size: 1.28rem;
  }

  .sps-tc-note ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .sps-tc-note li {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    color: var(--gallery-muted);
    line-height: 1.55;
  }

  .sps-tc-note li::before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background:
      radial-gradient(circle at center, var(--gallery-emerald) 0 4px, transparent 5px),
      radial-gradient(circle at center, #ffffff 0 12px, transparent 13px),
      linear-gradient(135deg, #e9f8f1, #fff4df);
    border: 1px solid rgba(0, 95, 60, 0.16);
    box-shadow: 0 10px 22px rgba(0, 70, 42, 0.09);
    animation: spsGalleryDotBlink 1.7s ease-in-out infinite;
  }

  .sps-tc-note li:nth-child(2)::before {
    animation-delay: 0.18s;
  }

  .sps-tc-note li:nth-child(3)::before {
    animation-delay: 0.36s;
  }

  .sps-tc-note li:nth-child(4)::before {
    animation-delay: 0.54s;
  }

  .sps-fees-terms {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin: 22px 0;
    padding: 30px;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(0, 95, 60, 0.13);
    border-radius: 8px;
    background:
      radial-gradient(circle at 12% 15%, rgba(244, 123, 0, 0.12), transparent 26%),
      radial-gradient(circle at 88% 30%, rgba(18, 184, 199, 0.11), transparent 30%),
      linear-gradient(135deg, #ffffff 0%, #f7fbf9 54%, #eef8f3 100%);
    box-shadow: 0 24px 58px rgba(11, 45, 29, 0.1);
  }

  .sps-fees-seo-card,
  .sps-fees-seo-note {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(0, 95, 60, 0.13);
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 250, 0.9)),
      radial-gradient(circle at top left, rgba(244, 123, 0, 0.1), transparent 34%);
    box-shadow: 0 18px 42px rgba(11, 45, 29, 0.08);
  }

  .sps-fees-seo-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 24px 28px;
  }

  .sps-fees-seo-card::before,
  .sps-fees-seo-note::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: -1;
    width: 6px;
    background: linear-gradient(180deg, var(--gallery-amber), var(--gallery-emerald));
  }

  .sps-fees-seo-card > span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 8px;
    background: #fff7e8;
    box-shadow: inset 0 0 0 1px rgba(244, 123, 0, 0.18);
    animation: spsFeeIconPulse 2.4s ease-in-out infinite;
  }

  .sps-fees-seo-card img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    filter: var(--gallery-filter-orange);
  }

  .sps-fees-seo-card strong,
  .sps-fees-seo-note strong {
    display: block;
    margin-bottom: 8px;
    color: var(--gallery-emerald-dark);
    font-size: 1.08rem;
    line-height: 1.25;
  }

  .sps-fees-seo-card p,
  .sps-fees-seo-note p {
    margin: 0;
    color: var(--gallery-muted);
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .sps-fees-seo-note {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 22px 26px;
    background:
      radial-gradient(circle at 88% 18%, rgba(18, 184, 199, 0.08), transparent 32%),
      #ffffff;
  }

  .sps-fees-seo-note p {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .sps-fees-seo-note span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background:
      radial-gradient(circle at center, var(--gallery-emerald) 0 4px, transparent 5px),
      radial-gradient(circle at center, #ffffff 0 11px, transparent 12px),
      linear-gradient(135deg, #e9f8f1, #fff4df);
    border: 1px solid rgba(0, 95, 60, 0.16);
    box-shadow: 0 10px 22px rgba(0, 70, 42, 0.09);
    animation: spsGalleryDotBlink 1.7s ease-in-out infinite;
  }

  .sps-fees-seo-note p:nth-child(2) span {
    animation-delay: 0.22s;
  }

  .sps-fees-terms::before {
    content: "";
    position: absolute;
    top: -80px;
    left: -160px;
    z-index: -1;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(244, 123, 0, 0.18), rgba(255, 255, 255, 0));
    animation: spsFeeGlowSlide 7s ease-in-out infinite;
  }

  .sps-fees-terms::after {
    content: "";
    position: absolute;
    inset: 18px;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    pointer-events: none;
  }

  .sps-fee-term {
    --term-color: var(--gallery-rose);
    position: relative;
    min-height: 190px;
    display: grid;
    align-content: center;
    gap: 14px;
    padding: 28px 24px;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid color-mix(in srgb, var(--term-color) 28%, #ffffff 72%);
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
      linear-gradient(135deg, color-mix(in srgb, var(--term-color) 16%, #ffffff 84%), #ffffff);
    color: var(--gallery-emerald-dark);
    text-align: center;
    box-shadow: 0 18px 38px rgba(11, 45, 29, 0.1);
    transform: translateY(0);
    animation: spsFeeCardRise 4.8s ease-in-out infinite;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  }

  .sps-fee-term::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 8px;
    background: linear-gradient(90deg, var(--term-color), color-mix(in srgb, var(--term-color) 52%, #ffffff 48%));
  }

  .sps-fee-term::after {
    content: "";
    position: absolute;
    right: -56px;
    bottom: -62px;
    z-index: -1;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--term-color) 18%, transparent 82%);
  }

  .sps-fee-term:nth-child(2) {
    animation-delay: 0.18s;
  }

  .sps-fee-term:nth-child(3) {
    animation-delay: 0.36s;
  }

  .sps-fee-term:hover {
    border-color: color-mix(in srgb, var(--term-color) 48%, #ffffff 52%);
    box-shadow: 0 26px 52px rgba(11, 45, 29, 0.15);
    transform: translateY(-6px);
  }

  .sps-fee-term[data-tone="cyan"] {
    --term-color: var(--gallery-cyan);
  }

  .sps-fee-term[data-tone="green"] {
    --term-color: #10bf72;
  }

  .sps-fee-term small,
  .sps-fee-term strong {
    position: relative;
    z-index: 1;
    display: block;
  }

  .sps-fee-term span {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin: 0 auto 2px;
    border-radius: 8px;
    background: color-mix(in srgb, var(--term-color) 13%, #ffffff 87%);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--term-color) 24%, #ffffff 76%);
  }

  .sps-fee-term span img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: var(--gallery-filter-orange);
  }

  .sps-fee-term small {
    color: color-mix(in srgb, var(--term-color) 70%, var(--gallery-emerald-dark) 30%);
    font-size: 0.9rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .sps-fee-term strong {
    max-width: 280px;
    margin: 0 auto;
    font-size: clamp(1.32rem, 2.15vw, 1.9rem);
    line-height: 1.22;
  }

  .sps-gallery-dialog {
    width: min(940px, calc(100% - 32px));
    padding: 0;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    color: var(--gallery-ink);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
  }

  .sps-gallery-dialog::backdrop {
    background: rgba(0, 20, 12, 0.72);
    backdrop-filter: blur(8px);
  }

  .sps-gallery-dialog figure {
    margin: 0;
  }

  .sps-gallery-dialog img {
    width: 100%;
    max-height: 68vh;
    object-fit: cover;
    background: #dfe8e3;
  }

  .sps-gallery-dialog figcaption {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    padding: 18px 20px;
  }

  .sps-gallery-dialog h3 {
    margin: 0;
    color: var(--gallery-emerald-dark);
    font-size: 1.26rem;
  }

  .sps-gallery-dialog p {
    margin: 5px 0 0;
    color: var(--gallery-muted);
  }

  .sps-gallery-close {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: var(--gallery-emerald);
    color: #ffffff;
    cursor: pointer;
    font-size: 1.15rem;
    font-weight: 900;
  }

  @keyframes spsGalleryHeroZoom {
    from { transform: scale(1.02); }
    to { transform: scale(1.07); }
  }

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

  @keyframes spsGalleryPulse {
    0%, 100% {
      transform: scale(1);
      box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
    }
    50% {
      transform: scale(1.08);
      box-shadow: 0 20px 48px rgba(0, 0, 0, 0.3);
    }
  }

  @keyframes spsGalleryDotBlink {
    0%, 100% {
      transform: scale(1);
      box-shadow: 0 10px 22px rgba(0, 70, 42, 0.09), 0 0 0 0 rgba(0, 95, 60, 0);
    }
    48% {
      transform: scale(1.1);
      box-shadow: 0 14px 28px rgba(0, 70, 42, 0.16), 0 0 0 8px rgba(0, 95, 60, 0.12);
    }
  }

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

  @keyframes spsFeeGlowSlide {
    0%, 100% {
      transform: translate3d(0, 0, 0) scale(1);
      opacity: 0.82;
    }
    50% {
      transform: translate3d(360px, 70px, 0) scale(1.14);
      opacity: 0.46;
    }
  }

  @keyframes spsFeeIconPulse {
    0%, 100% {
      transform: scale(1);
      box-shadow: inset 0 0 0 1px rgba(244, 123, 0, 0.18), 0 0 0 0 rgba(244, 123, 0, 0);
    }
    50% {
      transform: scale(1.06);
      box-shadow: inset 0 0 0 1px rgba(244, 123, 0, 0.22), 0 0 0 8px rgba(244, 123, 0, 0.1);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .sps-gallery-hero-media img,
    .sps-video-play span,
    .sps-tc-note li::before,
    .sps-fees-terms::before,
    .sps-fees-seo-card > span,
    .sps-fees-seo-note span,
    .sps-fee-term,
    .sps-gallery-view,
    .sps-album-card,
    .sps-photo-card,
    .sps-video-card {
      animation: none;
      transition: none;
    }
  }

  @media (max-width: 1180px) {
    .sps-gallery-hero-content {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .sps-gallery-hero-card {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sps-gallery-layout {
      grid-template-columns: 250px minmax(0, 1fr);
      gap: 26px;
    }

    .sps-album-grid,
    .sps-photo-grid,
    .sps-video-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sps-fees-terms {
      gap: 16px;
    }
  }

  @media (max-width: 900px) {
    .sps-gallery-hero {
      min-height: auto;
    }

    .sps-gallery-hero-content {
      padding-top: calc(78px + var(--floating-nav-overlap, 0px));
      padding-bottom: 42px;
    }

    .sps-gallery-hero h1 {
      font-size: 3.35rem;
    }

    .sps-gallery-hero-card,
    .sps-gallery-layout,
    .sps-tc-layout,
    .sps-gallery-view-head {
      grid-template-columns: 1fr;
    }

    .sps-fees-terms {
      grid-template-columns: 1fr;
    }

    .sps-fees-seo-note {
      grid-template-columns: 1fr;
    }

    .sps-tc-preview img {
      height: 520px;
    }

    .sps-gallery-sidebar {
      position: relative;
      top: auto;
    }

    .sps-gallery-menu {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sps-gallery-menu-button {
      border-right: 1px solid var(--gallery-line);
    }

    .sps-gallery-menu-button:nth-child(2n) {
      border-right: 0;
    }
  }

  @media (max-width: 640px) {
    .sps-gallery-content {
      padding: 48px 0 68px;
    }

    .sps-gallery-hero-content {
      padding-top: calc(58px + var(--floating-nav-overlap, 0px));
    }

    .sps-gallery-hero h1 {
      font-size: 2.55rem;
    }

    .sps-gallery-hero p,
    .sps-gallery-view-head p {
      font-size: 0.94rem;
    }

    .sps-gallery-primary,
    .sps-gallery-secondary {
      width: 100%;
    }

    .sps-gallery-hero-card,
    .sps-gallery-menu,
    .sps-album-grid,
    .sps-photo-grid,
    .sps-video-grid {
      grid-template-columns: 1fr;
    }

    .sps-gallery-menu-button {
      border-right: 0;
    }

    .sps-gallery-view-head h2 {
      font-size: 2.1rem;
    }

    .sps-photo-card {
      min-height: 230px;
    }

    .sps-tc-preview img {
      height: 360px;
    }

    .sps-fees-seo-card {
      grid-template-columns: 1fr;
      padding: 22px;
      text-align: center;
    }

    .sps-fees-seo-card > span {
      margin: 0 auto;
    }

    .sps-fees-terms {
      padding: 20px;
    }

    .sps-gallery-pagination {
      justify-content: stretch;
    }

    .sps-gallery-page-btn {
      flex: 1 1 0;
      padding-inline: 12px;
    }

    .sps-gallery-dialog figcaption {
      align-items: flex-start;
    }
  }
/* Arrow icon right side fix */
.sps-gallery-menu-button {
  grid-template-columns: 36px minmax(0, 1fr) 18px !important;
  column-gap: 12px !important;
}

.sps-gallery-menu-button::after {
  display: none !important;
  content: none !important;
}

.sps-gallery-menu-arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  justify-self: end !important;
  margin-left: auto !important;
}

.sps-gallery-menu-arrow img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain !important;
  display: block !important;
  filter: var(--gallery-filter-orange) !important;
}

.sps-gallery-menu-button:hover .sps-gallery-menu-arrow {
  transform: translateX(3px);
}

.sps-gallery-menu-button.is-active .sps-gallery-menu-arrow img {
  filter: var(--gallery-filter-orange) !important;
}




/* =====================================
   11 CONTACT
   ===================================== */

.contact-section {
  --contact-green: #00643d;
  --contact-green-dark: #003f2a;
  --contact-orange: #ff7a00;
  --contact-orange-soft: #fff0df;
  --contact-ink: #071225;
  --contact-muted: #5f6878;
  --contact-line: #dfe8e2;
  --contact-paper: #ffffff;
  --contact-orange-filter: invert(54%) sepia(99%) saturate(1687%) hue-rotate(1deg) brightness(103%) contrast(105%);
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
  radial-gradient(circle at 8% 18%, rgba(255, 122, 0, 0.06), transparent 24%),
  linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
}

.contact-icon-img {
  display: block;
  width: 1em;
  height: 1em;
  object-fit: contain;
  flex: 0 0 auto;
}

.contact-section .contact-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(300px, 0.38fr) minmax(0, 0.62fr);
  gap: 72px;
  align-items: center;
}

.contact-section .contact-copy {
  position: relative;
  min-width: 0;
}

.contact-section .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 18px;
  color: var(--contact-orange);
  font-size: 0.92rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

.contact-section .eyebrow::after {
  content: "";
  width: 58px;
  height: 2px;
  border-radius: 999px;
  background: var(--contact-green);
}

.contact-section .section-copy h2 {
  max-width: 540px;
  margin: 0;
  color: var(--contact-ink);
  font-size: clamp(2.8rem, 4.4vw, 4.45rem);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: 0;
}

.contact-section .section-copy h2 span {
  color: var(--contact-orange);
}

.contact-section .section-copy h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  margin: 28px 0 0;
  border-radius: 999px;
  background: var(--contact-orange);
}

.contact-section .section-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 34px 0 0;
  color: var(--contact-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.contact-section .contact-list {
  display: grid;
  gap: 22px;
  margin-top: 34px;
  font-style: normal;
}

.contact-section .contact-list a {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 4px 18px;
  align-items: center;
  color: var(--contact-ink);
  text-decoration: none;
}

.contact-section .contact-list a > span {
  grid-row: span 2;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--contact-green), var(--contact-green-dark));
  box-shadow: 0 16px 34px rgba(0, 100, 61, 0.18);
}

.contact-section .contact-list a > span .contact-icon-img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.contact-section .contact-list strong {
  display: block;
  color: var(--contact-ink);
  font-size: 1rem;
  font-weight: 950;
}

.contact-section .message-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding: 54px;
  border: 1px solid rgba(0, 100, 61, 0.1);
  border-radius: 30px;
  background:
  linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
  radial-gradient(circle at 0 0, rgba(255, 122, 0, 0.08), transparent 34%);
  box-shadow:
  0 30px 80px rgba(7, 18, 37, 0.1),
  inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.contact-section .message-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: -1;
  border-radius: 34px;
  background: rgba(0, 100, 61, 0.05);
  filter: blur(26px);
}

.contact-section .form-title {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 4px;
  color: var(--contact-green);
}

.contact-section .message-card h3 {
  margin: 0;
  color: var(--contact-green);
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: 950;
}

.contact-section .icon-badge {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  border-radius: 999px;
}

.contact-section .icon-badge.orange {
  background: var(--contact-orange-soft);
  box-shadow: 0 14px 32px rgba(255, 122, 0, 0.14);
}

.contact-section .icon-badge.orange .contact-icon-img {
  width: 27px;
  height: 27px;
  filter: var(--contact-orange-filter);
}

.contact-section .message-card label {
  display: grid;
  gap: 8px;
}

.contact-section .message-card label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.contact-section .message-card input,
.contact-section .message-card textarea {
  width: 100%;
  border: 1px solid var(--contact-line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--contact-ink);
  padding: 19px 22px;
  font: inherit;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition:
  border-color 180ms ease,
  box-shadow 180ms ease,
  transform 180ms ease;
}

.contact-section .message-card textarea {
  resize: vertical;
  min-height: 160px;
}

.contact-section .message-card input::placeholder,
.contact-section .message-card textarea::placeholder {
  color: #6d7480;
}

.contact-section .message-card input:focus,
.contact-section .message-card textarea:focus {
  border-color: var(--contact-green);
  box-shadow: 0 0 0 4px rgba(0, 100, 61, 0.12);
  transform: translateY(-1px);
}

.contact-section .message-card .wide,
.contact-section .message-card button,
.contact-section .form-status {
  grid-column: 1 / -1;
}

.contact-section .message-card button {
  width: fit-content;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--contact-green), var(--contact-green-dark));
  color: #fff;
  font-size: 1.02rem;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(0, 80, 50, 0.22);
  transition:
  transform 180ms ease,
  box-shadow 180ms ease;
}

.contact-section .message-card button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(0, 80, 50, 0.26);
}

.contact-section .message-card button .contact-icon-img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.contact-section .form-status {
  min-height: 24px;
  margin: 0;
  color: var(--contact-green);
  font-weight: 850;
}

.contact-dot-pattern {
  position: absolute;
  width: 130px;
  height: 130px;
  opacity: 0.28;
  background-image: radial-gradient(var(--contact-green) 2px, transparent 2px);
  background-size: 18px 18px;
  pointer-events: none;
}

.contact-dot-left {
  left: 52px;
  top: 54px;
}

.contact-dot-right {
  right: 52px;
  bottom: 70px;
}

.contact-corner-shape {
  position: absolute;
  top: -76px;
  right: -74px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background:
  radial-gradient(circle at 70% 32%, var(--contact-orange) 0 38%, transparent 39%),
  radial-gradient(circle, var(--contact-green) 0 67%, transparent 68%);
}

.contact-page-modern {
  --contact-page-green: #005f3b;
  --contact-page-green-dark: #002f20;
  --contact-page-orange: #ff8708;
  --contact-page-gold: #f6c34b;
  --contact-page-ink: #071225;
  --contact-page-muted: #5d6878;
  --contact-page-line: rgba(0, 95, 59, 0.14);
  --contact-page-soft: #f5faf7;
  background: #ffffff;
}

.contact-hero-modern {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: start;
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  background: var(--contact-page-green-dark);
}

.contact-hero-media,
.contact-hero-media img,
.contact-hero-shade {
  position: absolute;
  inset: 0;
}

.contact-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  filter: saturate(1.08) contrast(1.02);
}

.contact-hero-shade {
  z-index: 1;
  background:
  linear-gradient(90deg, rgba(0, 36, 24, 0.9) 0%, rgba(0, 55, 33, 0.68) 42%, rgba(0, 45, 29, 0.18) 100%),
  linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 40, 24, 0.46));
}

.contact-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 112px 0 126px;
}

.contact-kicker,
.contact-section-kicker {
  margin: 0;
  color: var(--contact-page-orange);
  font-size: 0.9rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.contact-hero-content .contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #ffe0ad;
}

.contact-hero-content .contact-kicker::after,
.contact-section-kicker::after {
  content: "";
  width: 52px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.contact-hero-content h1 {
  max-width: 720px;
  margin: 18px 0 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.8rem;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.contact-hero-content > p {
  max-width: 620px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.15rem;
  line-height: 1.75;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.contact-action {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.25);
}

.contact-action img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.contact-action.primary {
  color: #ffffff;
  background: linear-gradient(180deg, var(--contact-page-orange), #e66a00);
}

.contact-action.secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.contact-modern-body {
  position: relative;
  padding: 0 0 104px;
  background:
  linear-gradient(180deg, #ffffff 0%, #f8fbf9 62%, #ffffff 100%);
}

.contact-info-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: -70px;
}

.contact-info-card {
  min-height: 156px;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  gap: 6px 16px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  color: var(--contact-page-ink);
  background:
  linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
  var(--contact-page-soft);
  box-shadow: 0 24px 56px rgba(7, 18, 37, 0.13);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.contact-info-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 135, 8, 0.45);
  box-shadow: 0 30px 68px rgba(7, 18, 37, 0.16);
}

.contact-info-card > span {
  grid-row: 1 / 4;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(180deg, var(--contact-page-green), var(--contact-page-green-dark));
  box-shadow: 0 16px 30px rgba(0, 95, 59, 0.22);
}

.contact-info-card img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.contact-info-card small,
.contact-info-card em {
  color: var(--contact-page-muted);
  font-style: normal;
}

.contact-info-card small {
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-info-card strong {
  display: block;
  min-width: 0;
  color: var(--contact-page-ink);
  font-size: 1.06rem;
  line-height: 1.25;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.contact-info-card em {
  font-size: 0.95rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
  gap: 30px;
  margin-top: 46px;
  align-items: stretch;
}

.contact-address-panel,
.contact-form-panel,
.contact-map-panel {
  border: 1px solid var(--contact-page-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(7, 18, 37, 0.08);
}

.contact-address-panel {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 42px;
  color: #ffffff;
  background:
  linear-gradient(180deg, rgba(0, 69, 43, 0.86), rgba(0, 41, 27, 0.94)),
  url("../site/facility-campus.jpg") center / cover;
}

.contact-address-panel::after {
  content: "";
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 42px;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
}

.contact-address-panel > * {
  position: relative;
  z-index: 1;
}

.contact-address-panel .contact-section-kicker {
  color: #ffd88f;
}

.contact-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.contact-address-panel h2,
.contact-form-heading h2,
.contact-map-copy h2 {
  margin: 16px 0 0;
  color: inherit;
  font-size: 2.25rem;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-address-panel address {
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.5rem;
  line-height: 1.55;
  font-style: normal;
  font-weight: 850;
}

.contact-office-meta {
  display: grid;
  gap: 18px;
  margin-top: 46px;
}

.contact-office-meta p {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 2px 16px;
  align-items: center;
  margin: 0;
}

.contact-office-meta span {
  grid-row: span 2;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.contact-office-meta img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.contact-office-meta strong {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 950;
}

.contact-office-meta em {
  color: rgba(255, 255, 255, 0.76);
  font-style: normal;
  line-height: 1.4;
}

.contact-form-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 42px;
}

.contact-form-heading,
.contact-form-panel .wide,
.contact-form-panel button,
.contact-form-panel .form-status {
  grid-column: 1 / -1;
}

.contact-form-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
  color: var(--contact-page-ink);
}

.contact-form-heading > span {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  border-radius: 18px;
  background: var(--contact-page-orange);
  box-shadow: 0 16px 34px rgba(255, 135, 8, 0.22);
}

.contact-form-heading img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.contact-form-heading h2 {
  color: var(--contact-page-ink);
}

.contact-form-panel label {
  display: grid;
  gap: 8px;
}

.contact-form-panel label span {
  color: var(--contact-page-ink);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-form-panel input,
.contact-form-panel textarea {
  width: 100%;
  border: 1px solid #dfe8e2;
  border-radius: 8px;
  background: #fbfdfc;
  color: var(--contact-page-ink);
  padding: 17px 18px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.contact-form-panel textarea {
  min-height: 138px;
  resize: vertical;
}

.contact-form-panel input::placeholder,
.contact-form-panel textarea::placeholder {
  color: #747c89;
}

.contact-form-panel input:focus,
.contact-form-panel textarea:focus {
  border-color: var(--contact-page-green);
  box-shadow: 0 0 0 4px rgba(0, 95, 59, 0.12);
  transform: translateY(-1px);
}

.contact-form-panel button {
  width: fit-content;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(180deg, var(--contact-page-green), var(--contact-page-green-dark));
  font-size: 0.96rem;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(0, 95, 59, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-form-panel button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(0, 95, 59, 0.28);
}

.contact-form-panel button img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.contact-form-panel .form-status {
  min-height: 24px;
  margin: 0;
  color: var(--contact-page-green);
  font-weight: 850;
}

.contact-map-panel {
  display: grid;
  grid-template-columns: minmax(270px, 0.34fr) minmax(0, 0.66fr);
  gap: 0;
  min-height: 360px;
  margin-top: 30px;
  overflow: hidden;
}

.contact-map-copy {
  padding: 40px;
  color: var(--contact-page-ink);
  background:
  linear-gradient(180deg, #ffffff, #f5faf7);
}

.contact-map-copy h2 {
  color: var(--contact-page-ink);
}

.contact-map-copy p:not(.contact-section-kicker) {
  margin: 20px 0 0;
  color: var(--contact-page-muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.contact-map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  filter: saturate(0.96) contrast(1.02);
}

body:has(.contact-page-modern) .contact-hero-modern {
  min-height: calc(560px + var(--floating-nav-overlap));
}

body:has(.contact-page-modern) .contact-hero-content {
  padding-top: calc(112px + var(--floating-nav-overlap));
}

body:has(.contact-page-modern) .contact-hero-modern {
  min-height: calc(500px + var(--floating-nav-overlap));
}

body:has(.contact-page-modern) .contact-hero-content {
  padding-top: calc(44px + var(--floating-nav-overlap));
  padding-bottom: 104px;
}

/* =====================================
   11 CONTACT RESPONSIVE
   ===================================== */

@media (max-width: 1040px) {
  .contact-section {
    padding: 82px 0;
  }
  .contact-section .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .contact-section .section-copy {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .contact-section {
    padding-block: 64px;
  }
  .contact-section .section-copy h2 {
    font-size: 2.55rem;
  }
  .contact-section .message-card {
    grid-template-columns: 1fr;
    padding: 30px;
    border-radius: 24px;
  }
  .contact-section .message-card label,
  .contact-section .message-card .wide,
  .contact-section .message-card button,
  .contact-section .form-status {
    grid-column: 1;
  }
}

@media (max-width: 460px) {
  .contact-section .section-copy h2 {
    font-size: 2.1rem;
  }
  .contact-section .contact-list a {
    grid-template-columns: 52px minmax(0, 1fr);
  }
  .contact-section .contact-list a > span {
    width: 52px;
    height: 52px;
  }
  .contact-section .message-card {
    padding: 24px;
  }
  .contact-section .message-card button {
    width: 100%;
  }
  .contact-dot-left,
  .contact-dot-right {
    opacity: 0.14;
  }
}

@media (max-width: 1180px) {
  .contact-hero-content h1 {
    font-size: 4rem;
  }
  .contact-info-strip,
  .contact-main-grid,
  .contact-map-panel {
    grid-template-columns: 1fr;
  }
  .contact-info-strip {
    max-width: 760px;
    margin-inline: auto;
  }
  .contact-address-panel {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .contact-hero-modern {
    min-height: 520px;
  }
  .contact-hero-media img {
    object-position: 60% center;
  }
  .contact-hero-shade {
    background:
    linear-gradient(90deg, rgba(0, 36, 24, 0.92), rgba(0, 55, 33, 0.62)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 40, 24, 0.56));
  }
  .contact-hero-content {
    padding: 12px 0 104px;
  }
  .contact-hero-content h1 {
    font-size: 3rem;
  }
  .contact-hero-content > p {
    font-size: 1rem;
  }
  .contact-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 330px;
  }
  .contact-action {
    width: 100%;
  }
  .contact-modern-body {
    padding-bottom: 72px;
  }
  .contact-info-strip {
    margin-top: -52px;
  }
  .contact-info-card {
    min-height: 132px;
    padding: 22px;
  }
  .contact-main-grid {
    margin-top: 34px;
  }
  .contact-address-panel,
  .contact-form-panel,
  .contact-map-copy {
    padding: 28px;
  }
  .contact-address-panel {
    min-height: 430px;
  }
  .contact-address-panel h2,
  .contact-form-heading h2,
  .contact-map-copy h2 {
    font-size: 1.85rem;
  }
  .contact-address-panel address {
    font-size: 1.24rem;
  }
  .contact-form-panel {
    grid-template-columns: 1fr;
  }
  .contact-form-heading,
  .contact-form-panel .wide,
  .contact-form-panel button,
  .contact-form-panel .form-status {
    grid-column: 1;
  }
  .contact-map-panel iframe {
    min-height: 320px;
  }
}

@media (max-width: 460px) {
  .contact-hero-content h1 {
    font-size: 2.35rem;
  }
  .contact-hero-actions,
  .contact-action,
  .contact-form-panel button {
    width: 100%;
  }
  .contact-hero-actions {
    max-width: none;
  }
  .contact-info-card {
    grid-template-columns: 52px minmax(0, 1fr);
  }
  .contact-info-card > span {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
  .contact-form-heading {
    align-items: flex-start;
  }
  .contact-office-meta p {
    grid-template-columns: 1fr;
  }
  .contact-office-meta span {
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  body:has(.contact-page-modern) .contact-hero-content {
    padding-top: calc(58px + var(--floating-nav-overlap));
  }
}

@media (max-width: 1180px) {
  body:has(.contact-page-modern) .contact-hero-content {
    padding-top: calc(38px + var(--floating-nav-overlap));
  }
}

@media (max-width: 760px) {
  body:has(.contact-page-modern) .contact-hero-modern {
    min-height: calc(455px + var(--floating-nav-overlap));
  }
  body:has(.contact-page-modern) .contact-hero-content {
    padding-top: calc(22px + var(--floating-nav-overlap));
    padding-bottom: 86px;
  }
  body:has(.contact-page-modern) .contact-hero-content h1 {
    font-size: clamp(2.25rem, 10vw, 3rem);
    line-height: 1.06;
  }
}
/* ===================================== */
/* CENTRAL FLOATING HEADER OVERLAP */
/* All menu pages + Why Choose SPS */
/* Paste at END of common.css / global.css */
/* ===================================== */

:root {
  --sps-floating-nav-desktop: 188px;
  --sps-floating-nav-tablet: 158px;
  --sps-floating-nav-mobile: 118px;
}

/* Common overlap pages */
body:has(.hero#home),
body:has(.why-modern),
body:has(.why-hero),
body.why-choose-page,
body:has(.admission-section),
body:has(.admission-page-modern),
body:has(.admission-hero-modern),
body:has(.announcements-section),
body:has(.announcement-page-modern),
body:has(.announcement-hero-modern),
body:has(.contact-section),
body:has(.contact-page-modern),
body:has(.contact-hero-modern),
body:has(.facilities-modern),
body:has(.facilities-hero),
body:has(.facilities-section),
body:has(.facilities-page-modern),
body:has(.facilities-hero-modern),
body:has(.gallery-section),
body:has(.curriculum-modern),
body:has(.assessment-modern),
body:has(.coaching-modern),
body:has(.cocurricular-modern),
body:has(.schoolcouncil-modern),
body:has(.smartclass-modern),
body:has(.sportsclubs-modern),
body:has(.sps-gallery-page),
body:has(.sps-gallery-hero),
body:has(.sps-upcoming-page),
body:has(.sps-sub-event-page),
body:has(.sps-event-hero),
body:has(.sps-patron-v3),
body.facilities-page,
body.upcoming-events-page,
body.completed-events-page,
body.circular-page,
body.sps-patron-v3-page {
  --floating-nav-overlap: var(--sps-floating-nav-desktop);
  --sps-header-overlap: var(--floating-nav-overlap);
}

/* Special pages */
body.smc-modern-page {
  --smc-nav-overlap: var(--sps-floating-nav-desktop);
  --sps-header-overlap: var(--smc-nav-overlap);
}

body.staff-modern-page {
  --staff-nav-overlap: 176px;
  --sps-header-overlap: var(--staff-nav-overlap);
}

/* Header float overlap */
body:has(.hero#home) .site-header,
body:has(.why-modern) .site-header,
body:has(.why-hero) .site-header,
body.why-choose-page .site-header,
body:has(.admission-section) .site-header,
body:has(.admission-page-modern) .site-header,
body:has(.admission-hero-modern) .site-header,
body:has(.announcements-section) .site-header,
body:has(.announcement-page-modern) .site-header,
body:has(.announcement-hero-modern) .site-header,
body:has(.contact-section) .site-header,
body:has(.contact-page-modern) .site-header,
body:has(.contact-hero-modern) .site-header,
body:has(.facilities-modern) .site-header,
body:has(.facilities-hero) .site-header,
body:has(.facilities-section) .site-header,
body:has(.facilities-page-modern) .site-header,
body:has(.facilities-hero-modern) .site-header,
body:has(.gallery-section) .site-header,
body:has(.curriculum-modern) .site-header,
body:has(.assessment-modern) .site-header,
body:has(.coaching-modern) .site-header,
body:has(.cocurricular-modern) .site-header,
body:has(.schoolcouncil-modern) .site-header,
body:has(.smartclass-modern) .site-header,
body:has(.sportsclubs-modern) .site-header,
body:has(.sps-gallery-page) .site-header,
body:has(.sps-gallery-hero) .site-header,
body:has(.sps-upcoming-page) .site-header,
body:has(.sps-sub-event-page) .site-header,
body:has(.sps-event-hero) .site-header,
body:has(.sps-patron-v3) .site-header,
body.facilities-page .site-header,
body.upcoming-events-page .site-header,
body.completed-events-page .site-header,
body.circular-page .site-header,
body.sps-patron-v3-page .site-header,
body.smc-modern-page .site-header,
body.staff-modern-page .site-header {
  position: relative;
  z-index: 999;
  margin-bottom: calc(var(--sps-header-overlap) * -1) !important;
}

/* Why Choose SPS hero overlap fix */
body:has(.why-modern) .why-modern,
body.why-choose-page .why-modern {
  margin-top: 0 !important;
}

body:has(.why-hero) .why-hero,
body.why-choose-page .why-hero {
  margin-top: 0 !important;
  padding-top: calc(var(--sps-header-overlap) + 14px) !important;
}

/* Facilities overlap fix */
body.facilities-page .facilities-hero,
body:has(.facilities-modern) .facilities-hero,
body:has(.facilities-hero) .facilities-hero {
  margin-top: 0 !important;
  padding-top: calc(var(--sps-header-overlap) + 0px) !important;
}

body.facilities-page .facilities-modern,
body:has(.facilities-modern) .facilities-modern {
  margin-top: 0 !important;
}

/* Admission + Contact hero content up fix */
body:has(.admission-hero-modern) .admission-hero-modern,
body:has(.admission-page-modern) .admission-hero-modern {
  margin-top: 0 !important;
  padding-top: calc(var(--sps-header-overlap) + 8px) !important;
}

body:has(.admission-hero-modern) .admission-hero-content,
body:has(.admission-page-modern) .admission-hero-content,
body:has(.admission-section) .admission-wrap,
body:has(.admission-section) .admission-copy {
  transform: translateY(-72px) !important;
}

body:has(.contact-hero-modern) .contact-hero-modern,
body:has(.contact-page-modern) .contact-hero-modern {
  margin-top: 0 !important;
  padding-top: calc(var(--sps-header-overlap) + 8px) !important;
}

body:has(.contact-hero-modern) .contact-hero-content,
body:has(.contact-page-modern) .contact-hero-content,
body:has(.contact-section) .contact-grid,
body:has(.contact-section) .contact-copy {
  transform: translateY(-76px) !important;
}

body:has(.contact-section) .contact-section,
body:has(.admission-section) .admission-section {
  margin-top: 0 !important;
  padding-top: calc(var(--sps-header-overlap) + 8px) !important;
}

/* Pages without full image hero */
body:has(.curriculum-modern) .curriculum-modern,
body:has(.assessment-modern) .assessment-modern,
body:has(.coaching-modern) .coaching-modern,
body:has(.cocurricular-modern) .cocurricular-modern,
body:has(.schoolcouncil-modern) .schoolcouncil-modern,
body:has(.smartclass-modern) .smartclass-modern,
body:has(.sportsclubs-modern) .sportsclubs-modern {
  margin-top: 0 !important;
  padding-top: calc(var(--sps-header-overlap) + 22px) !important;
}

/* Home hero */
body:has(.hero#home) .hero {
  padding-top: var(--sps-header-overlap) !important;
}

/* Dropdown above hero */
.nav-links .nav-submenu {
  z-index: 99999 !important;
}

@media (min-width: 1181px) {
  .nav-links .nav-item.nav-has-dropdown {
    position: relative;
  }

  .nav-links .nav-submenu {
    position: absolute !important;
    top: calc(100% + 14px) !important;
    left: 50% !important;
    z-index: 99999 !important;
    transform: translateX(-50%) translateY(10px);
  }

  .nav-links .nav-item.nav-has-dropdown:hover .nav-submenu,
  .nav-links .nav-item.nav-has-dropdown.is-open .nav-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
}

/* Tablet */
@media (max-width: 1180px) {
  body:has(.hero#home),
  body:has(.why-modern),
  body:has(.why-hero),
  body.why-choose-page,
  body:has(.admission-section),
  body:has(.admission-page-modern),
  body:has(.admission-hero-modern),
  body:has(.announcements-section),
  body:has(.announcement-page-modern),
  body:has(.announcement-hero-modern),
  body:has(.contact-section),
  body:has(.contact-page-modern),
  body:has(.contact-hero-modern),
  body:has(.facilities-modern),
  body:has(.facilities-hero),
  body:has(.facilities-section),
  body:has(.facilities-page-modern),
  body:has(.facilities-hero-modern),
  body:has(.gallery-section),
  body:has(.curriculum-modern),
  body:has(.assessment-modern),
  body:has(.coaching-modern),
  body:has(.cocurricular-modern),
  body:has(.schoolcouncil-modern),
  body:has(.smartclass-modern),
  body:has(.sportsclubs-modern),
  body:has(.sps-gallery-page),
  body:has(.sps-gallery-hero),
  body:has(.sps-upcoming-page),
  body:has(.sps-sub-event-page),
  body:has(.sps-event-hero),
  body:has(.sps-patron-v3),
  body.facilities-page,
  body.upcoming-events-page,
  body.completed-events-page,
  body.circular-page,
  body.sps-patron-v3-page,
  body.smc-modern-page,
  body.staff-modern-page {
    --floating-nav-overlap: var(--sps-floating-nav-tablet);
    --sps-header-overlap: var(--floating-nav-overlap);
  }

  .nav-links .nav-submenu {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 100%;
    transform: none !important;
  }
}

/* Mobile */
@media (max-width: 760px) {
  body:has(.hero#home),
  body:has(.why-modern),
  body:has(.why-hero),
  body.why-choose-page,
  body:has(.admission-section),
  body:has(.admission-page-modern),
  body:has(.admission-hero-modern),
  body:has(.announcements-section),
  body:has(.announcement-page-modern),
  body:has(.announcement-hero-modern),
  body:has(.contact-section),
  body:has(.contact-page-modern),
  body:has(.contact-hero-modern),
  body:has(.facilities-modern),
  body:has(.facilities-hero),
  body:has(.facilities-section),
  body:has(.facilities-page-modern),
  body:has(.facilities-hero-modern),
  body:has(.gallery-section),
  body:has(.curriculum-modern),
  body:has(.assessment-modern),
  body:has(.coaching-modern),
  body:has(.cocurricular-modern),
  body:has(.schoolcouncil-modern),
  body:has(.smartclass-modern),
  body:has(.sportsclubs-modern),
  body:has(.sps-gallery-page),
  body:has(.sps-gallery-hero),
  body:has(.sps-upcoming-page),
  body:has(.sps-sub-event-page),
  body:has(.sps-event-hero),
  body:has(.sps-patron-v3),
  body.facilities-page,
  body.upcoming-events-page,
  body.completed-events-page,
  body.circular-page,
  body.sps-patron-v3-page,
  body.smc-modern-page,
  body.staff-modern-page {
    --floating-nav-overlap: var(--sps-floating-nav-mobile);
    --sps-header-overlap: var(--floating-nav-overlap);
  }

  body:has(.why-hero) .why-hero,
  body.why-choose-page .why-hero {
    padding-top: calc(var(--sps-header-overlap) + 8px) !important;
  }

  body.facilities-page .site-header {
    margin-bottom: calc(var(--sps-header-overlap) * -1) !important;
  }

  body.facilities-page .facilities-hero,
  body:has(.facilities-modern) .facilities-hero,
  body:has(.facilities-hero) .facilities-hero {
    padding-top: calc(var(--sps-header-overlap) + 22px) !important;
  }

  body:has(.admission-hero-modern) .admission-hero-modern,
  body:has(.admission-page-modern) .admission-hero-modern,
  body:has(.contact-hero-modern) .contact-hero-modern,
  body:has(.contact-page-modern) .contact-hero-modern,
  body:has(.contact-section) .contact-section,
  body:has(.admission-section) .admission-section {
    padding-top: calc(var(--sps-header-overlap) + 4px) !important;
  }

  body:has(.admission-hero-modern) .admission-hero-content,
  body:has(.admission-page-modern) .admission-hero-content,
  body:has(.admission-section) .admission-wrap,
  body:has(.admission-section) .admission-copy,
  body:has(.contact-hero-modern) .contact-hero-content,
  body:has(.contact-page-modern) .contact-hero-content,
  body:has(.contact-section) .contact-grid,
  body:has(.contact-section) .contact-copy {
    transform: translateY(-34px) !important;
  }

  body:has(.curriculum-modern) .curriculum-modern,
  body:has(.assessment-modern) .assessment-modern,
  body:has(.coaching-modern) .coaching-modern,
  body:has(.cocurricular-modern) .cocurricular-modern,
  body:has(.schoolcouncil-modern) .schoolcouncil-modern,
  body:has(.smartclass-modern) .smartclass-modern,
  body:has(.sportsclubs-modern) .sportsclubs-modern {
    padding-top: calc(var(--sps-header-overlap) + 18px) !important;
  }
}
/* =====================================
   13 ADMISSION PAGE
   ===================================== */

.admission-section {
  --admission-green: #00643d;
  --admission-green-dark: #003f2a;
  --admission-green-deep: #002d22;
  --admission-orange: #ff7a00;
  --admission-ink: #061228;
  --admission-muted: #5d6675;
  --admission-line: #dce6df;
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
  radial-gradient(circle at 5% 10%, rgba(255, 122, 0, 0.08), transparent 26%),
  radial-gradient(circle at 95% 85%, rgba(0, 100, 61, 0.08), transparent 28%),
  linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
}

.admission-bg-shape {
  position: absolute;
  left: -130px;
  bottom: -170px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: var(--admission-orange);
}

.admission-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.72fr 0.78fr 1.75fr;
  gap: 44px;
  align-items: center;
}

.admission-copy {
  position: relative;
}

.admission-dot-grid {
  position: absolute;
  left: -48px;
  top: -72px;
  width: 136px;
  height: 136px;
  opacity: 0.35;
  background-image: radial-gradient(rgba(0, 100, 61, 0.55) 2px, transparent 2px);
  background-size: 18px 18px;
}

.admission-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 22px;
  color: var(--admission-green);
  font-weight: 900;
  text-transform: uppercase;
}

.admission-eyebrow span {
  width: 42px;
  height: 2px;
  background: var(--admission-orange);
}

.admission-copy h2 {
  margin: 0;
  color: var(--admission-green-deep);
  font-size: 4rem;
  line-height: 1.04;
  font-weight: 600;
}

.admission-copy h2 em {
  color: var(--admission-orange);
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-weight: 800;
}

.admission-intro {
  max-width: 430px;
  margin: 24px 0 30px;
  color: var(--admission-muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.admission-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 32px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--admission-green), var(--admission-green-dark));
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(0, 80, 50, 0.25);
}

.admission-btn .icon-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.admission-checks {
  display: grid;
  padding: 24px 28px;
  border: 1px solid rgba(0, 100, 61, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 70px rgba(9, 34, 24, 0.11);
}

.admission-check {
  width: 100%;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px 0;
  border: 0;
  border-top: 1px dashed var(--admission-line);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.admission-check:first-child {
  border-top: 0;
}

.admission-check strong {
  display: block;
  margin-bottom: 7px;
  color: var(--admission-ink);
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 900;
  transition: color 0.25s ease;
}

.admission-check small {
  display: block;
  color: var(--admission-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.admission-check:hover strong,
.admission-check.active strong {
  color: var(--admission-green);
}

.admission-icon {
  position: relative;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #edf7ef;
  box-shadow: 0 12px 26px rgba(0, 70, 40, 0.15);
  animation: admissionIconFloat 3.2s ease-in-out infinite;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.admission-icon::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  border: 1px solid rgba(0, 100, 61, 0.18);
  animation: admissionIconPulse 2.8s ease-in-out infinite;
}

.admission-icon .icon-img {
  position: relative;
  z-index: 1;
  width: 31px;
  height: 31px;
  object-fit: contain;
  animation: admissionIconTilt 3.2s ease-in-out infinite;
  filter:
  brightness(0)
  saturate(100%)
  invert(29%)
  sepia(74%)
  saturate(905%)
  hue-rotate(116deg)
  brightness(89%)
  contrast(94%);
}

.admission-check:nth-child(2) .admission-icon,
.admission-check:nth-child(2) .admission-icon .icon-img,
.admission-check:nth-child(2) .admission-icon::before {
  animation-delay: 0.25s;
}

.admission-check:nth-child(3) .admission-icon,
.admission-check:nth-child(3) .admission-icon .icon-img,
.admission-check:nth-child(3) .admission-icon::before {
  animation-delay: 0.5s;
}

.admission-check:nth-child(4) .admission-icon,
.admission-check:nth-child(4) .admission-icon .icon-img,
.admission-check:nth-child(4) .admission-icon::before {
  animation-delay: 0.75s;
}

.admission-check.active .admission-icon {
  background: var(--admission-green);
  box-shadow: 0 18px 34px rgba(0, 100, 61, 0.32);
  animation-name: admissionIconActiveFloat;
}

.admission-check.active .admission-icon .icon-img {
  filter: brightness(0) invert(1);
}

.admission-check.active .admission-icon::before {
  border-color: rgba(0, 100, 61, 0.3);
}

.admission-photo {
  position: relative;
  margin: 0;
}

.admission-photo::before {
  content: "";
  position: absolute;
  inset: -10px auto auto -14px;
  width: 58%;
  height: 54%;
  border-top: 4px solid var(--admission-orange);
  border-left: 4px solid var(--admission-orange);
  border-radius: 120px 0 0 0;
  pointer-events: none;
}

.admission-photo > img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 120px 46px 46px 120px;
  box-shadow: 0 30px 76px rgba(7, 32, 23, 0.18);
  opacity: 1;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.admission-photo > img.is-changing {
  opacity: 0;
  transform: scale(0.985);
}

.admission-photo figcaption {
  position: absolute;
  right: 28px;
  bottom: 0;
  width: min(270px, 44%);
  min-height: 160px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  padding: 26px 22px;
  border: 5px solid rgba(255, 255, 255, 0.72);
  border-radius: 36px 36px 0 36px;
  background: linear-gradient(180deg, var(--admission-green), var(--admission-green-deep));
  color: #fff;
  text-align: center;
  box-shadow: 0 22px 44px rgba(0, 45, 34, 0.3);
}

.admission-photo figcaption strong {
  font-size: 1.2rem;
  line-height: 1.45;
  font-weight: 950;
}

.admission-page-modern {
  --admission-green: #00643d;
  --admission-green-dark: #003f2a;
  --admission-teal: #18bdb9;
  --admission-orange: #ff8b05;
  --admission-amber: #ffb32b;
  --admission-ink: #091326;
  --admission-muted: #687084;
  --admission-line: #dce8e1;
  --admission-soft: #f5faf6;
  background: #f7faf8;
  color: var(--admission-ink);
}

.admission-hero-modern {
  position: relative;
  min-height: 625px;
  overflow: hidden;
  isolation: isolate;
}

.admission-hero-media,
.admission-hero-shade {
  position: absolute;
  inset: 0;
}

.admission-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.03);
}

.admission-hero-shade {
  z-index: 1;
  background:
  linear-gradient(90deg, rgba(0, 45, 31, 0.93), rgba(0, 83, 53, 0.7) 44%, rgba(5, 19, 33, 0.24) 74%),
  linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 48, 30, 0.44));
}

.admission-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 0 0 158px;
  color: #ffffff;
}

.admission-kicker,
.admission-section-kicker {
  margin: 0;
  color: var(--admission-orange);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.admission-hero-content h1 {
  margin: 18px 0 20px;
  max-width: 700px;
  color: #ffffff;
  font-size: 4.8rem;
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: 0;
}

.admission-hero-content > p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.18rem;
  font-weight: 650;
  line-height: 1.72;
}

.admission-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.admission-primary-action,
.admission-secondary-action,
.admission-action-card button,
.admission-action-card a,
.admission-service-block button,
.admission-help-actions a,
.admission-help-actions button,
.admission-dialog-submit {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 8px;
  padding: 0 23px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--admission-orange), var(--admission-amber));
  font-size: 0.92rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(255, 139, 5, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.admission-secondary-action,
.admission-help-actions a {
  color: var(--admission-green-dark);
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
}

.admission-primary-action:hover,
.admission-secondary-action:hover,
.admission-action-card button:hover,
.admission-action-card a:hover,
.admission-service-block button:hover,
.admission-help-actions a:hover,
.admission-help-actions button:hover,
.admission-dialog-submit:hover {
  transform: translateY(-2px);
  filter: saturate(1.05);
}

.admission-primary-action img,
.admission-secondary-action img,
.admission-action-card button img,
.admission-action-card a img,
.admission-service-block button img,
.admission-help-actions a img,
.admission-help-actions button img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.admission-primary-action img,
.admission-action-card button img,
.admission-action-card a img,
.admission-help-actions button img {
  filter: brightness(0) invert(1);
}

.admission-secondary-action img,
.admission-service-block button img,
.admission-help-actions a img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(63%) saturate(900%) hue-rotate(116deg) brightness(86%) contrast(95%);
}

.admission-modern-body {
  padding-bottom: 92px;
  background:
  radial-gradient(circle at 8% 12%, rgba(255, 139, 5, 0.12), transparent 28%),
  radial-gradient(circle at 94% 18%, rgba(24, 189, 185, 0.12), transparent 30%),
  linear-gradient(180deg, #f7faf8, #ffffff 42%, #f2f8f4);
}

.admission-action-grid {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: -78px;
}

.admission-action-card {
  min-height: 265px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 26px;
  border: 1px solid rgba(0, 100, 61, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(13, 35, 27, 0.12);
}

.admission-action-card > span,
.admission-quote-panel > span,
.admission-document-list span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(0, 100, 61, 0.08);
  border: 1px solid rgba(0, 100, 61, 0.12);
}

.admission-action-card img,
.admission-quote-panel img,
.admission-document-list img {
  width: 29px;
  height: 29px;
  object-fit: contain;
}

.admission-action-card > span img,
.admission-document-list span img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(63%) saturate(900%) hue-rotate(116deg) brightness(86%) contrast(95%);
}

.admission-action-card:nth-child(2) > span img,
.admission-action-card:nth-child(4) > span img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(92%) saturate(1787%) hue-rotate(358deg) brightness(103%) contrast(102%);
}

.admission-quote-panel > span img {
  filter: brightness(0) invert(1);
}

.admission-action-card h2 {
  margin: 0;
  color: var(--admission-ink);
  font-size: 1.18rem;
  font-weight: 950;
  line-height: 1.22;
}

.admission-action-card p {
  margin: 0;
  color: var(--admission-muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

.admission-action-card button,
.admission-action-card a {
  width: fit-content;
  min-height: 46px;
  margin-top: auto;
  padding: 0 18px;
  font-size: 0.78rem;
}

.admission-action-card:nth-child(2) > span,
.admission-action-card:nth-child(4) > span {
  background: rgba(255, 139, 5, 0.11);
  border-color: rgba(255, 139, 5, 0.18);
}

.admission-intro-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.58fr);
  gap: 40px;
  align-items: center;
  margin-top: 70px;
  padding: 42px;
  border-radius: 8px;
  background:
  linear-gradient(135deg, rgba(0, 100, 61, 0.96), rgba(0, 63, 42, 0.96)),
  url("../site/icon-book-open.png");
  color: #ffffff;
  overflow: hidden;
}

.admission-intro-copy h2,
.admission-section-heading h2,
.admission-documents-copy h2,
.admission-service-block h2,
.admission-help-band h2 {
  margin: 10px 0 0;
  color: var(--admission-ink);
  font-size: 2.5rem;
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: 0;
}

.admission-intro-copy h2,
.admission-intro-copy p:not(.admission-section-kicker) {
  color: #ffffff;
}

.admission-intro-copy p:not(.admission-section-kicker),
.admission-section-heading p:not(.admission-section-kicker),
.admission-documents-copy p,
.admission-service-block p,
.admission-help-band p {
  margin: 18px 0 0;
  color: var(--admission-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.admission-intro-copy p:not(.admission-section-kicker) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.83);
}

.admission-intro-image {
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.admission-intro-image img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.admission-eligibility-section,
.admission-procedure-section,
.admission-documents-section,
.admission-service-grid,
.admission-help-band {
  margin-top: 82px;
}

.admission-section-heading {
  max-width: 760px;
}

.admission-age-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.admission-age-grid article {
  min-height: 212px;
  padding: 28px;
  border: 1px solid var(--admission-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(13, 35, 27, 0.08);
}

.admission-age-grid span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border-radius: 8px;
  color: var(--admission-green-dark);
  background: rgba(24, 189, 185, 0.14);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.admission-age-grid strong {
  display: block;
  margin-top: 22px;
  color: var(--admission-ink);
  font-size: 1.5rem;
  font-weight: 950;
  line-height: 1.18;
}

.admission-age-grid p {
  margin: 14px 0 0;
  color: var(--admission-muted);
  font-size: 0.98rem;
  line-height: 1.64;
}

.admission-criteria-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.admission-quote-panel {
  min-height: 250px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 30px;
  border-radius: 8px;
  color: #ffffff;
  background:
  linear-gradient(135deg, rgba(0, 63, 42, 0.97), rgba(0, 100, 61, 0.92)),
  url("../site/school-building.jpg") center / cover;
}

.admission-quote-panel:nth-child(2) {
  background:
  linear-gradient(135deg, rgba(255, 139, 5, 0.94), rgba(255, 179, 43, 0.86)),
  url("../site/facility-campus.jpg") center / cover;
}

.admission-quote-panel > span {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
}

.admission-quote-panel h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.38rem;
  font-weight: 950;
}

.admission-quote-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.7;
}

.admission-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  border: 1px solid var(--admission-line);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.admission-flow article {
  min-height: 255px;
  padding: 28px;
  border-right: 1px solid var(--admission-line);
}

.admission-flow article:last-child {
  border-right: 0;
}

.admission-flow span {
  color: var(--admission-orange);
  font-size: 0.9rem;
  font-weight: 950;
}

.admission-flow h3 {
  margin: 22px 0 0;
  color: var(--admission-ink);
  font-size: 1.16rem;
  font-weight: 950;
  line-height: 1.28;
}

.admission-flow p {
  margin: 15px 0 0;
  color: var(--admission-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.admission-documents-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 0.55fr);
  gap: 32px;
  align-items: start;
}

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

.admission-document-list p {
  min-height: 82px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 17px;
  align-items: center;
  margin: 0;
  padding: 16px 18px;
  border: 1px solid var(--admission-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--admission-ink);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.45;
  box-shadow: 0 14px 34px rgba(13, 35, 27, 0.06);
}

.admission-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.admission-service-block {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: 36px;
  border-radius: 8px;
  overflow: hidden;
  background:
  linear-gradient(135deg, rgba(0, 100, 61, 0.93), rgba(0, 63, 42, 0.94)),
  url("../site/school-building.jpg") center / cover;
}

.admission-tour-block {
  background:
  linear-gradient(135deg, rgba(20, 160, 156, 0.92), rgba(0, 95, 59, 0.92)),
  url("../site/hero-students-modern.png") center / cover;
}

.admission-service-block h2,
.admission-service-block p,
.admission-service-block .admission-section-kicker {
  color: #ffffff;
}

.admission-service-block p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.84);
}

.admission-service-block button {
  width: fit-content;
  background: #ffffff;
  color: var(--admission-green-dark);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
}

.admission-help-band {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(320px, 0.38fr);
  gap: 28px;
  align-items: center;
  padding: 38px;
  border-radius: 8px;
  background:
  linear-gradient(135deg, #fff8ec, #ffffff),
  radial-gradient(circle at 100% 0, rgba(24, 189, 185, 0.18), transparent 34%);
  border: 1px solid rgba(255, 139, 5, 0.18);
}

.admission-help-actions {
  display: grid;
  gap: 12px;
}

.admission-help-actions a,
.admission-help-actions button {
  width: 100%;
  justify-content: flex-start;
  min-height: 58px;
  text-transform: none;
}

.admission-help-actions button {
  justify-content: center;
}

.admission-dialog {
  width: min(980px, calc(100vw - 36px));
  max-height: min(90vh, 850px);
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  color: var(--admission-ink);
  box-shadow: 0 34px 90px rgba(8, 19, 38, 0.34);
  overflow: hidden;
}

.admission-dialog:not([open]) {
  display: none;
}

.admission-dialog::backdrop {
  background: rgba(4, 12, 24, 0.64);
  backdrop-filter: blur(3px);
}

.admission-dialog-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 26px;
  color: #ffffff;
  background: linear-gradient(135deg, #27384a, #00643d);
}

.admission-dialog-header h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 950;
  line-height: 1.2;
}

.admission-dialog-header button {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  cursor: pointer;
}

.admission-dialog-header button::before,
.admission-dialog-header button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
}

.admission-dialog-header button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.admission-dialog-header button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.admission-dialog-form {
  max-height: calc(min(90vh, 850px) - 76px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 28px;
  overflow: auto;
}

.admission-dialog-form label {
  display: grid;
  gap: 8px;
}

.admission-dialog-form label.wide,
.admission-dialog-status,
.admission-dialog-submit {
  grid-column: 1 / -1;
}

.admission-dialog-form label span {
  color: #676a7e;
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1.35;
}

.admission-dialog-form b {
  color: #e54646;
}

.admission-dialog-form input,
.admission-dialog-form select,
.admission-dialog-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #d1dbe4;
  border-radius: 8px;
  background: #fbfdff;
  color: var(--admission-ink);
  padding: 12px 14px;
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.admission-dialog-form textarea {
  min-height: 112px;
  resize: vertical;
}

.admission-dialog-form input:focus,
.admission-dialog-form select:focus,
.admission-dialog-form textarea:focus {
  border-color: var(--admission-green);
  box-shadow: 0 0 0 4px rgba(0, 100, 61, 0.12);
}

.admission-dialog-status {
  min-height: 24px;
  margin: 0;
  color: var(--admission-green);
  font-weight: 850;
}

.admission-dialog-submit {
  width: fit-content;
  justify-self: end;
  min-width: 160px;
}

.admission-eligibility-section {
  position: relative;
  padding: 48px;
  border-radius: 8px;
  overflow: hidden;
  background:
  linear-gradient(135deg, rgba(0, 45, 34, 0.98), rgba(0, 100, 61, 0.95) 62%, rgba(255, 139, 5, 0.84)),
  url("../site/school-building.jpg") center / cover;
  box-shadow: 0 30px 76px rgba(0, 58, 38, 0.18);
  isolation: isolate;
}

.admission-eligibility-section::before,
.admission-eligibility-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.admission-eligibility-section::before {
  inset: 0;
  background:
  radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.18), transparent 24%),
  radial-gradient(circle at 80% 18%, rgba(255, 179, 43, 0.22), transparent 26%),
  linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 55%);
}

.admission-eligibility-section::after {
  right: -80px;
  bottom: -120px;
  width: 310px;
  height: 310px;
  border: 46px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.admission-eligibility-section .admission-section-heading {
  max-width: 820px;
}

.admission-eligibility-section .admission-section-kicker {
  color: var(--admission-amber);
}

.admission-eligibility-section .admission-section-heading h2,
.admission-eligibility-section .admission-section-heading p:not(.admission-section-kicker) {
  color: #ffffff;
}

.admission-eligibility-section .admission-section-heading p:not(.admission-section-kicker) {
  color: rgba(255, 255, 255, 0.78);
}

.admission-eligibility-section .admission-age-grid {
  gap: 20px;
}

.admission-eligibility-section .admission-age-grid article {
  position: relative;
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
  linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 252, 248, 0.92));
  box-shadow: 0 22px 52px rgba(0, 22, 16, 0.16);
  overflow: hidden;
}

.admission-eligibility-section .admission-age-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--admission-orange), var(--admission-amber), var(--admission-teal));
}

.admission-eligibility-section .admission-age-grid article::after {
  position: absolute;
  right: 18px;
  bottom: -42px;
  color: rgba(0, 100, 61, 0.08);
  font-size: 8.8rem;
  font-weight: 950;
  line-height: 1;
}

.admission-eligibility-section .admission-age-grid article:nth-child(1)::after {
  content: "2";
}

.admission-eligibility-section .admission-age-grid article:nth-child(2)::after {
  content: "3";
}

.admission-eligibility-section .admission-age-grid article:nth-child(3)::after {
  content: "4";
}

.admission-eligibility-section .admission-age-grid span {
  color: #ffffff;
  background: linear-gradient(135deg, var(--admission-green), var(--admission-green-dark));
}

.admission-eligibility-section .admission-age-grid strong {
  max-width: 300px;
  font-size: 1.72rem;
}

.admission-eligibility-section .admission-criteria-grid {
  margin-top: 24px;
}

.admission-eligibility-section .admission-quote-panel {
  min-height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 54px rgba(0, 26, 18, 0.2);
}

.admission-procedure-section {
  position: relative;
  padding: 46px;
  border: 1px solid rgba(0, 100, 61, 0.1);
  border-radius: 8px;
  background:
  linear-gradient(135deg, #ffffff 0%, #ffffff 48%, #eefaf3 100%);
  box-shadow: 0 26px 68px rgba(13, 35, 27, 0.1);
  overflow: hidden;
}

.admission-procedure-section::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: rgba(24, 189, 185, 0.13);
}

.admission-procedure-section .admission-section-heading {
  position: relative;
  z-index: 2;
}

.admission-procedure-section .admission-flow {
  position: relative;
  z-index: 2;
  gap: 18px;
  border: 0;
  background: transparent;
  overflow: visible;
}

.admission-procedure-section .admission-flow::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 48px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--admission-orange), var(--admission-teal), var(--admission-green));
}

.admission-procedure-section .admission-flow article {
  position: relative;
  min-height: 300px;
  padding: 78px 26px 28px;
  border: 1px solid var(--admission-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 46px rgba(13, 35, 27, 0.08);
  overflow: hidden;
}

.admission-procedure-section .admission-flow article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--admission-orange), var(--admission-amber));
}

.admission-procedure-section .admission-flow article::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  background: center / 24px 24px no-repeat;
  opacity: 0.18;
}

.admission-procedure-section .admission-flow article:nth-child(1)::after {
  background-image: url("../site/icon-file-text.png");
}

.admission-procedure-section .admission-flow article:nth-child(2)::after {
  background-image: url("../site/icon-messages-square.png");
}

.admission-procedure-section .admission-flow article:nth-child(3)::after {
  background-image: url("../site/icon-clipboard-list.png");
}

.admission-procedure-section .admission-flow article:nth-child(4)::after {
  background-image: url("../site/icon-award.png");
}

.admission-procedure-section .admission-flow span {
  position: absolute;
  top: 20px;
  left: 24px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 6px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, var(--admission-orange), var(--admission-amber));
  box-shadow: 0 14px 32px rgba(255, 139, 5, 0.28);
}

.admission-procedure-section .admission-flow h3 {
  margin-top: 0;
}

.admission-documents-section {
  position: relative;
  align-items: center;
  padding: 46px;
  border-radius: 8px;
  background:
  linear-gradient(135deg, rgba(0, 45, 34, 0.96), rgba(0, 100, 61, 0.9)),
  url("../site/facility-campus.jpg") center / cover;
  box-shadow: 0 30px 74px rgba(0, 58, 38, 0.18);
  overflow: hidden;
}

.admission-documents-section::after {
  content: "";
  position: absolute;
  left: -96px;
  bottom: -96px;
  width: 230px;
  height: 230px;
  border: 34px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.admission-documents-copy {
  position: relative;
  z-index: 2;
}

.admission-documents-copy .admission-section-kicker {
  color: var(--admission-amber);
}

.admission-documents-copy h2,
.admission-documents-copy p {
  color: #ffffff;
}

.admission-documents-copy p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
}

.admission-document-list {
  position: relative;
  z-index: 2;
}

.admission-document-list p {
  position: relative;
  min-height: 94px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 44px rgba(0, 22, 16, 0.13);
  overflow: hidden;
}

.admission-document-list p::after {
  content: "Required";
  position: absolute;
  right: 16px;
  top: 14px;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: var(--admission-green-dark);
  background: rgba(24, 189, 185, 0.12);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

body:has(.admission-page-modern) .admission-hero-modern {
  min-height: calc(625px + var(--floating-nav-overlap));
}

body:has(.admission-page-modern) .admission-hero-content {
  padding-top: var(--floating-nav-overlap);
}

body:has(.admission-page-modern) .admission-hero-content h1 {
  max-width: 820px;
  margin-bottom: 26px;
  font-size: clamp(3.4rem, 5vw, 4.6rem);
  line-height: 1.08;
}

body:has(.admission-page-modern) .admission-hero-content > p {
  line-height: 1.78;
}

body:has(.admission-page-modern) .admission-hero-actions {
  margin-top: 40px;
}

/* =====================================
   13 ADMISSION PAGE RESPONSIVE
   ===================================== */

@media (max-width: 1180px) {
  .admission-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .admission-photo {
    grid-column: 1 / -1;
  }
  .admission-photo > img {
    height: 460px;
    border-radius: 42px;
  }
}

@media (max-width: 820px) {
  .admission-section {
    padding: 70px 0;
  }
  .admission-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .admission-photo::before {
    display: none;
  }
  .admission-photo > img {
    height: 350px;
    border-radius: 30px;
  }
  .admission-photo figcaption {
    right: 16px;
    width: min(250px, 72%);
    min-height: 132px;
    border-radius: 26px 26px 0 26px;
  }
}

@media (max-width: 480px) {
  .admission-btn {
    width: 100%;
  }
  .admission-checks {
    padding: 18px 22px;
  }
  .admission-check {
    grid-template-columns: 58px 1fr;
    gap: 14px;
  }
  .admission-icon {
    width: 50px;
    height: 50px;
  }
  .admission-icon .icon-img {
    width: 26px;
    height: 26px;
  }
  .admission-photo > img {
    height: 280px;
  }
  .admission-photo figcaption {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -26px;
    border-radius: 24px;
  }
}

@media (max-width: 1180px) {
  .admission-hero-content h1 {
    font-size: 4rem;
  }
  .admission-action-grid,
  .admission-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .admission-intro-panel,
  .admission-documents-section,
  .admission-help-band {
    grid-template-columns: 1fr;
  }
  .admission-flow article:nth-child(2) {
    border-right: 0;
  }
  .admission-flow article:nth-child(1),
  .admission-flow article:nth-child(2) {
    border-bottom: 1px solid var(--admission-line);
  }
  .admission-service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .admission-page-modern .shell {
    width: min(calc(100% - 64px), 520px);
  }
  .admission-hero-modern {
    min-height: 555px;
  }
  .admission-hero-media img {
    object-position: 56% center;
    transform: scale(1.01);
  }
  .admission-hero-shade {
    background:
    linear-gradient(90deg, rgba(0, 45, 31, 0.94), rgba(0, 83, 53, 0.66)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 48, 30, 0.5));
  }
  .admission-hero-content {
    padding: 12px 0 116px;
  }
  .admission-hero-content h1 {
    font-size: 3rem;
  }
  .admission-hero-content > p {
    font-size: 1rem;
  }
  .admission-hero-actions,
  .admission-primary-action,
  .admission-secondary-action {
    width: 100%;
  }
  .admission-action-grid {
    grid-template-columns: 1fr;
    margin-top: -58px;
  }
  .admission-action-card {
    min-height: 0;
    padding: 24px;
  }
  .admission-intro-panel,
  .admission-help-band,
  .admission-service-block {
    padding: 28px;
  }
  .admission-intro-copy h2,
  .admission-section-heading h2,
  .admission-documents-copy h2,
  .admission-service-block h2,
  .admission-help-band h2 {
    font-size: 2rem;
  }
  .admission-age-grid,
  .admission-criteria-grid,
  .admission-flow {
    grid-template-columns: 1fr;
  }
  .admission-flow article,
  .admission-flow article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--admission-line);
  }
  .admission-flow article:last-child {
    border-bottom: 0;
  }
  .admission-dialog {
    width: min(100vw - 20px, 620px);
  }
  .admission-dialog-form {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .admission-dialog-submit {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 560px) {
  .admission-page-modern .shell {
    width: min(calc(100% - 64px), 300px);
  }
}

@media (max-width: 460px) {
  .admission-page-modern .shell {
    width: min(calc(100% - 64px), 300px);
  }
  .admission-hero-content h1 {
    font-size: 2.35rem;
  }
  .admission-kicker,
  .admission-section-kicker {
    font-size: 0.76rem;
  }
  .admission-action-card > span,
  .admission-quote-panel > span,
  .admission-document-list span {
    width: 52px;
    height: 52px;
  }
  .admission-document-list p {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 14px;
  }
  .admission-dialog-header {
    padding: 16px 18px;
  }
  .admission-dialog-header h2 {
    font-size: 1.18rem;
  }
}

@media (max-width: 1180px) {
  .admission-procedure-section .admission-flow::before {
    display: none;
  }
  .admission-procedure-section .admission-flow article {
    border: 1px solid var(--admission-line);
  }
}

@media (max-width: 760px) {
  .admission-eligibility-section,
  .admission-procedure-section,
  .admission-documents-section {
    padding: 28px;
  }
  .admission-eligibility-section .admission-age-grid article,
  .admission-procedure-section .admission-flow article {
    min-height: 0;
  }
  .admission-procedure-section .admission-flow article,
  .admission-procedure-section .admission-flow article:nth-child(2) {
    border: 1px solid var(--admission-line);
  }
  .admission-document-list p::after {
    position: static;
    width: fit-content;
    margin-top: 8px;
  }
}

@media (max-width: 760px) {
  body:has(.admission-page-modern) .admission-hero-content {
    padding-top: calc(12px + var(--floating-nav-overlap));
  }
}

@media (max-width: 1180px) {
  body:has(.admission-page-modern) .admission-hero-content h1 {
    font-size: clamp(3.15rem, 5.4vw, 3.9rem);
    line-height: 1.1;
  }
}

@media (max-width: 760px) {
  body:has(.admission-page-modern) .admission-hero-content {
    padding-top: calc(20px + var(--floating-nav-overlap));
  }
  body:has(.admission-page-modern) .admission-hero-content h1 {
    margin: 16px 0 20px;
    font-size: clamp(2.55rem, 11vw, 3.2rem);
    line-height: 1.12;
  }
  body:has(.admission-page-modern) .admission-hero-actions {
    gap: 14px;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  body:has(.hero#home) .type-title,
  body:has(.admission-page-modern) .admission-hero-content h1,
  body:has(.announcement-hero-modern) .announcement-hero-modern h1,
  body:has(.contact-page-modern) .contact-hero-content h1 {
    overflow-wrap: anywhere;
  }
}
/* =========================================================
   Upcoming Events CSS - complete replacement
   Scope: body.upcoming-events-page
   ========================================================= */

body.upcoming-events-page {
  --floating-nav-overlap: 188px;
  --ue-green: #034527;
  --ue-green-2: #007a49;
  --ue-mint: #edf8f1;
  --ue-gold: #f5b92e;
  --ue-orange: #f77c0b;
  --ue-ink: #10291d;
  --ue-muted: #66776f;
  --ue-line: #dce9e2;
  --ue-shadow: 0 24px 64px rgba(9, 39, 25, 0.14);
  overflow-x: hidden;
  background: #ffffff;
}

body.upcoming-events-page .sps-upcoming-page,
body.upcoming-events-page .sps-upcoming-page * {
  box-sizing: border-box;
}

body.upcoming-events-page .sps-upcoming-page {
  color: var(--ue-ink);
  background: #ffffff;
}

body.upcoming-events-page .sps-upcoming-page a {
  text-decoration: none;
}

body.upcoming-events-page .sps-upcoming-page img {
  max-width: 100%;
}

body.upcoming-events-page .sps-upcoming-page .shell {
  width: min(100% - 44px, 1320px);
  margin-inline: auto;
}

/* Hero */
body.upcoming-events-page .sps-event-hero {
  position: relative;
  min-height: calc(700px + var(--floating-nav-overlap));
  overflow: hidden;
  color: #ffffff;
  background: var(--ue-green);
  isolation: isolate;
}

body.upcoming-events-page .sps-event-hero-bg,
body.upcoming-events-page .sps-event-hero-overlay {
  position: absolute;
  inset: 0;
}

body.upcoming-events-page .sps-event-hero-bg {
  z-index: 1;
}

body.upcoming-events-page .sps-event-hero-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

body.upcoming-events-page .sps-event-hero-overlay {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(3, 69, 39, 0.96) 0%, rgba(3, 69, 39, 0.76) 42%, rgba(3, 69, 39, 0.22) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.04));
}

body.upcoming-events-page .sps-event-hero-content {
  position: relative;
  z-index: 5;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: calc(96px + var(--floating-nav-overlap));
  padding-bottom: 230px;
}

body.upcoming-events-page .sps-event-hero-content.shell {
  width: 100%;
  max-width: none;
  padding-left: clamp(64px, 7vw, 132px);
  padding-right: clamp(28px, 5vw, 88px);
}

body.upcoming-events-page .sps-event-title-glass {
  width: min(640px, 54vw);
}

body.upcoming-events-page .sps-event-hero-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

body.upcoming-events-page .sps-event-hero-icon img {
  width: 27px;
  height: 27px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

body.upcoming-events-page .sps-event-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #ffffff;
  font-family: var(--sps-heading, Georgia, "Times New Roman", serif);
  font-size: clamp(3.75rem, 5.7vw, 6.1rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
}

body.upcoming-events-page .sps-event-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 800;
}

body.upcoming-events-page .sps-event-breadcrumb a {
  color: #ffffff;
}

body.upcoming-events-page .sps-event-breadcrumb strong {
  color: var(--ue-gold);
}

body.upcoming-events-page .sps-event-hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 4;
  width: 100%;
  height: 260px;
  pointer-events: none;
}

body.upcoming-events-page .sps-event-wave-shadow {
  fill: rgba(255, 255, 255, 0.56);
}

body.upcoming-events-page .sps-event-wave-fill {
  fill: #ffffff;
}

body.upcoming-events-page .sps-event-hero-stats {
  position: absolute;
  left: clamp(64px, 7vw, 132px);
  bottom: 68px;
  z-index: 6;
  width: min(1048px, calc(100% - 172px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body.upcoming-events-page .sps-event-stat-card {
  min-height: 210px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  padding: 34px 40px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(246, 252, 249, 0.74)),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
}

body.upcoming-events-page .sps-event-stat-card > span {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--ue-green-2), var(--ue-green));
  box-shadow: 0 16px 34px rgba(0, 128, 78, 0.28), 0 0 0 10px rgba(0, 128, 78, 0.08);
}

body.upcoming-events-page .sps-event-stat-card img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

body.upcoming-events-page .sps-event-stat-card p {
  margin: 0 0 8px;
  color: #33473e;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 800;
}

body.upcoming-events-page .sps-event-stat-card strong {
  display: block;
  color: var(--ue-green);
  font-family: var(--sps-heading, Georgia, "Times New Roman", serif);
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.08;
  font-weight: 900;
  overflow-wrap: anywhere;
}

body.upcoming-events-page .sps-event-stat-card strong::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 14px;
  border-radius: 999px;
  background: var(--ue-orange);
}

/* Section title */
body.upcoming-events-page .sps-event-calendar-section {
  position: relative;
  padding: 116px 0 108px;
  background:
    radial-gradient(circle at 10% 12%, rgba(0, 122, 73, 0.06), transparent 30%),
    radial-gradient(circle at 92% 34%, rgba(245, 185, 46, 0.10), transparent 28%),
    #ffffff;
}

body.upcoming-events-page .sps-event-title-wrap {
  margin-bottom: 52px;
  text-align: center;
}

body.upcoming-events-page .sps-section-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

body.upcoming-events-page .sps-section-title img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(25%) sepia(72%) saturate(863%) hue-rotate(120deg) brightness(88%) contrast(96%);
}

body.upcoming-events-page .sps-section-title h2 {
  margin: 0;
  color: var(--ue-green);
  font-family: var(--sps-heading, Georgia, "Times New Roman", serif);
  font-size: clamp(2.35rem, 4vw, 4.1rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

body.upcoming-events-page .sps-event-title-line {
  display: inline-flex;
  align-items: center;
  width: 170px;
  height: 14px;
  margin-top: 18px;
}

body.upcoming-events-page .sps-event-title-line::before,
body.upcoming-events-page .sps-event-title-line::after {
  content: "";
  height: 3px;
  border-radius: 999px;
}

body.upcoming-events-page .sps-event-title-line::before {
  flex: 1;
  background: rgba(245, 185, 46, 0.78);
}

body.upcoming-events-page .sps-event-title-line::after {
  width: 24px;
  margin-left: 10px;
  background: var(--ue-green-2);
}

/* Featured card */
body.upcoming-events-page .sps-event-card {
  overflow: hidden;
  border: 1px solid rgba(0, 65, 40, 0.14);
  background: #ffffff;
  box-shadow: var(--ue-shadow);
}

body.upcoming-events-page .sps-feature-event {
  position: relative;
  display: grid;
  grid-template-columns: minmax(380px, 1.08fr) minmax(360px, 0.92fr);
  margin-bottom: 58px;
  border-radius: 24px;
}

body.upcoming-events-page .sps-feature-event::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--ue-green-2), var(--ue-gold), transparent);
}

body.upcoming-events-page .sps-feature-media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: var(--ue-mint);
}

body.upcoming-events-page .sps-feature-media img,
body.upcoming-events-page .sps-card-media > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 450ms ease, filter 450ms ease;
}

body.upcoming-events-page .sps-feature-event:hover .sps-feature-media img,
body.upcoming-events-page .sps-calendar-card:hover .sps-card-media > img {
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.03);
}

body.upcoming-events-page .sps-feature-media::after,
body.upcoming-events-page .sps-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 55, 35, 0.24));
  pointer-events: none;
}

body.upcoming-events-page .sps-feature-badge {
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #8a610d;
  font-size: 0.86rem;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}

body.upcoming-events-page .sps-feature-badge img {
  width: 18px;
  height: 18px;
  filter: brightness(0) saturate(100%) invert(54%) sepia(45%) saturate(863%) hue-rotate(9deg) brightness(88%) contrast(89%);
}

body.upcoming-events-page .sps-feature-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 4.6vw, 64px);
}

body.upcoming-events-page .sps-event-category {
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 13px;
  border: 1px solid rgba(245, 185, 46, 0.28);
  border-radius: 999px;
  background: #fff7df;
  color: #8a610d;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.upcoming-events-page .sps-feature-content h3,
body.upcoming-events-page .sps-card-body h3 {
  margin: 0;
  color: var(--ue-ink);
  font-family: var(--sps-heading, Georgia, "Times New Roman", serif);
  line-height: 1.12;
  font-weight: 900;
  overflow-wrap: break-word;
}

body.upcoming-events-page .sps-feature-content h3 {
  font-size: clamp(2.15rem, 3.5vw, 3.55rem);
}

body.upcoming-events-page .sps-feature-content > p:not(.sps-event-category) {
  margin: 26px 0 0;
  color: #3f5048;
  font-size: 1rem;
  line-height: 1.72;
}

body.upcoming-events-page .sps-event-meta-list {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding: 0;
  color: var(--ue-muted);
  list-style: none;
  font-size: 0.98rem;
}

body.upcoming-events-page .sps-event-meta-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
}

body.upcoming-events-page .sps-event-meta-list img {
  width: 19px;
  height: 19px;
  margin-top: 2px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(30%) sepia(60%) saturate(920%) hue-rotate(118deg) brightness(86%) contrast(94%);
}

body.upcoming-events-page .sps-event-link {
  width: fit-content;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
  padding: 0 22px;
  border-radius: 12px;
  background: linear-gradient(180deg, var(--ue-green-2), var(--ue-green));
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(0, 100, 61, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body.upcoming-events-page .sps-event-link:hover,
body.upcoming-events-page .sps-event-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 100, 61, 0.28);
}

body.upcoming-events-page .sps-event-link img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

/* Event grid */
body.upcoming-events-page .sps-events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

body.upcoming-events-page .sps-calendar-card {
  position: relative;
  min-width: 0;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  border-radius: 22px;
}

body.upcoming-events-page .sps-card-media {
  position: relative;
  height: clamp(240px, 19vw, 315px);
  overflow: hidden;
  background: var(--ue-mint);
}

body.upcoming-events-page .sps-card-date {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 2;
  min-width: 78px;
  min-height: 86px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 9px 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, var(--ue-green-2), var(--ue-green));
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 18px 34px rgba(0, 64, 41, 0.34), 0 0 0 7px rgba(255, 255, 255, 0.16);
}

body.upcoming-events-page .sps-card-date span {
  font-size: 0.78rem;
  font-weight: 900;
}

body.upcoming-events-page .sps-card-date strong {
  display: block;
  font-family: var(--sps-heading, Georgia, "Times New Roman", serif);
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 900;
}

body.upcoming-events-page .sps-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 28px 28px 30px;
}

body.upcoming-events-page .sps-card-body h3 {
  font-size: clamp(1.35rem, 1.65vw, 1.78rem);
}

body.upcoming-events-page .sps-card-body .sps-event-meta-list {
  margin-top: 20px;
  font-size: 0.94rem;
}

body.upcoming-events-page .sps-card-body .sps-event-meta-list li {
  align-items: center;
  min-height: 31px;
}

body.upcoming-events-page .sps-card-body .sps-event-meta-list img {
  width: 21px;
  height: 21px;
  margin-top: 0;
  padding: 3px;
  border-radius: 999px;
  background: rgba(0, 100, 61, 0.08);
}

body.upcoming-events-page .sps-event-link-small {
  min-height: 42px;
  margin-top: auto;
  padding: 20px 0 0;
  border-radius: 0;
  background: transparent;
  color: var(--ue-green-2);
  box-shadow: none;
}

body.upcoming-events-page .sps-event-link-small:hover,
body.upcoming-events-page .sps-event-link-small:focus-visible {
  box-shadow: none;
}

body.upcoming-events-page .sps-event-link-small img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(83%) saturate(867%) hue-rotate(124deg) brightness(87%) contrast(101%);
}

body.upcoming-events-page .sps-view-all-wrap {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

body.upcoming-events-page .sps-view-all-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 30px;
  border-radius: 999px;
  background: var(--ue-green);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(3, 69, 39, 0.2);
}

body.upcoming-events-page .sps-view-all-btn img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

@media (max-width: 1180px) {
  body.upcoming-events-page .sps-event-hero-stats {
    left: clamp(36px, 6vw, 74px);
    width: min(940px, calc(100% - 72px));
  }

  body.upcoming-events-page .sps-event-hero-content.shell {
    padding-left: clamp(36px, 6vw, 74px);
  }

  body.upcoming-events-page .sps-events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  body.upcoming-events-page .sps-feature-event {
    grid-template-columns: 1fr;
  }

  body.upcoming-events-page .sps-feature-media {
    min-height: 330px;
  }
}

@media (max-width: 820px) {
  body.upcoming-events-page {
    --floating-nav-overlap: 138px;
  }

  body.upcoming-events-page .sps-event-hero {
    min-height: 760px;
  }

  body.upcoming-events-page .sps-event-hero-content.shell {
    padding-inline: 24px;
  }

  body.upcoming-events-page .sps-event-hero-content {
    min-height: 390px;
    padding-top: calc(70px + var(--floating-nav-overlap));
    padding-bottom: 280px;
  }

  body.upcoming-events-page .sps-event-title-glass {
    width: min(100%, 520px);
  }

  body.upcoming-events-page .sps-event-hero h1 {
    font-size: clamp(2.75rem, 12vw, 4.6rem);
  }

  body.upcoming-events-page .sps-event-hero-stats {
    left: 24px;
    right: 24px;
    bottom: 52px;
    width: auto;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.upcoming-events-page .sps-event-stat-card {
    min-height: 128px;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 20px;
    padding: 24px 26px;
  }

  body.upcoming-events-page .sps-event-stat-card > span {
    width: 60px;
    height: 60px;
  }

  body.upcoming-events-page .sps-event-stat-card strong {
    font-size: clamp(1.8rem, 8vw, 2.45rem);
  }

  body.upcoming-events-page .sps-event-calendar-section {
    padding: 76px 0 72px;
  }

  body.upcoming-events-page .sps-section-title {
    gap: 14px;
  }
}

@media (max-width: 640px) {
  body.upcoming-events-page {
    --floating-nav-overlap: 112px;
  }

  body.upcoming-events-page .sps-upcoming-page .shell {
    width: calc(100% - 28px);
  }

  body.upcoming-events-page .sps-event-hero {
    min-height: 720px;
  }

  body.upcoming-events-page .sps-event-hero-content {
    min-height: 340px;
    padding-top: calc(64px + var(--floating-nav-overlap));
    padding-bottom: 258px;
  }

  body.upcoming-events-page .sps-event-hero-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }

  body.upcoming-events-page .sps-event-hero-icon img {
    width: 23px;
    height: 23px;
  }

  body.upcoming-events-page .sps-event-breadcrumb {
    margin-top: 12px;
    font-size: 0.82rem;
  }

  body.upcoming-events-page .sps-event-hero-wave {
    height: 136px;
  }

  body.upcoming-events-page .sps-event-hero-stats {
    left: 16px;
    right: 16px;
    bottom: 42px;
    gap: 14px;
  }

  body.upcoming-events-page .sps-event-stat-card {
    min-height: 118px;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 18px;
  }

  body.upcoming-events-page .sps-event-stat-card > span {
    width: 54px;
    height: 54px;
  }

  body.upcoming-events-page .sps-event-stat-card img {
    width: 25px;
    height: 25px;
  }

  body.upcoming-events-page .sps-event-stat-card p {
    font-size: 0.82rem;
  }

  body.upcoming-events-page .sps-event-stat-card strong {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  body.upcoming-events-page .sps-section-title {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
  }

  body.upcoming-events-page .sps-section-title img {
    width: 44px;
    height: 44px;
  }

  body.upcoming-events-page .sps-section-title h2 {
    font-size: clamp(1.85rem, 9.4vw, 2.35rem);
    overflow-wrap: anywhere;
  }

  body.upcoming-events-page .sps-event-title-wrap {
    margin-bottom: 30px;
    text-align: left;
  }

  body.upcoming-events-page .sps-event-title-line {
    width: min(210px, 58vw);
  }

  body.upcoming-events-page .sps-feature-media {
    min-height: 245px;
  }

  body.upcoming-events-page .sps-feature-content {
    padding: 20px;
  }

  body.upcoming-events-page .sps-feature-badge {
    top: 16px;
    left: 16px;
    padding: 8px 12px;
    font-size: 0.78rem;
  }

  body.upcoming-events-page .sps-feature-content h3 {
    font-size: clamp(1.45rem, 8.4vw, 2rem);
  }

  body.upcoming-events-page .sps-feature-content > p:not(.sps-event-category) {
    display: none;
  }

  body.upcoming-events-page .sps-events-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body.upcoming-events-page .sps-calendar-card {
    min-height: 0;
    border-radius: 16px;
  }

  body.upcoming-events-page .sps-card-media {
    height: 220px;
  }

  body.upcoming-events-page .sps-card-date {
    left: 15px;
    bottom: 15px;
    min-width: 62px;
    min-height: 66px;
    border-radius: 13px;
  }

  body.upcoming-events-page .sps-card-date strong {
    font-size: 1.7rem;
  }

  body.upcoming-events-page .sps-card-body {
    padding: 20px;
  }

  body.upcoming-events-page .sps-card-body .sps-event-meta-list {
    font-size: 0.82rem;
  }
}

@media (max-width: 420px) {
  body.upcoming-events-page .sps-event-hero {
    min-height: 700px;
  }

  body.upcoming-events-page .sps-event-hero h1 {
    font-size: clamp(2.3rem, 12vw, 3.2rem);
  }

  body.upcoming-events-page .sps-event-stat-card {
    min-height: 106px;
  }

  body.upcoming-events-page .sps-feature-content .sps-event-meta-list li:nth-child(3),
  body.upcoming-events-page .sps-card-body .sps-event-meta-list li:nth-child(3) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.upcoming-events-page .sps-upcoming-page *,
  body.upcoming-events-page .sps-upcoming-page *::before,
  body.upcoming-events-page .sps-upcoming-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
/* =========================================================
   Completed Events CSS - complete replacement
   Scope: body.completed-events-page
   ========================================================= */

body.completed-events-page {
  --floating-nav-overlap: 188px;
  --ce-green: #034527;
  --ce-green-2: #007a49;
  --ce-mint: #edf8f1;
  --ce-gold: #f5b92e;
  --ce-orange: #f77c0b;
  --ce-ink: #10291d;
  --ce-muted: #66776f;
  --ce-line: #dce9e2;
  --ce-shadow: 0 24px 64px rgba(9, 39, 25, 0.14);
  overflow-x: hidden;
  background: #ffffff;
}

body.completed-events-page .sps-completed-page,
body.completed-events-page .sps-completed-page * {
  box-sizing: border-box;
}

body.completed-events-page .sps-completed-page {
  color: var(--ce-ink);
  background: #ffffff;
}

body.completed-events-page .sps-completed-page a {
  text-decoration: none;
}

body.completed-events-page .sps-completed-page img {
  max-width: 100%;
}

body.completed-events-page .sps-completed-page .shell {
  width: min(100% - 44px, 1320px);
  margin-inline: auto;
}

/* Hero */
body.completed-events-page .sps-event-hero {
  position: relative;
  min-height: calc(700px + var(--floating-nav-overlap));
  overflow: hidden;
  color: #ffffff;
  background: var(--ce-green);
  isolation: isolate;
}

body.completed-events-page .sps-event-hero-bg,
body.completed-events-page .sps-event-hero-overlay {
  position: absolute;
  inset: 0;
}

body.completed-events-page .sps-event-hero-bg {
  z-index: 1;
}

body.completed-events-page .sps-event-hero-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

body.completed-events-page .sps-event-hero-overlay {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(3, 69, 39, 0.96) 0%, rgba(3, 69, 39, 0.76) 42%, rgba(3, 69, 39, 0.22) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.06));
}

body.completed-events-page .sps-event-hero-content {
  position: relative;
  z-index: 5;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: calc(96px + var(--floating-nav-overlap));
  padding-bottom: 230px;
}

body.completed-events-page .sps-event-hero-content.shell {
  width: 100%;
  max-width: none;
  padding-left: clamp(64px, 7vw, 132px);
  padding-right: clamp(28px, 5vw, 88px);
}

body.completed-events-page .sps-event-title-glass {
  width: min(640px, 54vw);
}

body.completed-events-page .sps-event-hero-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

body.completed-events-page .sps-event-hero-icon img {
  width: 27px;
  height: 27px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

body.completed-events-page .sps-event-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #ffffff;
  font-family: var(--sps-heading, Georgia, "Times New Roman", serif);
  font-size: clamp(3.75rem, 5.7vw, 6.1rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
}

body.completed-events-page .sps-event-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 800;
}

body.completed-events-page .sps-event-breadcrumb a {
  color: #ffffff;
}

body.completed-events-page .sps-event-breadcrumb strong {
  color: var(--ce-gold);
}

body.completed-events-page .sps-event-hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 4;
  width: 100%;
  height: 260px;
  pointer-events: none;
}

body.completed-events-page .sps-event-wave-shadow {
  fill: rgba(255, 255, 255, 0.56);
}

body.completed-events-page .sps-event-wave-fill {
  fill: #ffffff;
}

body.completed-events-page .sps-event-hero-stats {
  position: absolute;
  left: clamp(64px, 7vw, 132px);
  bottom: 68px;
  z-index: 6;
  width: min(1048px, calc(100% - 172px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body.completed-events-page .sps-event-stat-card {
  min-height: 210px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  padding: 34px 40px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(246, 252, 249, 0.74)),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
}

body.completed-events-page .sps-event-stat-card > span {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--ce-green-2), var(--ce-green));
  box-shadow: 0 16px 34px rgba(0, 128, 78, 0.28), 0 0 0 10px rgba(0, 128, 78, 0.08);
}

body.completed-events-page .sps-event-stat-card img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

body.completed-events-page .sps-event-stat-card p {
  margin: 0 0 8px;
  color: #33473e;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 800;
}

body.completed-events-page .sps-event-stat-card strong {
  display: block;
  color: var(--ce-green);
  font-family: var(--sps-heading, Georgia, "Times New Roman", serif);
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.08;
  font-weight: 900;
  overflow-wrap: anywhere;
}

body.completed-events-page .sps-event-stat-card strong::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 14px;
  border-radius: 999px;
  background: var(--ce-orange);
}

/* Main content */
body.completed-events-page .sps-event-calendar-section {
  position: relative;
  padding: 116px 0 108px;
  background:
    radial-gradient(circle at 10% 12%, rgba(0, 122, 73, 0.06), transparent 30%),
    radial-gradient(circle at 92% 34%, rgba(245, 185, 46, 0.10), transparent 28%),
    #ffffff;
}

body.completed-events-page .sps-event-title-wrap {
  margin-bottom: 38px;
  text-align: center;
}

body.completed-events-page .sps-sub-event-heading p {
  max-width: 680px;
  margin: 14px auto 0;
  color: var(--ce-muted);
  font-size: 1rem;
  line-height: 1.7;
}

body.completed-events-page .sps-section-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

body.completed-events-page .sps-section-title img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(25%) sepia(72%) saturate(863%) hue-rotate(120deg) brightness(88%) contrast(96%);
}

body.completed-events-page .sps-section-title h2 {
  margin: 0;
  color: var(--ce-green);
  font-family: var(--sps-heading, Georgia, "Times New Roman", serif);
  font-size: clamp(2.35rem, 4vw, 4.1rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

body.completed-events-page .sps-event-title-line {
  display: inline-flex;
  align-items: center;
  width: 170px;
  height: 14px;
  margin-top: 18px;
}

body.completed-events-page .sps-event-title-line::before,
body.completed-events-page .sps-event-title-line::after {
  content: "";
  height: 3px;
  border-radius: 999px;
}

body.completed-events-page .sps-event-title-line::before {
  flex: 1;
  background: rgba(245, 185, 46, 0.78);
}

body.completed-events-page .sps-event-title-line::after {
  width: 24px;
  margin-left: 10px;
  background: var(--ce-green-2);
}

body.completed-events-page .sps-year-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 0 38px;
}

body.completed-events-page .sps-year-filter a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--ce-line);
  border-radius: 999px;
  background: #ffffff;
  color: #28443a;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(9, 39, 25, 0.06);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

body.completed-events-page .sps-year-filter a:hover,
body.completed-events-page .sps-year-filter a:focus-visible,
body.completed-events-page .sps-year-filter a.is-active {
  transform: translateY(-2px);
  border-color: var(--ce-green-2);
  background: var(--ce-green);
  color: #ffffff;
}

/* Memory cards */
body.completed-events-page .sps-memory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

body.completed-events-page .sps-memory-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 22px;
  background: var(--ce-mint);
  box-shadow: var(--ce-shadow);
  isolation: isolate;
}

body.completed-events-page .sps-memory-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(3, 69, 39, 0.02) 20%, rgba(3, 69, 39, 0.86) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.16), transparent 45%);
  pointer-events: none;
}

body.completed-events-page .sps-memory-card > img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  transition: transform 500ms ease, filter 500ms ease;
}

body.completed-events-page .sps-memory-card:hover > img {
  transform: scale(1.045);
  filter: saturate(1.06) contrast(1.03);
}

body.completed-events-page .sps-memory-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 26px;
  color: #ffffff;
}

body.completed-events-page .sps-memory-content time {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 12px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #8a610d;
  font-size: 0.78rem;
  font-weight: 900;
}

body.completed-events-page .sps-memory-content h3 {
  margin: 0;
  color: #ffffff;
  font-family: var(--sps-heading, Georgia, "Times New Roman", serif);
  font-size: clamp(1.35rem, 1.9vw, 2.05rem);
  line-height: 1.12;
  font-weight: 900;
  overflow-wrap: break-word;
}

body.completed-events-page .sps-memory-content p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.94rem;
  font-weight: 800;
}

body.completed-events-page .sps-memory-content p img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

body.completed-events-page .sps-memory-content a {
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 0 17px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--ce-green);
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

body.completed-events-page .sps-memory-content a img {
  width: 17px;
  height: 17px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(72%) saturate(863%) hue-rotate(120deg) brightness(88%) contrast(96%);
}

/* Count cards */
body.completed-events-page .sps-event-count-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 46px;
}

body.completed-events-page .sps-event-count-grid article {
  min-height: 166px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 24px 18px;
  border: 1px solid rgba(0, 100, 61, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 252, 248, 0.94)),
    #ffffff;
  text-align: center;
  box-shadow: 0 16px 38px rgba(9, 39, 25, 0.08);
}

body.completed-events-page .sps-event-count-grid img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(25%) sepia(72%) saturate(863%) hue-rotate(120deg) brightness(88%) contrast(96%);
}

body.completed-events-page .sps-event-count-grid strong {
  color: var(--ce-green);
  font-family: var(--sps-heading, Georgia, "Times New Roman", serif);
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height: 1;
  font-weight: 900;
}

body.completed-events-page .sps-event-count-grid span {
  color: var(--ce-muted);
  font-size: 0.95rem;
  font-weight: 800;
}

body.completed-events-page .sps-event-quote {
  width: min(820px, 100%);
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 46px auto 0;
  padding: 18px 30px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(238, 248, 241, 0.98), rgba(250, 255, 252, 0.94)),
    radial-gradient(circle at 90% 0%, rgba(0, 100, 61, 0.08), transparent 34%);
  box-shadow: inset 0 0 0 1px rgba(0, 100, 61, 0.08);
}

body.completed-events-page .sps-event-quote > img {
  width: 38px;
  height: 38px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(72%) saturate(863%) hue-rotate(120deg) brightness(88%) contrast(96%);
}

body.completed-events-page .sps-event-quote p {
  margin: 0;
  color: #0d241a;
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 900;
  text-align: center;
}

@media (max-width: 1180px) {
  body.completed-events-page .sps-event-hero-stats {
    left: clamp(36px, 6vw, 74px);
    width: min(940px, calc(100% - 72px));
  }

  body.completed-events-page .sps-event-hero-content.shell {
    padding-left: clamp(36px, 6vw, 74px);
  }

  body.completed-events-page .sps-memory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.completed-events-page .sps-event-count-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body.completed-events-page {
    --floating-nav-overlap: 138px;
  }

  body.completed-events-page .sps-event-hero {
    min-height: 760px;
  }

  body.completed-events-page .sps-event-hero-content.shell {
    padding-inline: 24px;
  }

  body.completed-events-page .sps-event-hero-content {
    min-height: 390px;
    padding-top: calc(70px + var(--floating-nav-overlap));
    padding-bottom: 280px;
  }

  body.completed-events-page .sps-event-title-glass {
    width: min(100%, 520px);
  }

  body.completed-events-page .sps-event-hero h1 {
    font-size: clamp(2.75rem, 12vw, 4.6rem);
  }

  body.completed-events-page .sps-event-hero-stats {
    left: 24px;
    right: 24px;
    bottom: 52px;
    width: auto;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.completed-events-page .sps-event-stat-card {
    min-height: 128px;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 20px;
    padding: 24px 26px;
  }

  body.completed-events-page .sps-event-stat-card > span {
    width: 60px;
    height: 60px;
  }

  body.completed-events-page .sps-event-stat-card strong {
    font-size: clamp(1.8rem, 8vw, 2.45rem);
  }

  body.completed-events-page .sps-event-calendar-section {
    padding: 76px 0 72px;
  }
}

@media (max-width: 640px) {
  body.completed-events-page {
    --floating-nav-overlap: 112px;
  }

  body.completed-events-page .sps-completed-page .shell {
    width: calc(100% - 28px);
  }

  body.completed-events-page .sps-event-hero {
    min-height: 720px;
  }

  body.completed-events-page .sps-event-hero-content {
    min-height: 340px;
    padding-top: calc(64px + var(--floating-nav-overlap));
    padding-bottom: 258px;
  }

  body.completed-events-page .sps-event-hero-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }

  body.completed-events-page .sps-event-hero-icon img {
    width: 23px;
    height: 23px;
  }

  body.completed-events-page .sps-event-breadcrumb {
    margin-top: 12px;
    font-size: 0.82rem;
  }

  body.completed-events-page .sps-event-hero-wave {
    height: 136px;
  }

  body.completed-events-page .sps-event-hero-stats {
    left: 16px;
    right: 16px;
    bottom: 42px;
    gap: 14px;
  }

  body.completed-events-page .sps-event-stat-card {
    min-height: 118px;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 18px;
  }

  body.completed-events-page .sps-event-stat-card > span {
    width: 54px;
    height: 54px;
  }

  body.completed-events-page .sps-event-stat-card img {
    width: 25px;
    height: 25px;
  }

  body.completed-events-page .sps-event-stat-card p {
    font-size: 0.82rem;
  }

  body.completed-events-page .sps-event-stat-card strong {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  body.completed-events-page .sps-section-title {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    justify-items: start;
    gap: 14px;
    text-align: left;
  }

  body.completed-events-page .sps-section-title img {
    width: 44px;
    height: 44px;
  }

  body.completed-events-page .sps-section-title h2 {
    font-size: clamp(1.85rem, 9.4vw, 2.35rem);
    overflow-wrap: anywhere;
  }

  body.completed-events-page .sps-event-title-wrap {
    margin-bottom: 30px;
    text-align: left;
  }

  body.completed-events-page .sps-sub-event-heading p {
    margin-inline: 0;
  }

  body.completed-events-page .sps-event-title-line {
    width: min(210px, 58vw);
  }

  body.completed-events-page .sps-year-filter {
    justify-content: flex-start;
    gap: 9px;
  }

  body.completed-events-page .sps-year-filter a {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.88rem;
  }

  body.completed-events-page .sps-memory-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body.completed-events-page .sps-memory-card {
    min-height: 310px;
    border-radius: 16px;
  }

  body.completed-events-page .sps-memory-content {
    padding: 20px;
  }

  body.completed-events-page .sps-event-count-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.completed-events-page .sps-event-count-grid article {
    min-height: 132px;
  }

  body.completed-events-page .sps-event-quote {
    min-height: auto;
    padding: 16px 18px;
    gap: 10px;
  }

  body.completed-events-page .sps-event-quote > img {
    display: none;
  }

  body.completed-events-page .sps-event-quote p {
    font-size: 0.9rem;
  }
}

@media (max-width: 420px) {
  body.completed-events-page .sps-event-hero {
    min-height: 700px;
  }

  body.completed-events-page .sps-event-hero h1 {
    font-size: clamp(2.3rem, 12vw, 3.2rem);
  }

  body.completed-events-page .sps-event-stat-card {
    min-height: 106px;
  }

  body.completed-events-page .sps-memory-card {
    min-height: 292px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.completed-events-page .sps-completed-page *,
  body.completed-events-page .sps-completed-page *::before,
  body.completed-events-page .sps-completed-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
/* =========================================================
   Circular CSS - complete replacement
   Scope: body.circular-page
   ========================================================= */

body.circular-page {
  --floating-nav-overlap: 188px;
  --cir-green: #034527;
  --cir-green-2: #007a49;
  --cir-mint: #edf8f1;
  --cir-gold: #f5b92e;
  --cir-orange: #f77c0b;
  --cir-ink: #10291d;
  --cir-muted: #66776f;
  --cir-line: #dce9e2;
  --cir-shadow: 0 24px 64px rgba(9, 39, 25, 0.14);
  overflow-x: hidden;
  background: #ffffff;
}

body.circular-page .sps-circular-page,
body.circular-page .sps-circular-page * {
  box-sizing: border-box;
}

body.circular-page .sps-circular-page {
  color: var(--cir-ink);
  background: #ffffff;
}

body.circular-page .sps-circular-page a {
  text-decoration: none;
}

body.circular-page .sps-circular-page img {
  max-width: 100%;
}

body.circular-page .sps-circular-page .shell {
  width: min(100% - 44px, 1320px);
  margin-inline: auto;
}

/* Hero */
body.circular-page .sps-event-hero {
  position: relative;
  min-height: calc(700px + var(--floating-nav-overlap));
  overflow: hidden;
  color: #ffffff;
  background: var(--cir-green);
  isolation: isolate;
}

body.circular-page .sps-event-hero-bg,
body.circular-page .sps-event-hero-overlay {
  position: absolute;
  inset: 0;
}

body.circular-page .sps-event-hero-bg {
  z-index: 1;
}

body.circular-page .sps-event-hero-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

body.circular-page .sps-event-hero-overlay {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(3, 69, 39, 0.96) 0%, rgba(3, 69, 39, 0.76) 42%, rgba(3, 69, 39, 0.22) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.06));
}

body.circular-page .sps-event-hero-content {
  position: relative;
  z-index: 5;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: calc(96px + var(--floating-nav-overlap));
  padding-bottom: 230px;
}

body.circular-page .sps-event-hero-content.shell {
  width: 100%;
  max-width: none;
  padding-left: clamp(64px, 7vw, 132px);
  padding-right: clamp(28px, 5vw, 88px);
}

body.circular-page .sps-event-title-glass {
  width: min(640px, 54vw);
}

body.circular-page .sps-event-hero-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

body.circular-page .sps-event-hero-icon img {
  width: 27px;
  height: 27px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

body.circular-page .sps-event-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #ffffff;
  font-family: var(--sps-heading, Georgia, "Times New Roman", serif);
  font-size: clamp(3.75rem, 5.7vw, 6.1rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
}

body.circular-page .sps-event-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 800;
}

body.circular-page .sps-event-breadcrumb a {
  color: #ffffff;
}

body.circular-page .sps-event-breadcrumb strong {
  color: var(--cir-gold);
}

body.circular-page .sps-event-hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 4;
  width: 100%;
  height: 260px;
  pointer-events: none;
}

body.circular-page .sps-event-wave-shadow {
  fill: rgba(255, 255, 255, 0.56);
}

body.circular-page .sps-event-wave-fill {
  fill: #ffffff;
}

body.circular-page .sps-event-hero-stats {
  position: absolute;
  left: clamp(64px, 7vw, 132px);
  bottom: 68px;
  z-index: 6;
  width: min(1048px, calc(100% - 172px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body.circular-page .sps-event-stat-card {
  min-height: 210px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  padding: 34px 40px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(246, 252, 249, 0.74)),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
}

body.circular-page .sps-event-stat-card > span {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--cir-green-2), var(--cir-green));
  box-shadow: 0 16px 34px rgba(0, 128, 78, 0.28), 0 0 0 10px rgba(0, 128, 78, 0.08);
}

body.circular-page .sps-event-stat-card img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

body.circular-page .sps-event-stat-card p {
  margin: 0 0 8px;
  color: #33473e;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 800;
}

body.circular-page .sps-event-stat-card strong {
  display: block;
  color: var(--cir-green);
  font-family: var(--sps-heading, Georgia, "Times New Roman", serif);
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  line-height: 1.08;
  font-weight: 900;
  overflow-wrap: anywhere;
}

body.circular-page .sps-event-stat-card strong::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 14px;
  border-radius: 999px;
  background: var(--cir-orange);
}

/* Main content */
body.circular-page .sps-event-calendar-section {
  position: relative;
  padding: 116px 0 108px;
  background:
    radial-gradient(circle at 10% 12%, rgba(0, 122, 73, 0.06), transparent 30%),
    radial-gradient(circle at 92% 34%, rgba(245, 185, 46, 0.10), transparent 28%),
    #ffffff;
}

body.circular-page .sps-event-title-wrap {
  margin-bottom: 34px;
  text-align: center;
}

body.circular-page .sps-sub-event-heading p {
  max-width: 680px;
  margin: 14px auto 0;
  color: var(--cir-muted);
  font-size: 1rem;
  line-height: 1.7;
}

body.circular-page .sps-section-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

body.circular-page .sps-section-title img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(25%) sepia(72%) saturate(863%) hue-rotate(120deg) brightness(88%) contrast(96%);
}

body.circular-page .sps-section-title h2 {
  margin: 0;
  color: var(--cir-green);
  font-family: var(--sps-heading, Georgia, "Times New Roman", serif);
  font-size: clamp(2.35rem, 4vw, 4.1rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

body.circular-page .sps-event-title-line {
  display: inline-flex;
  align-items: center;
  width: 170px;
  height: 14px;
  margin-top: 18px;
}

body.circular-page .sps-event-title-line::before,
body.circular-page .sps-event-title-line::after {
  content: "";
  height: 3px;
  border-radius: 999px;
}

body.circular-page .sps-event-title-line::before {
  flex: 1;
  background: rgba(245, 185, 46, 0.78);
}

body.circular-page .sps-event-title-line::after {
  width: 24px;
  margin-left: 10px;
  background: var(--cir-green-2);
}

/* Toolbar */
body.circular-page .sps-circular-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 34px;
}

body.circular-page .sps-circular-search {
  min-height: 54px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border: 1px solid var(--cir-line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(9, 39, 25, 0.07);
}

body.circular-page .sps-circular-search img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(25%) sepia(72%) saturate(863%) hue-rotate(120deg) brightness(88%) contrast(96%);
}

body.circular-page .sps-circular-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--cir-ink);
  font: inherit;
  font-size: 0.95rem;
}

body.circular-page .sps-year-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

body.circular-page .sps-year-filter a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid var(--cir-line);
  border-radius: 999px;
  background: #ffffff;
  color: #28443a;
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(9, 39, 25, 0.05);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

body.circular-page .sps-year-filter a:hover,
body.circular-page .sps-year-filter a:focus-visible,
body.circular-page .sps-year-filter a.is-active {
  transform: translateY(-2px);
  border-color: var(--cir-green-2);
  background: var(--cir-green);
  color: #ffffff;
}

body.circular-page .sps-download-all {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 12px;
  background: linear-gradient(180deg, var(--cir-green-2), var(--cir-green));
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(0, 100, 61, 0.20);
}

body.circular-page .sps-download-all img {
  width: 17px;
  height: 17px;
  filter: brightness(0) invert(1);
}

/* Circular list */
body.circular-page .sps-circular-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: 30px;
  align-items: start;
}

body.circular-page .sps-circular-list {
  display: grid;
  gap: 18px;
}

body.circular-page .sps-circular-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 22px;
  border: 1px solid rgba(0, 100, 61, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 252, 249, 0.94)),
    #ffffff;
  box-shadow: 0 16px 38px rgba(9, 39, 25, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.circular-page .sps-circular-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 122, 73, 0.34);
  box-shadow: var(--cir-shadow);
}

body.circular-page .sps-circular-card time {
  min-height: 92px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 10px;
  border-radius: 16px;
  background: linear-gradient(180deg, var(--cir-green-2), var(--cir-green));
  color: #ffffff;
  text-align: center;
  box-shadow: 0 14px 28px rgba(0, 100, 61, 0.20);
}

body.circular-page .sps-circular-card time strong {
  display: block;
  font-family: var(--sps-heading, Georgia, "Times New Roman", serif);
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 900;
}

body.circular-page .sps-circular-card time span {
  display: block;
  margin-top: 4px;
  font-size: 0.72rem;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

body.circular-page .sps-circular-card h3 {
  margin: 7px 0 8px;
  color: var(--cir-ink);
  font-family: var(--sps-heading, Georgia, "Times New Roman", serif);
  font-size: clamp(1.25rem, 1.7vw, 1.6rem);
  line-height: 1.16;
  font-weight: 900;
  overflow-wrap: break-word;
}

body.circular-page .sps-circular-card p {
  margin: 0;
  color: var(--cir-muted);
  font-size: 0.95rem;
  line-height: 1.58;
}

body.circular-page .sps-circular-tag {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff7df;
  color: #8a610d;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.circular-page .sps-circular-tag.tag-events {
  background: #fff1df;
  color: #9a4b08;
}

body.circular-page .sps-circular-tag.tag-general {
  background: #eaf4ff;
  color: #215b8d;
}

body.circular-page .sps-circular-tag.tag-academics {
  background: #edf8f1;
  color: #00633c;
}

body.circular-page .sps-circular-tag.tag-exams {
  background: #fff0f0;
  color: #a23131;
}

body.circular-page .sps-circular-tag.tag-admission {
  background: #f1edff;
  color: #5740a3;
}

body.circular-page .sps-circular-card > a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--cir-green);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 900;
  white-space: nowrap;
}

body.circular-page .sps-circular-card > a img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

/* Notice board */
body.circular-page .sps-notice-board-card {
  position: sticky;
  top: 24px;
  overflow: hidden;
  border: 1px solid rgba(0, 100, 61, 0.14);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 252, 249, 0.94)),
    #ffffff;
  box-shadow: var(--cir-shadow);
}

body.circular-page .sps-notice-slider-head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  padding: 24px 24px 20px;
  border-bottom: 1px solid rgba(0, 100, 61, 0.10);
}

body.circular-page .sps-notice-slider-head > span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--cir-green-2), var(--cir-green));
}

body.circular-page .sps-notice-slider-head img {
  width: 26px;
  height: 26px;
  filter: brightness(0) invert(1);
}

body.circular-page .sps-notice-slider-head small {
  display: block;
  margin-bottom: 3px;
  color: #8a610d;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.circular-page .sps-notice-slider-head h3 {
  margin: 0;
  color: var(--cir-green);
  font-family: var(--sps-heading, Georgia, "Times New Roman", serif);
  font-size: 1.8rem;
  line-height: 1.05;
}

body.circular-page .sps-notice-slider-head p {
  margin: 8px 0 0;
  color: var(--cir-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

body.circular-page .sps-notice-slider-window {
  height: 360px;
  overflow: hidden;
}

body.circular-page .sps-notice-slider-track {
  display: grid;
  gap: 14px;
  padding: 18px 20px;
  animation: circularNoticeScroll 24s linear infinite;
}

body.circular-page .sps-notice-slider-card:hover .sps-notice-slider-track {
  animation-play-state: paused;
}

body.circular-page .sps-notice-slide {
  min-height: 136px;
  padding: 18px;
  border: 1px solid rgba(0, 100, 61, 0.10);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(9, 39, 25, 0.06);
}

body.circular-page .sps-notice-slide time {
  color: #8a610d;
  font-size: 0.78rem;
  font-weight: 900;
}

body.circular-page .sps-notice-slide h4 {
  margin: 8px 0 7px;
  color: var(--cir-ink);
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 900;
}

body.circular-page .sps-notice-slide p {
  margin: 0;
  color: var(--cir-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

body.circular-page .sps-notice-board-action {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 20px 20px;
  border-radius: 14px;
  background: var(--cir-green);
  color: #ffffff;
  font-weight: 900;
}

body.circular-page .sps-notice-board-action img {
  width: 17px;
  height: 17px;
  filter: brightness(0) invert(1);
}

body.circular-page .sps-circular-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
  padding: 18px 24px;
  border-radius: 16px;
  background: var(--cir-mint);
  color: #28443a;
  text-align: center;
}

body.circular-page .sps-circular-info span {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #ffffff;
}

body.circular-page .sps-circular-info img {
  width: 22px;
  height: 22px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(72%) saturate(863%) hue-rotate(120deg) brightness(88%) contrast(96%);
}

body.circular-page .sps-circular-info p {
  max-width: 760px;
  margin: 0;
  font-weight: 800;
  line-height: 1.55;
}

@keyframes circularNoticeScroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@media (max-width: 1180px) {
  body.circular-page .sps-event-hero-stats {
    left: clamp(36px, 6vw, 74px);
    width: min(940px, calc(100% - 72px));
  }

  body.circular-page .sps-event-hero-content.shell {
    padding-left: clamp(36px, 6vw, 74px);
  }

  body.circular-page .sps-circular-toolbar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  body.circular-page .sps-year-filter {
    justify-content: flex-start;
  }

  body.circular-page .sps-download-all {
    width: fit-content;
  }
}

@media (max-width: 980px) {
  body.circular-page .sps-circular-layout {
    grid-template-columns: 1fr;
  }

  body.circular-page .sps-notice-board-card {
    position: relative;
    top: auto;
  }
}

@media (max-width: 820px) {
  body.circular-page {
    --floating-nav-overlap: 138px;
  }

  body.circular-page .sps-event-hero {
    min-height: 760px;
  }

  body.circular-page .sps-event-hero-content.shell {
    padding-inline: 24px;
  }

  body.circular-page .sps-event-hero-content {
    min-height: 390px;
    padding-top: calc(70px + var(--floating-nav-overlap));
    padding-bottom: 280px;
  }

  body.circular-page .sps-event-title-glass {
    width: min(100%, 520px);
  }

  body.circular-page .sps-event-hero h1 {
    font-size: clamp(2.75rem, 12vw, 4.6rem);
  }

  body.circular-page .sps-event-hero-stats {
    left: 24px;
    right: 24px;
    bottom: 52px;
    width: auto;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.circular-page .sps-event-stat-card {
    min-height: 128px;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 20px;
    padding: 24px 26px;
  }

  body.circular-page .sps-event-stat-card > span {
    width: 60px;
    height: 60px;
  }

  body.circular-page .sps-event-stat-card strong {
    font-size: clamp(1.8rem, 8vw, 2.45rem);
  }

  body.circular-page .sps-event-calendar-section {
    padding: 76px 0 72px;
  }
}

@media (max-width: 700px) {
  body.circular-page .sps-circular-card {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  body.circular-page .sps-circular-card > a {
    grid-column: 1 / -1;
    width: fit-content;
  }

  body.circular-page .sps-circular-card time {
    min-height: 82px;
  }
}

@media (max-width: 640px) {
  body.circular-page {
    --floating-nav-overlap: 112px;
  }

  body.circular-page .sps-circular-page .shell {
    width: calc(100% - 28px);
  }

  body.circular-page .sps-event-hero {
    min-height: 720px;
  }

  body.circular-page .sps-event-hero-content {
    min-height: 340px;
    padding-top: calc(64px + var(--floating-nav-overlap));
    padding-bottom: 258px;
  }

  body.circular-page .sps-event-hero-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }

  body.circular-page .sps-event-hero-icon img {
    width: 23px;
    height: 23px;
  }

  body.circular-page .sps-event-breadcrumb {
    margin-top: 12px;
    font-size: 0.82rem;
  }

  body.circular-page .sps-event-hero-wave {
    height: 136px;
  }

  body.circular-page .sps-event-hero-stats {
    left: 16px;
    right: 16px;
    bottom: 42px;
    gap: 14px;
  }

  body.circular-page .sps-event-stat-card {
    min-height: 118px;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 18px;
  }

  body.circular-page .sps-event-stat-card > span {
    width: 54px;
    height: 54px;
  }

  body.circular-page .sps-event-stat-card img {
    width: 25px;
    height: 25px;
  }

  body.circular-page .sps-event-stat-card p {
    font-size: 0.82rem;
  }

  body.circular-page .sps-event-stat-card strong {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  body.circular-page .sps-section-title {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    justify-items: start;
    gap: 14px;
    text-align: left;
  }

  body.circular-page .sps-section-title img {
    width: 44px;
    height: 44px;
  }

  body.circular-page .sps-section-title h2 {
    font-size: clamp(1.85rem, 9.4vw, 2.35rem);
    overflow-wrap: anywhere;
  }

  body.circular-page .sps-event-title-wrap {
    margin-bottom: 30px;
    text-align: left;
  }

  body.circular-page .sps-sub-event-heading p {
    margin-inline: 0;
  }

  body.circular-page .sps-event-title-line {
    width: min(210px, 58vw);
  }

  body.circular-page .sps-circular-toolbar {
    gap: 12px;
  }

  body.circular-page .sps-year-filter {
    gap: 8px;
  }

  body.circular-page .sps-year-filter a {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  body.circular-page .sps-circular-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
    border-radius: 16px;
  }

  body.circular-page .sps-circular-card time {
    width: 84px;
    min-height: 76px;
  }

  body.circular-page .sps-circular-card time strong {
    font-size: 1.8rem;
  }

  body.circular-page .sps-circular-card > a {
    width: 100%;
  }

  body.circular-page .sps-notice-slider-head {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    padding: 20px;
  }

  body.circular-page .sps-notice-slider-head > span {
    width: 48px;
    height: 48px;
  }

  body.circular-page .sps-notice-slider-window {
    height: 330px;
  }

  body.circular-page .sps-circular-info {
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 420px) {
  body.circular-page .sps-event-hero {
    min-height: 700px;
  }

  body.circular-page .sps-event-hero h1 {
    font-size: clamp(2.3rem, 12vw, 3.2rem);
  }

  body.circular-page .sps-event-stat-card {
    min-height: 106px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.circular-page .sps-circular-page *,
  body.circular-page .sps-circular-page *::before,
  body.circular-page .sps-circular-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}


/* =====================================
   15 FOOTER
   ===================================== */

.site-footer {
  --footer-bg: #004b31;
  --footer-bg-dark: #002f21;
  --footer-orange: #ff8500;
  --footer-orange-dark: #e46f00;
  --footer-soft: rgba(255, 255, 255, 0.82);
  --footer-line: rgba(255, 255, 255, 0.16);
  --footer-white-filter: brightness(0) invert(1);
  --footer-orange-filter: invert(54%) sepia(99%) saturate(1687%) hue-rotate(1deg) brightness(103%) contrast(105%);
  --footer-icon-green-filter: brightness(0) saturate(100%) invert(37%) sepia(78%) saturate(447%) hue-rotate(95deg) brightness(95%) contrast(92%);
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 148px 0 0;
  color: #fff;
  background: #fff;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 150px 0 0;
  z-index: 0;
  background:
  radial-gradient(circle at 86% 18%, rgba(255, 133, 0, 0.1), transparent 28%),
  radial-gradient(circle at 18% 86%, rgba(112, 214, 157, 0.1), transparent 30%),
  linear-gradient(135deg, var(--footer-bg), var(--footer-bg-dark));
}

.footer-wave {
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 1;
  width: calc(100% + 2px) !important;
  height: 180px !important;
  display: block;
  pointer-events: none;
}

.footer-wave-fill {
  fill: var(--footer-bg);
}

.footer-wave-stroke {
  fill: none;
  stroke: var(--footer-orange);
  stroke-width: 24;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-dot-pattern {
  position: absolute;
  z-index: 2;
  width: 108px;
  height: 108px;
  opacity: 0.22;
  background-image: radial-gradient(#8bcaa3 2px, transparent 2px);
  background-size: 18px 18px;
  pointer-events: none;
}

.footer-dot-left {
  left: 30px;
  top: 160px;
}

.footer-dot-right {
  right: 24px;
  bottom: 130px;
}

.footer-school-line {
  position: absolute;
  z-index: 1;
  right: 26px;
  top: 118px;
  width: 280px;
  height: 220px;
  opacity: 0.07;
  border: 2px solid #fff;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  transform: skewX(-8deg);
  pointer-events: none;
}

.site-footer .footer-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(250px, 1.15fr) minmax(180px, 0.72fr) minmax(200px, 0.8fr) minmax(320px, 1.12fr);
  gap: 42px;
  align-items: center;
}

.site-footer .footer-logo {
  width: 108px;
  height: 108px;
  display: block;
  border-radius: 999px;
  object-fit: cover;
  background: #fff;
  border: 7px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 2px rgba(255, 133, 0, 0.55), 0 18px 38px rgba(0, 0, 0, 0.24);
}

.site-footer .footer-brand h2 {
  margin: 20px 0 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 2.45vw, 2.6rem);
  line-height: 1.08;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer .footer-brand h2::after,
.site-footer h3::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 16px;
  border-radius: 999px;
  background: var(--footer-orange);
  box-shadow: 68px 0 0 -1px rgba(255, 133, 0, 0.75);
}

.site-footer .footer-brand-line {
  margin: 14px 0 0;
  color: var(--footer-orange);
  font-size: 0.9rem;
  font-weight: 950;
  text-transform: uppercase;
}

.site-footer .footer-brand p:not(.footer-brand-line) {
  max-width: 390px;
  margin: 16px 0 0;
  color: var(--footer-soft);
  font-size: 1rem;
  line-height: 1.68;
}

.site-footer .socials {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 24px;
}

.site-footer .socials a {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--footer-orange), var(--footer-orange-dark));
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(255, 133, 0, 0.22);
}

.site-footer .socials img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
  filter: var(--footer-white-filter);
}

.site-footer .footer-column h3,
.site-footer .footer-contact-title h3 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 950;
  text-transform: uppercase;
}

.site-footer .footer-column a {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-height: 54px;
  padding: 0 0 11px;
  margin-bottom: 10px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 1rem;
}

.site-footer .footer-column a span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 133, 0, 0.34);
}

.site-footer .footer-column a span img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
  filter: var(--footer-orange-filter);
}

.site-footer .footer-activities {
  padding-left: 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-contact-card {
  position: relative;
  padding: 28px;
  border-radius: 26px;
  border: 1px solid rgba(255, 170, 64, 0.78);
  background:
  linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
  rgba(0, 73, 45, 0.42);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.footer-contact-title {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}

.footer-contact-title > span {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--footer-orange), var(--footer-orange-dark));
}

.footer-contact-title > span img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
  filter: var(--footer-white-filter);
}

.site-footer .footer-contact-title h3 {
  margin: 0;
}

.site-footer .footer-contact-title h3 em {
  color: var(--footer-orange);
  font-style: normal;
}

.footer-contact-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 2px 16px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: #fff;
  text-decoration: none;
}

.footer-contact-row > span {
  grid-row: span 3;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.footer-contact-row > span img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  display: block;
  filter: var(--footer-white-filter);
}

.footer-contact-row strong,
.footer-contact-row b {
  color: #fff;
}

.footer-contact-row small {
  color: #acd79d;
  font-size: 0.9rem;
}

.footer-enquire {
  width: 100%;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 20px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff9a16, var(--footer-orange-dark));
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-enquire img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
  filter: var(--footer-white-filter);
}

.site-footer .footer-bottom {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 38px;
  padding: 18px 0;
  border-top: 1px solid var(--footer-line);
  background: transparent;
}

.site-footer .footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.site-footer .footer-bottom p:last-child {
  justify-self: end;
  color: var(--footer-orange);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 900;
}

.footer-leaf {
  display: inline-grid;
  grid-template-columns: 130px auto 130px;
  gap: 18px;
  align-items: center;
}

.footer-leaf img {
  width: 21px;
  height: 21px;
  object-fit: contain;
  display: block;
  filter: var(--footer-icon-green-filter);
}

.footer-leaf::before,
.footer-leaf::after {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

body:has(.hero#home) .site-footer {
  background: #ffffff;
}

/* =====================================
   15 FOOTER RESPONSIVE
   ===================================== */

@media (max-width: 1240px) {
  .site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
  .site-footer .footer-activities {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .site-footer {
    padding-top: 128px;
  }
  .site-footer::before {
    top: 126px;
  }
  .footer-wave {
    height: 150px !important;
  }
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .site-footer .footer-logo {
    width: 96px;
    height: 96px;
  }
  .site-footer .footer-brand h2 {
    font-size: 1.95rem;
  }
  .footer-contact-card {
    padding: 24px;
    border-radius: 22px;
  }
  .site-footer .footer-bottom {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 18px;
  }
  .site-footer .footer-bottom p:last-child {
    justify-self: center;
  }
  .footer-leaf {
    grid-template-columns: 1fr auto 1fr;
  }
}

@media (max-width: 460px) {
  .site-footer {
    padding-top: 112px;
  }
  .site-footer::before {
    top: 110px;
  }
  .footer-wave {
    height: 132px !important;
  }
  .site-footer .footer-brand h2 {
    font-size: 1.68rem;
  }
  .footer-contact-title,
  .footer-contact-row {
    grid-template-columns: 1fr;
  }
  .footer-contact-row > span {
    grid-row: auto;
  }
  .footer-enquire {
    min-height: 56px;
  }
  .footer-enquire img {
    width: 28px;
    height: 28px;
  }
}
#about.about-section,
section#about.about-section {
  min-height: auto !important;
  height: auto !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}


/* =====================================
  patron,chairmans,principal desk pages
   ===================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
body.sps-patron-v3-page {
  --floating-nav-overlap: 188px;
  background: #ffffff;
}

body.sps-patron-v3-page .site-header {
  margin-bottom: calc(var(--floating-nav-overlap) * -1);
}

.sps-patron-v3 {
  overflow: hidden;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
}

.sps-patron-v3-hero {
  position: relative;
  min-height: calc(720px + var(--floating-nav-overlap));
  overflow: hidden;
  isolation: isolate;
  background: #003f29;
}

.sps-patron-v3-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.sps-patron-v3-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 53, 31, .98) 0%, rgba(0, 70, 42, .92) 38%, rgba(0, 78, 47, .58) 64%, rgba(0, 70, 42, .12) 100%),
    linear-gradient(0deg, rgba(0, 42, 25, .55), rgba(0, 42, 25, .04));
}

.sps-patron-v3-glow {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 68%, rgba(255, 132, 0, .14), transparent 30%),
    radial-gradient(circle at 82% 24%, rgba(255, 196, 0, .14), transparent 24%);
}

.sps-patron-v3-inner {
  position: relative;
  z-index: 5;
  width: min(100% - 72px, 1500px);
  margin: 0 auto;
  padding: calc(116px + var(--floating-nav-overlap)) 0 166px;
  display: grid;
  grid-template-columns: minmax(0, 710px) minmax(430px, 500px);
  gap: 130px;
  align-items: center;
}

.sps-patron-v3-copy {
  max-width: 710px;
}

.sps-patron-v3-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, .9);
  font-size: .9rem;
  font-weight: 600;
}

.sps-patron-v3-breadcrumb span::before,
.sps-patron-v3-breadcrumb strong::before {
  content: ">";
  margin-right: 10px;
  color: rgba(255, 255, 255, .68);
}

.sps-patron-v3-breadcrumb strong {
  color: #ffc400;
  font-weight: 700;
}

.sps-patron-v3-eyebrow {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: .94rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sps-patron-v3-copy h1 {
  margin: 0;
  color: #ffffff;
  font-size: 5.35rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sps-patron-v3-copy h1 span {
  color: #ff8500;
}

.sps-patron-v3-title-line {
  width: min(380px, 100%);
  margin: 28px 0 34px;
  display: grid;
  grid-template-columns: 1fr 16px 1fr;
  gap: 18px;
  align-items: center;
}

.sps-patron-v3-title-line span {
  height: 3px;
  border-radius: 999px;
  background: #ff8500;
}

.sps-patron-v3-title-line b {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background: #ffc400;
  transform: rotate(45deg);
}

.sps-patron-v3-copy h2 {
  max-width: 620px;
  margin: 0 0 13px;
  color: #ffffff;
  font-size: 2.55rem;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: 0;
}

.sps-patron-v3-copy h3 {
  margin: 0 0 26px;
  color: #ff8500;
  font-size: 1.58rem;
  line-height: 1.3;
  font-weight: 700;
}

.sps-patron-v3-copy p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .93);
  font-size: 1.03rem;
  line-height: 1.78;
  font-weight: 500;
}

.sps-patron-v3-btn {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 54px;
  margin-top: 32px;
  padding: 0 28px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff7900, #ffad1f);
  color: #ffffff;
  font-size: .98rem;
  font-weight: 700;
  box-shadow: 0 18px 36px rgba(255, 132, 0, .32);
}

.sps-patron-v3-btn img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.sps-patron-v3-profile {
  justify-self: end;
  width: min(100%, 500px);
  padding: 38px 32px 34px;
  border-radius: 30px;
  border: 1px solid rgba(255, 196, 0, .42);
  background: linear-gradient(145deg, rgba(255, 255, 255, .95), rgba(255, 247, 231, .98));
  box-shadow: 0 34px 86px rgba(0, 34, 20, .34);
  text-align: center;
  animation: spsPatronProfileIn .8s ease both;
}

.sps-patron-v3-photo {
  width: 285px;
  height: 285px;
  margin: 0 auto 24px;
  padding: 0;
  border: 10px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  background:
    linear-gradient(#fff8e8, #fff8e8) padding-box,
    conic-gradient(from 180deg, #ff8500, #ffc400, #fff0b8, #d79922, #ff8500) border-box;
  box-shadow: 0 22px 44px rgba(110, 62, 0, .22);
}

.sps-patron-v3-photo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 12%;
  transform: scale(1.15) translateY(-10px);
  transform-origin: center top;
  background: transparent;
}

.sps-patron-v3-name strong {
  display: block;
  color: #00452b;
  font-size: 1.46rem;
  line-height: 1.18;
  font-weight: 800;
  text-transform: uppercase;
}

.sps-patron-v3-name span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
  color: #ff7900;
  font-size: .92rem;
  font-weight: 700;
}

.sps-patron-v3-name span::before,
.sps-patron-v3-name span::after {
  content: "";
  width: 40px;
  height: 2px;
  border-radius: 999px;
  background: #ff8500;
}

.sps-patron-v3-tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.sps-patron-v3-tags span {
  min-height: 70px;
  display: grid;
  place-items: center;
  gap: 6px;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid rgba(255, 138, 0, .25);
  background: rgba(255, 250, 241, .92);
  color: #173329;
  font-size: .72rem;
  line-height: 1.15;
  font-weight: 700;
}

.sps-patron-v3-tags img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(26%) sepia(64%) saturate(823%) hue-rotate(116deg) brightness(88%) contrast(92%);
}

.sps-patron-v3-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 6;
  height: 180px;
  pointer-events: none;
}

.sps-patron-v3-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

.sps-patron-v3-wave-orange {
  fill: #ff8500;
}

.sps-patron-v3-wave-white {
  fill: #ffffff;
}

.sps-patron-v3-cards {
  position: relative;
  z-index: 7;
  padding: 44px 0 86px;
  background: #ffffff;
}

.sps-patron-v3-card-grid {
  width: min(100% - 72px, 1360px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.sps-patron-v3-card {
  --delay: 0ms;
  position: relative;
  min-height: 220px;
  padding: 30px 26px 34px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #dde8e1;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(0, 54, 32, .09);
  animation: spsPatronCardIn .72s ease both, spsPatronCardFloat 5.4s ease-in-out infinite;
  animation-delay: var(--delay), calc(var(--delay) + 900ms);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.sps-patron-v3-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 0 42%, rgba(255, 196, 0, .16) 50%, transparent 58% 100%);
  transform: translateX(-125%);
  transition: transform .7s ease;
}

.sps-patron-v3-card::after {
  content: "";
  position: absolute;
  left: 26px;
  bottom: 24px;
  width: 48px;
  height: 3px;
  border-radius: 999px;
  background: #ff8500;
}

.sps-patron-v3-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 138, 0, .36);
  box-shadow: 0 30px 72px rgba(0, 54, 32, .16);
}

.sps-patron-v3-card:hover::before {
  transform: translateX(125%);
}

.sps-patron-v3-card-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #e8f5ee;
}

.sps-patron-v3-card:hover .sps-patron-v3-card-icon {
  animation: spsPatronIconPulse .9s ease;
}

.sps-patron-v3-card-icon img {
  width: 31px;
  height: 31px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(25%) sepia(76%) saturate(766%) hue-rotate(116deg) brightness(89%) contrast(92%);
}

.sps-patron-v3-card h2 {
  position: relative;
  margin: 0;
  color: #10291d;
  font-size: 1.02rem;
  line-height: 1.28;
  font-weight: 700;
}

.sps-patron-v3-card p {
  position: relative;
  margin: 12px 0 0;
  color: #556861;
  font-size: .9rem;
  line-height: 1.62;
  font-weight: 400;
}

.sps-patron-v3-card:nth-child(1) { --delay: 80ms; }
.sps-patron-v3-card:nth-child(2) { --delay: 180ms; }
.sps-patron-v3-card:nth-child(3) { --delay: 280ms; }
.sps-patron-v3-card:nth-child(4) { --delay: 380ms; }
.sps-patron-v3-card:nth-child(5) { --delay: 480ms; }

@keyframes spsPatronProfileIn {
  from { opacity: 0; transform: translateX(34px) translateY(20px) scale(.98); }
  to { opacity: 1; transform: translateX(0) translateY(0) scale(1); }
}

@keyframes spsPatronCardIn {
  from { opacity: 0; transform: translateY(28px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes spsPatronCardFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -5px; }
}

@keyframes spsPatronIconPulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 138, 0, .28); }
  50% { transform: scale(1.08); box-shadow: 0 0 0 12px rgba(255, 138, 0, 0); }
  100% { transform: scale(1); }
}

@media (max-width: 1360px) {
  .sps-patron-v3-copy h1 {
    font-size: 4.75rem;
  }

  .sps-patron-v3-copy h2 {
    font-size: 2.25rem;
  }
}

@media (max-width: 1180px) {
  body.sps-patron-v3-page {
    --floating-nav-overlap: 158px;
  }

  .sps-patron-v3-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .sps-patron-v3-profile {
    justify-self: start;
    width: min(500px, 100%);
  }

  .sps-patron-v3-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.sps-patron-v3-page {
    --floating-nav-overlap: 118px;
  }

  .sps-patron-v3-inner,
  .sps-patron-v3-card-grid {
    width: min(100% - 32px, 620px);
  }

  .sps-patron-v3-inner {
    padding-top: calc(74px + var(--floating-nav-overlap));
    padding-bottom: 144px;
  }

  .sps-patron-v3-copy h1 {
    font-size: 3.1rem;
  }

  .sps-patron-v3-copy h2 {
    font-size: 1.75rem;
  }

  .sps-patron-v3-copy p {
    font-size: .96rem;
  }

  .sps-patron-v3-tags,
  .sps-patron-v3-card-grid {
    grid-template-columns: 1fr;
  }

  .sps-patron-v3-photo {
    width: 224px;
    height: 224px;
  }
}
/* =====================================
  management commiteee pages
   ===================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

body.smc-modern-page {
  --smc-nav-overlap: 176px;
  background: #ffffff;
}

body.smc-modern-page .site-header {
  margin-bottom: calc(var(--smc-nav-overlap) * -1);
}

.smc-modern {
  overflow: hidden;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  color: #101820;
}

.smc-hero {
  position: relative;
  min-height: calc(590px + var(--smc-nav-overlap));
  overflow: hidden;
  isolation: isolate;
  background: #00452b;
}

.smc-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  transform: scale(1.02);
}

.smc-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 47, 28, .98) 0%, rgba(0, 68, 41, .94) 38%, rgba(0, 80, 48, .56) 66%, rgba(255, 132, 0, .18) 100%),
    linear-gradient(0deg, rgba(0, 44, 27, .28), rgba(255, 173, 31, .13));
}

.smc-hero-inner {
  position: relative;
  z-index: 5;
  width: min(100% - 72px, 1500px);
  margin: 0 auto;
  padding: calc(112px + var(--smc-nav-overlap)) 0 210px;
}

.smc-hero-copy {
  max-width: 790px;
}

.smc-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .9);
  font-size: .92rem;
  font-weight: 500;
}

.smc-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.smc-breadcrumb span::before,
.smc-breadcrumb strong::before {
  content: ">";
  margin-right: 11px;
  color: rgba(255, 255, 255, .68);
}

.smc-breadcrumb strong {
  color: #ffc400;
  font-weight: 700;
}

.smc-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.8rem, 4.6vw, 5.2rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.smc-hero h2 {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 22px 0 20px;
  color: #ffc400;
  font-size: clamp(1.25rem, 1.9vw, 1.85rem);
  line-height: 1.32;
  font-weight: 700;
}

.smc-hero h2::after {
  content: "";
  width: 92px;
  height: 3px;
  border-radius: 999px;
  background: #ff8500;
}

.smc-hero p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, .94);
  font-size: 1.08rem;
  line-height: 1.75;
  font-weight: 500;
}

.smc-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 6;
  height: 240px;
  pointer-events: none;
}

.smc-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

.smc-wave-orange { fill: #ff8500; }
.smc-wave-gold { fill: #ffc400; }
.smc-wave-white { fill: #ffffff; }

.smc-content {
  position: relative;
  z-index: 8;
  padding: 28px 0 92px;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 132, 0, .08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(0, 90, 54, .08), transparent 30%),
    #ffffff;
}

.smc-summary-grid {
  width: min(100% - 72px, 1280px);
  margin: 0 auto 52px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.smc-summary-card {
  --delay: 0ms;
  position: relative;
  min-height: 168px;
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 24px;
  align-items: center;
  padding: 30px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(0, 82, 49, .1);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 24px 58px rgba(0, 47, 28, .12);
  animation:
    smcCardIn .72s ease both,
    smcCardFloat 5.4s ease-in-out infinite;
  animation-delay: var(--delay), calc(var(--delay) + 900ms);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.smc-summary-card:nth-child(1) { --delay: 80ms; }
.smc-summary-card:nth-child(2) { --delay: 190ms; }
.smc-summary-card:nth-child(3) { --delay: 300ms; }

.smc-summary-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 0 42%, rgba(255, 196, 0, .18) 50%, transparent 58% 100%);
  transform: translateX(-125%);
  transition: transform .7s ease;
}

.smc-summary-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 132, 0, .34);
  box-shadow: 0 34px 78px rgba(0, 47, 28, .17);
}

.smc-summary-card:hover::before {
  transform: translateX(125%);
}

.smc-summary-icon {
  position: relative;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #edf7f1, #ffffff);
  box-shadow: inset 0 0 0 1px rgba(0, 82, 49, .08);
}

.smc-summary-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(25%) sepia(76%) saturate(766%) hue-rotate(116deg) brightness(89%) contrast(92%);
}

.smc-summary-card h3 {
  position: relative;
  margin: 0 0 10px;
  color: #00452b;
  font-size: 1.22rem;
  line-height: 1.25;
  font-weight: 700;
}

.smc-summary-card p {
  position: relative;
  margin: 0;
  color: #50625a;
  font-size: .93rem;
  line-height: 1.65;
}

.smc-summary-card p::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 18px;
  border-radius: 999px;
  background: #ff8500;
}

.smc-directory {
  width: min(100% - 72px, 1500px);
  margin: 0 auto;
  padding: 34px;
  border-radius: 24px;
  border: 1px solid rgba(0, 82, 49, .1);
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 252, 247, .98));
  box-shadow: 0 28px 80px rgba(0, 47, 28, .12);
}

.smc-directory-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 26px;
}

.smc-directory-title {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: center;
}

.smc-directory-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #00643d, #00452b);
  box-shadow: 0 16px 34px rgba(0, 75, 45, .28);
}

.smc-directory-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.smc-directory h2 {
  margin: 0;
  color: #00452b;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.22;
  font-weight: 800;
}

.smc-directory-title p {
  margin: 6px 0 0;
  color: #5a6b64;
  font-size: .98rem;
  line-height: 1.5;
}

.smc-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.smc-search,
.smc-role-select {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  border: 1px solid #dce7e1;
  background: #ffffff;
  color: #476158;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.smc-search {
  width: 250px;
  padding: 0 18px;
}

.smc-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #20352e;
  font: 500 .93rem "Poppins", sans-serif;
}

.smc-search input::placeholder {
  color: #869790;
}

.smc-search-icon {
  width: 17px;
  height: 17px;
  position: relative;
  flex: 0 0 auto;
  border: 2px solid #00643d;
  border-radius: 50%;
}

.smc-search-icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  right: -7px;
  bottom: -4px;
  border-radius: 999px;
  background: #00643d;
  transform: rotate(45deg);
}

.smc-role-select {
  padding: 0 16px;
}

.smc-role-select select {
  border: 0;
  outline: 0;
  background: transparent;
  color: #00643d;
  font: 700 .93rem "Poppins", sans-serif;
  cursor: pointer;
}

.smc-updated {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 8px 14px 8px 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #005936, #003f27);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(0, 75, 45, .22);
}

.smc-updated strong {
  display: block;
  font-size: .9rem;
  line-height: 1.1;
  font-weight: 700;
}

.smc-updated small {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, .82);
  font-size: .72rem;
  font-weight: 500;
}

.smc-calendar {
  width: 38px;
  height: 38px;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
}

.smc-calendar::before {
  content: "";
  width: 18px;
  height: 16px;
  border: 2px solid #ff8500;
  border-top-width: 5px;
  border-radius: 4px;
}

.smc-table-wrap {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid #dde8e1;
  background: #ffffff;
}

.smc-table {
  width: 100%;
  min-width: 1180px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.smc-table thead th {
  padding: 17px 18px;
  background: #00452b;
  color: #ffffff;
  font-size: .9rem;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
}

.smc-table tbody tr {
  animation: smcRowIn .5s ease both;
}

.smc-table tbody tr:nth-child(1) { animation-delay: 60ms; }
.smc-table tbody tr:nth-child(2) { animation-delay: 100ms; }
.smc-table tbody tr:nth-child(3) { animation-delay: 140ms; }
.smc-table tbody tr:nth-child(4) { animation-delay: 180ms; }
.smc-table tbody tr:nth-child(5) { animation-delay: 220ms; }
.smc-table tbody tr:nth-child(6) { animation-delay: 260ms; }

.smc-table tbody td {
  padding: 17px 18px;
  border-top: 1px solid #e5ece8;
  border-right: 1px solid #edf2ef;
  color: #22332d;
  font-size: .9rem;
  line-height: 1.48;
  vertical-align: middle;
}

.smc-table tbody td:last-child,
.smc-table thead th:last-child {
  border-right: 0;
}

.smc-table tbody tr:nth-child(odd) td {
  background: #f2fbf6;
}

.smc-table tbody tr:nth-child(even) td {
  background: #fffaf3;
}

.smc-table tbody tr:hover td {
  background: #fff4e4;
}

.smc-member {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: #10291d;
}

.smc-avatar {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e8f5ee;
  color: #00643d;
  font-size: .78rem;
  font-weight: 800;
}

.smc-table tbody tr:nth-child(even) .smc-avatar {
  background: #fff1dc;
  color: #ff8500;
}

@keyframes smcCardIn {
  from { opacity: 0; transform: translateY(28px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes smcCardFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -5px; }
}

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

@media (max-width: 1180px) {
  body.smc-modern-page {
    --smc-nav-overlap: 150px;
  }

  .smc-summary-grid {
    grid-template-columns: 1fr;
  }

  .smc-directory-head {
    grid-template-columns: 1fr;
  }

  .smc-tools {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  body.smc-modern-page {
    --smc-nav-overlap: 112px;
  }

  .smc-hero-inner,
  .smc-summary-grid,
  .smc-directory {
    width: min(100% - 32px, 620px);
  }

  .smc-hero {
    min-height: calc(560px + var(--smc-nav-overlap));
  }

  .smc-hero-inner {
    padding-top: calc(76px + var(--smc-nav-overlap));
    padding-bottom: 170px;
  }

  .smc-hero h1 {
    font-size: 2.35rem;
  }

  .smc-hero h2 {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .smc-hero p {
    font-size: .96rem;
  }

  .smc-wave {
    height: 190px;
  }

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

  .smc-directory {
    padding: 22px;
  }

  .smc-directory-title {
    grid-template-columns: 1fr;
  }

  .smc-tools {
    display: grid;
    grid-template-columns: 1fr;
  }

  .smc-search,
  .smc-role-select,
  .smc-updated {
    width: 100%;
  }
}

/* ===================================== */
/* staffs page */
/* ===================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

body.staff-modern-page {
  --staff-nav-overlap: 176px;
  background: #fff;
}

body.staff-modern-page .site-header {
  margin-bottom: calc(var(--staff-nav-overlap) * -1);
}

.staff-modern {
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  background: #fff;
  color: #10251c;
}

.staff-hero {
  position: relative;
  min-height: calc(590px + var(--staff-nav-overlap));
  overflow: hidden;
  isolation: isolate;
  background: #00452b;
}

.staff-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  transform: scale(1.02);
}

.staff-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 45, 27, .98) 0%, rgba(0, 68, 41, .94) 36%, rgba(0, 80, 48, .5) 64%, rgba(255, 132, 0, .16) 100%),
    linear-gradient(0deg, rgba(0, 44, 27, .2), rgba(255, 173, 31, .14));
}

.staff-hero-inner {
  position: relative;
  z-index: 5;
  width: min(100% - 72px, 1500px);
  margin: 0 auto;
  padding: calc(112px + var(--staff-nav-overlap)) 0 210px;
}

.staff-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .9);
  font-size: .92rem;
  font-weight: 500;
}

.staff-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.staff-breadcrumb span::before,
.staff-breadcrumb strong::before {
  content: ">";
  margin-right: 11px;
  color: rgba(255, 255, 255, .68);
}

.staff-breadcrumb strong {
  color: #ffc400;
}

.staff-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.4rem, 6vw, 6.6rem);
  line-height: .95;
  font-weight: 800;
  text-transform: uppercase;
}

.staff-hero h1 span {
  color: #ff9900;
}

.staff-title-line {
  width: min(410px, 100%);
  margin: 24px 0 22px;
  display: grid;
  grid-template-columns: 1fr 15px 1fr;
  gap: 12px;
  align-items: center;
}

.staff-title-line span {
  height: 3px;
  border-radius: 999px;
  background: #ff8500;
}

.staff-title-line b {
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background: #ffc400;
  transform: rotate(45deg);
}

.staff-hero h2 {
  margin: 0 0 12px;
  color: #ffc400;
  font-size: clamp(1.25rem, 1.9vw, 1.8rem);
  line-height: 1.3;
  font-weight: 700;
}

.staff-hero p {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, .94);
  font-size: 1.05rem;
  line-height: 1.72;
  font-weight: 500;
}

.staff-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 6;
  height: 240px;
  pointer-events: none;
}

.staff-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

.staff-wave-orange { fill: #ff8500; }
.staff-wave-gold { fill: #ffc400; }
.staff-wave-white { fill: #fff; }

.staff-content {
  position: relative;
  z-index: 8;
  padding: 28px 0 92px;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 132, 0, .08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(0, 90, 54, .08), transparent 30%),
    #fff;
}

.staff-category-grid {
  width: min(100% - 72px, 1500px);
  margin: 0 auto 36px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.staff-category-card,
.staff-card,
.staff-directory,
.staff-stats article {
  border: 1px solid rgba(0, 82, 49, .1);
  background: rgba(255, 255, 255, .97);
}

.staff-category-card {
  --delay: 0ms;
  position: relative;
  min-height: 152px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 26px 28px;
  overflow: hidden;
  border-radius: 20px;
  animation: staffIn .72s ease both, staffFloat 5.4s ease-in-out infinite;
  animation-delay: var(--delay), calc(var(--delay) + 900ms);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.staff-category-card:nth-child(1) { --delay: 80ms; }
.staff-category-card:nth-child(2) { --delay: 170ms; }
.staff-category-card:nth-child(3) { --delay: 260ms; }
.staff-category-card:nth-child(4) { --delay: 350ms; }

.staff-category-card::before,
.staff-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 0 42%, rgba(255, 196, 0, .16) 50%, transparent 58% 100%);
  transform: translateX(-125%);
  transition: transform .7s ease;
}

.staff-category-card:hover,
.staff-card:hover {
  transform: translateY(-9px);
  border-color: rgba(255, 132, 0, .34);
}

.staff-category-card:hover::before,
.staff-card:hover::before {
  transform: translateX(125%);
}

.staff-category-icon,
.staff-stats span {
  position: relative;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf7f1;
}

.staff-category-icon img,
.staff-stats img,
.staff-directory-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(25%) sepia(76%) saturate(766%) hue-rotate(116deg) brightness(89%) contrast(92%);
}

.staff-category-copy {
  position: relative;
  min-width: 0;
}

.staff-category-card h3 {
  margin: 0 0 8px;
  color: #00452b;
  font-size: 1.14rem;
  line-height: 1.2;
  font-weight: 800;
}

.staff-category-card p {
  margin: 0;
  color: #566861;
  font-size: .88rem;
  line-height: 1.58;
}

.staff-directory {
  width: min(100% - 72px, 1500px);
  margin: 0 auto;
  padding: 34px;
  border-radius: 24px;
}

.staff-directory-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
  margin-bottom: 26px;
}

.staff-directory-title {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: center;
}

.staff-directory-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #00643d, #00452b);
}

.staff-directory-icon img {
  filter: brightness(0) invert(1);
}

.staff-directory h2 {
  margin: 0;
  color: #00452b;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 800;
}

.staff-directory p {
  margin: 5px 0 0;
  color: #5b6b64;
  font-size: .95rem;
}

.staff-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.staff-search,
.staff-filter {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #dce7e1;
  border-radius: 999px;
  background: #fff;
}

.staff-search {
  width: 270px;
  padding: 0 18px;
}

.staff-search input,
.staff-filter select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font: 500 .9rem "Poppins", sans-serif;
  color: #20352e;
}

.staff-filter {
  padding: 0 16px;
}

.staff-filter select {
  color: #00643d;
  font-weight: 700;
}

.staff-search-icon {
  width: 16px;
  height: 16px;
  position: relative;
  border: 2px solid #00643d;
  border-radius: 50%;
  flex: 0 0 auto;
}

.staff-search-icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  right: -7px;
  bottom: -4px;
  border-radius: 999px;
  background: #00643d;
  transform: rotate(45deg);
}

.staff-view-all {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #005936, #003f27);
  color: #fff;
  font: 700 .9rem "Poppins", sans-serif;
  box-shadow: 0 16px 32px rgba(0, 75, 45, .22);
  cursor: pointer;
}

.staff-view-all img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.staff-slider-wrap {
  position: relative;
}

.staff-carousel {
  --staff-gap: 22px;
  --staff-visible-count: 6;
  display: flex;
  gap: var(--staff-gap);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.staff-carousel::-webkit-scrollbar {
  display: none;
}

.staff-card {
  position: relative;
  flex: 0 0 calc((100% - 110px) / 6);
  min-height: 300px;
  overflow: hidden;
  padding: 22px 16px 24px;
  border-radius: 18px;
  text-align: center;
  scroll-snap-align: start;
  animation: staffIn .72s ease both;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.staff-card.is-hidden {
  display: none;
}

.staff-photo {
  position: relative;
  width: 116px;
  height: 116px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  border: 6px solid #ffffff;
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 238, 176, .95), transparent 32%),
    linear-gradient(145deg, #c9cc88, #00643d);
  box-shadow:
    0 16px 34px rgba(0, 47, 28, .2),
    inset 0 0 0 1px rgba(255, 255, 255, .4);
}

.staff-photo img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
}

.staff-photo span {
  position: absolute;
  z-index: 1;
  color: #ffffff;
  font-size: 1.55rem;
  font-weight: 800;
}

.staff-photo.is-empty img {
  display: none;
}

.staff-card h3 {
  position: relative;
  margin: 0;
  color: #00452b;
  font-size: 1.03rem;
  line-height: 1.22;
  font-weight: 800;
}

.staff-card p {
  position: relative;
  margin: 5px 0 11px;
  color: #22332d;
  font-size: .86rem;
}

.staff-subject {
  position: relative;
  display: inline-flex;
  margin-bottom: 13px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e8f5ee;
  color: #00643d;
  font-size: .78rem;
  font-weight: 600;
}

.staff-subject.orange {
  background: #fff1dc;
  color: #ff8500;
}

.staff-subject.gold {
  background: #fff7d7;
  color: #946b00;
}

.staff-card strong {
  position: relative;
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid #dce7e1;
  border-radius: 999px;
  color: #00452b;
  font-size: .78rem;
  font-weight: 700;
}

.staff-arrow {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #dce7e1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 47, 28, .14);
  cursor: pointer;
  transform: translateY(-50%);
}

.staff-arrow img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(22%) sepia(60%) saturate(1106%) hue-rotate(122deg) brightness(92%) contrast(97%);
}

.staff-prev {
  left: -24px;
}

.staff-prev img {
  transform: rotate(180deg);
}

.staff-next {
  right: -24px;
}

.staff-stats {
  width: min(100% - 72px, 1280px);
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 22px 54px rgba(0, 47, 28, .1);
}

.staff-stats article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px 28px;
  border-radius: 0;
  box-shadow: none;
  border-width: 0 1px 0 0;
}

.staff-stats article:last-child {
  border-right: 0;
}

.staff-stats h3 {
  margin: 0;
  color: #00452b;
  font-size: 1.45rem;
  font-weight: 800;
}

.staff-stats p,
.staff-stats small {
  margin: 0;
  color: #33443e;
  font-size: .9rem;
}

.staff-stats small {
  display: block;
  margin-top: 3px;
  color: #61726b;
  font-size: .8rem;
}

@keyframes staffIn {
  from { opacity: 0; transform: translateY(28px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes staffFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -5px; }
}

@media (max-width: 1360px) {
  .staff-carousel {
    --staff-visible-count: 4;
  }

  .staff-card {
    flex-basis: calc((100% - 66px) / 4);
  }
}

@media (max-width: 1180px) {
  body.staff-modern-page {
    --staff-nav-overlap: 150px;
  }

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

  .staff-directory-head {
    grid-template-columns: 1fr;
  }

  .staff-tools {
    justify-content: flex-start;
  }

  .staff-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .staff-carousel {
    --staff-visible-count: 2;
  }

  .staff-card {
    flex-basis: calc((100% - 22px) / 2);
  }
}

@media (max-width: 760px) {
  body.staff-modern-page {
    --staff-nav-overlap: 112px;
  }

  .staff-hero {
    min-height: calc(560px + var(--staff-nav-overlap));
  }

  .staff-hero-inner,
  .staff-category-grid,
  .staff-directory,
  .staff-stats {
    width: min(100% - 32px, 620px);
  }

  .staff-hero-inner {
    padding-top: calc(76px + var(--staff-nav-overlap));
    padding-bottom: 170px;
  }

  .staff-hero h1 {
    font-size: 3rem;
  }

  .staff-wave {
    height: 190px;
  }

  .staff-category-grid {
    grid-template-columns: 1fr;
  }

  .staff-category-card {
    grid-template-columns: 76px minmax(0, 1fr);
    padding: 24px;
  }

  .staff-directory {
    padding: 22px;
  }

  .staff-directory-title,
  .staff-stats article {
    grid-template-columns: 1fr;
  }

  .staff-tools {
    display: grid;
    grid-template-columns: 1fr;
  }

  .staff-search,
  .staff-filter,
  .staff-view-all {
    width: 100%;
  }

  .staff-carousel {
    --staff-visible-count: 1;
  }

  .staff-card {
    flex-basis: 100%;
  }

  .staff-prev {
    left: -10px;
  }

  .staff-next {
    right: -10px;
  }
}
.staff-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  padding: 34px;
  align-items: center;
  justify-content: center;
}

.staff-modal.is-open {
  display: flex;
}

.staff-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 18, 14, .62);
  backdrop-filter: blur(4px);
}

.staff-modal-panel {
  position: relative;
  z-index: 2;
  width: min(100%, 1260px);
  max-height: min(88vh, 850px);
  overflow: auto;
  padding: 26px;
  border-radius: 24px;
  border: 1px solid #dfe8e3;
  background: #fffdf8;
}

.staff-modal-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 22px;
}

.staff-modal-title {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
}

.staff-modal-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #00643d, #00452b);
}

.staff-modal-icon img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}

.staff-modal-title h2 {
  margin: 0;
  color: #00452b;
  font-size: 1.55rem;
  font-weight: 800;
}

.staff-modal-title p {
  margin: 4px 0 0;
  color: #50625a;
  font-size: .9rem;
}

.staff-modal-tools {
  display: flex;
  align-items: center;
  gap: 14px;
}

.staff-modal-search,
.staff-modal-filter {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #dce7e1;
  border-radius: 999px;
  background: #ffffff;
}

.staff-modal-search {
  width: 220px;
  padding: 0 16px;
}

.staff-modal-search input,
.staff-modal-filter select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font: 500 .88rem "Poppins", sans-serif;
  color: #20352e;
}

.staff-modal-filter {
  padding: 0 14px;
}

.staff-modal-filter select {
  color: #00643d;
  font-weight: 700;
}

.staff-modal-close {
  width: 46px;
  height: 46px;
  border: 1px solid #dce7e1;
  border-radius: 50%;
  background: #ffffff;
  color: #003f27;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.staff-modal-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.staff-modal-grid .staff-card {
  min-height: 236px;
  padding: 18px 12px;
  display: block;
  box-shadow: none !important;
}

.staff-modal-grid .staff-photo {
  width: 88px;
  height: 88px;
  margin-bottom: 12px;
  box-shadow: none !important;
}

.staff-modal-grid .staff-photo span {
  font-size: 1.25rem;
}

.staff-modal-grid .staff-card h3 {
  font-size: .92rem;
}

.staff-modal-grid .staff-card p {
  font-size: .8rem;
}

.staff-modal-grid .staff-subject,
.staff-modal-grid .staff-card strong {
  font-size: .72rem;
}

body.staff-modal-open {
  overflow: hidden;
}

@media (max-width: 1180px) {
  .staff-modal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .staff-modal-head {
    grid-template-columns: 1fr;
  }

  .staff-modal-tools {
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) {
  .staff-modal {
    padding: 16px;
  }

  .staff-modal-panel {
    padding: 18px;
  }

  .staff-modal-title {
    grid-template-columns: 1fr;
  }

  .staff-modal-tools {
    display: grid;
    grid-template-columns: 1fr;
  }

  .staff-modal-search,
  .staff-modal-filter {
    width: 100%;
  }

  .staff-modal-grid {
    grid-template-columns: 1fr;
  }
}
/* ===================================== */
/* CURRICULUM PAGE */
/* ===================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");

.curriculum-modern {
  --green-950: #052417;
  --green-900: #073522;
  --green-800: #075134;
  --green-100: #eaf7ef;
  --gold: #ffc400;
  --orange: #ff8a00;
  --ink: #10251c;
  --muted: #62736b;
  --line: rgba(7, 81, 52, .13);
  --shadow: 0 30px 90px rgba(5, 36, 23, .14);
  overflow: hidden;
  margin-top: -1px;
  padding: 22px 0 76px;
  font-family: "Poppins", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 6% 8%, rgba(255, 196, 0, .18), transparent 28%),
    radial-gradient(circle at 92% 4%, rgba(8, 122, 76, .16), transparent 32%),
    linear-gradient(180deg, #fffdf8 0%, #f5fbf6 60%, #fff 100%);
}

.curriculum-wrap {
  width: min(100% - 72px, 1500px);
  margin: 0 auto;
}

.curriculum-breadcrumb {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
  color: #65766e;
  font-size: 15px;
  font-weight: 900;
}

.curriculum-breadcrumb a {
  color: #65766e;
  text-decoration: none;
}

.curriculum-breadcrumb span {
  width: auto !important;
  height: auto !important;
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  color: #ff8a00;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}
.curriculum-breadcrumb strong {
  color: var(--green-800);
}

.curriculum-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
  gap: 26px;
  min-height: 510px;
  margin-bottom: 24px;
}

.curriculum-hero-copy,
.curriculum-photo-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow);
  animation: curriculumRise .8s ease both;
}

.curriculum-photo-card {
  animation-delay: .12s;
}

.curriculum-hero-copy {
  padding: 54px 58px;
  background: linear-gradient(130deg, #052417, #075134);
  color: #fff;
}

.curriculum-hero-copy::before {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -185px;
  width: 430px;
  height: 430px;
  border: 62px solid rgba(255, 196, 0, .22);
  border-radius: 50%;
  animation: curriculumRingFloat 5.5s ease-in-out infinite;
}

.curriculum-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 15px;
  margin-bottom: 25px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.curriculum-eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(255,196,0,.2);
  animation: curriculumDotBlink 1.1s ease-in-out infinite;
}

.curriculum-hero-copy h1 {
  position: relative;
  z-index: 1;
  max-width: 740px;
  margin: 0;
  font-size: clamp(3.4rem, 5.8vw, 5.75rem);
  line-height: .92;
  font-weight: 900;
  text-transform: uppercase;
  animation: curriculumFadeLeft .8s ease both .12s;
}

.curriculum-hero-copy h1 span {
  display: block;
  color: var(--gold);
}

.curriculum-hero-copy p {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.9);
  font-size: 19px;
  line-height: 1.72;
  font-weight: 600;
  animation: curriculumFadeLeft .8s ease both .22s;
}

.curriculum-pills {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.curriculum-pills span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  animation: curriculumPop .55s ease both;
  transition: transform .24s ease, background .24s ease;
}

.curriculum-pills span:nth-child(1) { animation-delay: .28s; }
.curriculum-pills span:nth-child(2) { animation-delay: .36s; }
.curriculum-pills span:nth-child(3) { animation-delay: .44s; }
.curriculum-pills span:nth-child(4) { animation-delay: .52s; }

.curriculum-pills span:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.22);
}

.curriculum-photo-card {
  min-height: 510px;
  background:
    linear-gradient(180deg, rgba(5,36,23,.02), rgba(5,36,23,.35)),
    url("https://spskulithalai.com/apps/images/index_banner/54.jpg") center / cover;
}

.curriculum-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5,36,23,.84), rgba(5,36,23,.18) 56%, rgba(255,196,0,.1));
}

.curriculum-photo-note {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255,255,255,.94);
  animation: curriculumNoteFloat 4s ease-in-out infinite;
}

.curriculum-photo-note h2 {
  margin: 0 0 8px;
  color: var(--green-950);
  font-size: 26px;
  font-weight: 900;
}

.curriculum-photo-note p {
  margin: 0;
  color: #51635b;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.curriculum-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 30px;
}

.curriculum-highlight-card {
  position: relative;
  min-height: 180px;
  padding: 28px 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 196, 0, .18), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(245,251,247,.96));
  box-shadow: 0 20px 54px rgba(5,36,23,.08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  animation: curriculumRise .7s ease both;
}

.curriculum-highlight-card::after {
  content: "";
  position: absolute;
  inset: auto -28px -34px auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(8, 122, 76, .08);
  transition: transform .28s ease;
}

.curriculum-highlight-card:nth-child(1) { animation-delay: .08s; }
.curriculum-highlight-card:nth-child(2) { animation-delay: .16s; }
.curriculum-highlight-card:nth-child(3) { animation-delay: .24s; }
.curriculum-highlight-card:nth-child(4) { animation-delay: .32s; }

.curriculum-highlight-card:hover,
.curriculum-panel:hover,
.curriculum-learning-item:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 138, 0, .34);
  box-shadow: 0 28px 74px rgba(5,36,23,.13);
}

.curriculum-highlight-card:hover::after {
  transform: scale(1.18);
}

.curriculum-highlight-card span,
.curriculum-learning-item span {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 17px;
  background: var(--green-100);
  color: var(--green-800);
  font-size: 18px;
  font-weight: 900;
}

.curriculum-highlight-card h3,
.curriculum-learning-item h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: var(--green-950);
  font-size: 18px;
  font-weight: 900;
}

.curriculum-highlight-card p,
.curriculum-learning-item p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.curriculum-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .58fr);
  gap: 28px;
}

.curriculum-panel {
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 24px 70px rgba(5,36,23,.09);
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  animation: curriculumRise .75s ease both;
}

.curriculum-panel-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 34px;
  align-items: center;
  padding: 34px 36px 24px;
  border-bottom: 1px solid rgba(7,81,52,.1);
}

.curriculum-panel-head h2 {
  margin: 0;
  color: var(--green-950);
  font-size: 38px;
  line-height: 1.04;
  font-weight: 900;
  text-transform: uppercase;
}

.curriculum-panel-head h2 span {
  color: var(--orange);
}

.curriculum-panel-head p {
  justify-self: end;
  max-width: 390px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
  font-weight: 800;
  text-align: left;
}

.curriculum-learning-list {
  display: grid;
  gap: 16px;
  padding: 28px 36px 36px;
}

.curriculum-learning-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(7,81,52,.13);
  border-radius: 24px;
  background: linear-gradient(90deg, rgba(234,247,239,.9), rgba(255,255,255,.96));
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  animation: curriculumFadeLeft .65s ease both;
}

.curriculum-learning-item:nth-child(1) { animation-delay: .10s; }
.curriculum-learning-item:nth-child(2) { animation-delay: .18s; }
.curriculum-learning-item:nth-child(3) { animation-delay: .26s; }
.curriculum-learning-item:nth-child(4) { animation-delay: .34s; }

.curriculum-learning-item span {
  margin-bottom: 0;
  background: linear-gradient(145deg, var(--green-800), var(--green-950));
  color: var(--gold);
}

.curriculum-learning-item h3 {
  font-size: 19px;
}

.curriculum-side {
  display: grid;
  gap: 24px;
}

.curriculum-programs,
.curriculum-pathway {
  padding: 30px;
}

.curriculum-programs {
  position: relative;
  overflow: hidden;
}

.curriculum-programs::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255, 196, 0, .14);
}

.curriculum-programs h2,
.curriculum-pathway h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--green-950);
  font-size: 31px;
  line-height: 1.08;
  font-weight: 900;
  text-transform: uppercase;
}

.curriculum-programs p {
  position: relative;
  z-index: 1;
  margin: 0 0 21px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.66;
  font-weight: 700;
}

.curriculum-chips {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.curriculum-chips span {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(7,81,52,.13);
  border-radius: 999px;
  background: #f0fbf4;
  color: var(--green-800);
  font-size: 13px;
  font-weight: 900;
  transition: transform .22s ease, box-shadow .22s ease;
  animation: curriculumChipFloat 3.8s ease-in-out infinite;
}

.curriculum-chips span:nth-child(2n) { animation-delay: .35s; }
.curriculum-chips span:nth-child(3n) { animation-delay: .7s; }

.curriculum-chips span:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 12px 26px rgba(5,36,23,.12);
}

.curriculum-chips .gold {
  background: #fff6d8;
  color: #8b6400;
}

.curriculum-chips .orange {
  background: #fff0df;
  color: #c75b00;
}

.curriculum-pathway {
  background: linear-gradient(145deg, var(--green-900), var(--green-950));
  color: #fff;
}

.curriculum-pathway h2 {
  color: #fff;
  margin-bottom: 22px;
}

.curriculum-path-row {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  padding: 17px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  animation: curriculumFadeLeft .6s ease both;
}

.curriculum-path-row:nth-of-type(1) { animation-delay: .10s; }
.curriculum-path-row:nth-of-type(2) { animation-delay: .18s; }
.curriculum-path-row:nth-of-type(3) { animation-delay: .26s; }

.curriculum-path-row:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.curriculum-path-row b {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--gold);
  color: var(--green-950);
  font-size: 14px;
  font-weight: 900;
}

.curriculum-path-row h3 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 900;
}

.curriculum-path-row p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.curriculum-bottom-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(3, minmax(0, 210px));
  gap: 18px;
  margin-top: 30px;
  padding: 28px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 255, 255, .22), transparent 28%),
    linear-gradient(135deg, var(--orange), var(--gold));
  color: var(--green-950);
  box-shadow: 0 26px 68px rgba(255,138,0,.22);
  animation: curriculumRise .75s ease both .22s;
}

.curriculum-bottom-band h2 {
  margin: 0 0 8px;
  font-size: 30px;
  font-weight: 900;
}

.curriculum-bottom-band p {
  margin: 0;
  color: rgba(5,36,23,.76);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 800;
}

.curriculum-bottom-band article {
  min-height: 110px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.56);
  box-shadow: 0 16px 32px rgba(105, 50, 0, .08);
  transition: transform .24s ease, background .24s ease, box-shadow .24s ease;
  animation: curriculumMetricFloat 4.2s ease-in-out infinite;
}

.curriculum-bottom-band article:nth-of-type(2) {
  animation-delay: .45s;
}

.curriculum-bottom-band article:nth-of-type(3) {
  animation-delay: .9s;
}

.curriculum-bottom-band article:hover {
  transform: translateY(-7px) scale(1.02);
  background: rgba(255,255,255,.72);
  box-shadow: 0 22px 40px rgba(105, 50, 0, .14);
}

.curriculum-bottom-band b {
  display: block;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 900;
}

.curriculum-bottom-band span {
  color: rgba(5,36,23,.75);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

@keyframes curriculumDotBlink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(255,196,0,.18), 0 0 0 rgba(255,196,0,0);
  }
  50% {
    opacity: .45;
    transform: scale(.72);
    box-shadow: 0 0 0 11px rgba(255,196,0,.28), 0 0 22px rgba(255,196,0,.65);
  }
}

@keyframes curriculumRise {
  from {
    opacity: 0;
    transform: translateY(28px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

@keyframes curriculumPop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes curriculumRingFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-14px, -10px) rotate(4deg);
  }
}

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

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

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

@media (max-width: 1180px) {
  .curriculum-hero-grid,
  .curriculum-main-grid,
  .curriculum-bottom-band {
    grid-template-columns: 1fr;
  }

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

  .curriculum-panel-head {
    grid-template-columns: 1fr;
  }

  .curriculum-panel-head p {
    justify-self: start;
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .curriculum-modern {
    padding-top: 18px;
  }

  .curriculum-wrap {
    width: min(100% - 32px, 620px);
  }

  .curriculum-hero-copy {
    padding: 36px 24px;
  }

  .curriculum-hero-copy h1 {
    font-size: 44px;
  }

  .curriculum-highlight-grid,
  .curriculum-learning-item {
    grid-template-columns: 1fr;
  }

  .curriculum-photo-card {
    min-height: 420px;
  }

  .curriculum-panel-head {
    padding: 28px 24px 20px;
  }

  .curriculum-learning-list {
    padding: 24px;
  }

  .curriculum-bottom-band {
    padding: 22px;
  }
}
/* ===================================== */
/* Assessment Page - Icon Color Fix */
/* ===================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");

.assessment-modern {
  --green-950: #052417;
  --green-900: #073522;
  --green-800: #075134;
  --green-100: #eaf7ef;
  --gold: #ffc400;
  --orange: #ff8a00;
  --ink: #10251c;
  --muted: #62736b;
  --line: rgba(7, 81, 52, .13);
  --shadow: 0 30px 90px rgba(5, 36, 23, .14);
  overflow: hidden;
  margin-top: -1px;
  padding: 22px 0 76px;
  color: var(--ink);
  font-family: "Poppins", sans-serif;
  background:
    radial-gradient(circle at 6% 8%, rgba(255, 196, 0, .18), transparent 28%),
    radial-gradient(circle at 92% 4%, rgba(8, 122, 76, .16), transparent 32%),
    linear-gradient(180deg, #fffdf8 0%, #f5fbf6 60%, #fff 100%);
}

.assessment-modern *,
.assessment-modern *::before,
.assessment-modern *::after {
  box-sizing: border-box;
}

.assessment-wrap {
  width: min(100% - 72px, 1500px);
  margin: 0 auto;
}

.assessment-breadcrumb {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
  color: #65766e;
  font-size: 15px;
  font-weight: 900;
}

.assessment-breadcrumb a {
  color: #65766e;
  text-decoration: none;
}

.assessment-breadcrumb span {
  color: var(--orange);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.assessment-breadcrumb strong {
  color: var(--green-800);
}

.assessment-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
  gap: 26px;
  min-height: 510px;
  margin-bottom: 24px;
}

.assessment-hero-copy,
.assessment-photo-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow);
  animation: assessmentRise .8s ease both;
}

.assessment-photo-card {
  animation-delay: .12s;
}

.assessment-hero-copy {
  padding: 54px 58px;
  color: #fff;
  background: linear-gradient(130deg, var(--green-950), var(--green-800));
}

.assessment-hero-copy::before {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -185px;
  width: 430px;
  height: 430px;
  border: 62px solid rgba(255, 196, 0, .22);
  border-radius: 50%;
  animation: assessmentRingFloat 5.5s ease-in-out infinite;
}

.assessment-hero-copy::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, .08), transparent 46%);
  pointer-events: none;
}

.assessment-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 15px;
  margin-bottom: 25px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.assessment-eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(255, 196, 0, .2);
  animation: assessmentDotBlink 1.1s ease-in-out infinite;
}

.assessment-hero-copy h1 {
  position: relative;
  z-index: 1;
  max-width: 740px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.25rem, 5.45vw, 5.45rem);
  font-weight: 900;
  line-height: .94;
  letter-spacing: 0;
  text-transform: uppercase;
  animation: assessmentFadeLeft .8s ease both .12s;
}

.assessment-hero-copy h1 span {
  display: block;
  color: var(--gold);
}

.assessment-hero-copy p {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.72;
  animation: assessmentFadeLeft .8s ease both .22s;
}

.assessment-pills {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.assessment-pills span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 16px 0 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  animation: assessmentPop .55s ease both;
  transition: transform .24s ease, background .24s ease, box-shadow .24s ease;
}

.assessment-pills span:nth-child(1) { animation-delay: .28s; }
.assessment-pills span:nth-child(2) { animation-delay: .36s; }
.assessment-pills span:nth-child(3) { animation-delay: .44s; }
.assessment-pills span:nth-child(4) { animation-delay: .52s; }

.assessment-pills span:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .22);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .12);
}

.assessment-pills b {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.assessment-photo-card {
  min-height: 510px;
  background:
    linear-gradient(180deg, rgba(5, 36, 23, .02), rgba(5, 36, 23, .35)),
    var(--assessment-hero-image),
    linear-gradient(135deg, #dcebe4, #8aa99b);
  background-position: center;
  background-size: cover;
  animation-name: assessmentRise, assessmentPhotoDrift;
  animation-duration: .8s, 12s;
  animation-timing-function: ease, ease-in-out;
  animation-fill-mode: both, both;
  animation-iteration-count: 1, infinite;
}

.assessment-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 36, 23, .84), rgba(5, 36, 23, .18) 56%, rgba(255, 196, 0, .1));
}

.assessment-photo-note {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, .94);
  animation: assessmentNoteFloat 4s ease-in-out infinite;
}

.assessment-photo-note h2 {
  margin: 0 0 8px;
  color: var(--green-950);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.15;
}

.assessment-photo-note p {
  margin: 0;
  color: #51635b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.assessment-image-slot {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(7, 81, 52, .18);
  background: linear-gradient(145deg, #ffffff, #e8f7ef);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
}

.assessment-image-slot::before {
  content: "";
  width: 42%;
  height: 42%;
  border: 2px solid var(--green-800);
  border-radius: 8px;
  opacity: .9;
}

.assessment-image-slot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 10px;
  opacity: 1;
}

.assessment-image-slot:has(img)::before {
  display: none;
}

/* PNG icons are white by default; these filters force strong visible colors. */
.assessment-intro-slot img,
.assessment-title-slot img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(21%) saturate(1662%) hue-rotate(103deg) brightness(91%) contrast(95%);
}

.assessment-check-slot img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(74%) saturate(853%) hue-rotate(114deg) brightness(90%) contrast(94%);
}

.assessment-check-list li:nth-child(1) .assessment-check-slot img {
  filter: brightness(0) saturate(100%) invert(55%) sepia(99%) saturate(1771%) hue-rotate(360deg) brightness(101%) contrast(105%);
}

.assessment-check-list li:nth-child(2) .assessment-check-slot img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(21%) saturate(1662%) hue-rotate(103deg) brightness(91%) contrast(95%);
}

.assessment-check-list li:nth-child(3) .assessment-check-slot img {
  filter: brightness(0) saturate(100%) invert(76%) sepia(70%) saturate(1083%) hue-rotate(358deg) brightness(101%) contrast(103%);
}

.assessment-orange-slot {
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(145deg, #ff9c1f, var(--orange));
  box-shadow: 0 14px 28px rgba(255, 138, 0, .28);
}

.assessment-orange-slot img,
.assessment-quote-icon img {
  filter: brightness(0) invert(1);
}

.assessment-orange-slot::before {
  width: 26px;
  height: 20px;
  border-color: #fff;
}

.assessment-intro {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
  padding: 22px 28px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 20px 54px rgba(5, 36, 23, .08);
  animation: assessmentRise .75s ease both .12s;
}

.assessment-intro-slot {
  width: 48px;
  height: 48px;
  border-radius: 16px;
}

.assessment-intro-slot img {
  padding: 11px;
}

.assessment-intro p {
  max-width: 1060px;
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.68;
}

.assessment-card {
  position: relative;
  margin-bottom: 26px;
  padding: 38px 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 70px rgba(5, 36, 23, .09);
  animation: assessmentRise .75s ease both .18s;
}

.assessment-card-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
}

.assessment-card-head > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--green-800), var(--green-950));
  color: var(--gold);
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(5, 36, 23, .18);
}

.assessment-card-head h2 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: uppercase;
}

.assessment-card-head em {
  color: var(--orange);
  font-style: normal;
}

.assessment-score-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 46px;
}

.assessment-score-block-final {
  padding-left: 46px;
  border-left: 1px solid var(--line);
}

.assessment-block-title {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}

.assessment-title-slot {
  width: 50px;
  height: 50px;
  border-radius: 17px;
}

.assessment-title-slot img {
  padding: 11px;
}

.assessment-block-title h3 {
  margin: 0;
  color: var(--green-950);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.22;
}

.assessment-block-title small {
  display: block;
  color: var(--green-950);
  font-size: .95em;
  font-weight: 900;
}

.assessment-check-list {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.assessment-check-list li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  animation: assessmentFadeLeft .65s ease both;
}

.assessment-check-list li:nth-child(1) { animation-delay: .18s; }
.assessment-check-list li:nth-child(2) { animation-delay: .26s; }
.assessment-check-list li:nth-child(3) { animation-delay: .34s; }

.assessment-check-slot {
  width: 24px;
  height: 24px;
  margin-top: 5px;
  border-radius: 50%;
}

.assessment-check-slot img {
  padding: 4px;
}

.assessment-check-slot::before {
  width: 11px;
  height: 7px;
  border: solid var(--green-800);
  border-width: 0 0 2px 2px;
  border-radius: 0;
  transform: rotate(-45deg);
}

.assessment-check-list p,
.assessment-grade-copy {
  margin: 0;
  color: #1d2f27;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.75;
}

.assessment-check-list strong {
  color: var(--green-950);
  font-weight: 900;
}

.assessment-grade-copy {
  max-width: 620px;
  margin-bottom: 22px;
}

.assessment-table-frame {
  width: 100%;
  overflow-x: auto;
  border-radius: 12px;
}

.assessment-grade-table,
.assessment-schedule-table {
  width: 100%;
  min-width: 560px;
  overflow: hidden;
  border: 1px solid rgba(16, 37, 28, .1);
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 12px;
  background: #fff;
}

.assessment-grade-table th,
.assessment-schedule-table th {
  padding: 15px 18px;
  background: linear-gradient(90deg, var(--green-800), var(--green-950));
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.assessment-grade-table td,
.assessment-schedule-table td {
  padding: 14px 18px;
  border-top: 1px solid rgba(16, 37, 28, .1);
  border-left: 1px solid rgba(16, 37, 28, .08);
  color: #0f1c17;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.assessment-grade-table td:first-child,
.assessment-schedule-table td:first-child,
.assessment-grade-table th:first-child,
.assessment-schedule-table th:first-child {
  border-left: 0;
}

.assessment-schedule-table {
  min-width: 780px;
}

.assessment-schedule-table th:nth-child(1),
.assessment-schedule-table td:nth-child(1) {
  width: 95px;
}

.assessment-schedule-table th:nth-child(2),
.assessment-schedule-table td:nth-child(2) {
  text-align: left;
}

.assessment-schedule-table tbody tr {
  transition: background .22s ease;
}

.assessment-schedule-table tbody tr:hover {
  background: #f4fbf7;
}

.exam-chip {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-right: 14px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  vertical-align: middle;
}

.exam-chip-orange { background: var(--orange); }
.exam-chip-green { background: #0aa86a; }
.exam-chip-violet { background: #7768ff; }

.assessment-quote {
  position: relative;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) minmax(190px, 320px);
  gap: 26px;
  align-items: center;
  min-height: 142px;
  padding: 28px 34px;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 24%, rgba(255, 196, 0, .14), transparent 28%),
    linear-gradient(135deg, var(--green-800), var(--green-950));
  box-shadow: 0 26px 68px rgba(5, 36, 23, .18);
  animation: assessmentRise .75s ease both .22s;
}

.assessment-quote-icon {
  width: 66px;
  height: 66px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff9c1f, var(--orange));
  box-shadow: 0 14px 28px rgba(255, 138, 0, .28);
}

.assessment-quote-icon img {
  padding: 15px;
}

.assessment-quote-icon::before {
  width: 24px;
  height: 32px;
  border: 0;
  border-left: 8px solid #fff;
  border-right: 8px solid #fff;
  border-radius: 12px;
}

.assessment-quote p {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.35vw, 36px);
  font-weight: 900;
  line-height: 1.36;
}

.assessment-quote-art {
  justify-self: end;
  width: 560px;
  max-width: 100%;
  height: 180px;
  position: relative;
  overflow: visible;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0 !important;
  margin: 0;

  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.assessment-quote-art::before,
.assessment-quote-art::after {
  display: none !important;
}

.assessment-quote-art img {
  width: 100% !important;
  height: 100% !important;

  display: block;
  margin: 0 !important;
  padding: 0 !important;

  object-fit: contain !important;
  object-position: center;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}
.assessment-quote-art::before {
  width: 54%;
  height: 42%;
  border-color: rgba(255, 255, 255, .68);
  border-radius: 12px;
  transform: rotate(-7deg);
}

@keyframes assessmentDotBlink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(255, 196, 0, .18), 0 0 0 rgba(255, 196, 0, 0);
  }

  50% {
    opacity: .45;
    transform: scale(.72);
    box-shadow: 0 0 0 11px rgba(255, 196, 0, .28), 0 0 22px rgba(255, 196, 0, .65);
  }
}

@keyframes assessmentRise {
  from {
    opacity: 0;
    transform: translateY(28px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes assessmentPop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.92);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes assessmentRingFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }

  50% {
    transform: translate(-14px, -10px) rotate(4deg);
  }
}

@keyframes assessmentNoteFloat {
  0%, 100% {
    transform: translateY(0);
  }

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

@keyframes assessmentPhotoDrift {
  0%, 100% {
    background-position: center center, center center, center center;
  }

  50% {
    background-position: center center, 52% 48%, center center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .assessment-modern *,
  .assessment-modern *::before,
  .assessment-modern *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1180px) {
  .assessment-hero-grid,
  .assessment-score-grid,
  .assessment-quote {
    grid-template-columns: 1fr;
  }

  .assessment-score-block-final {
    padding-left: 0;
    padding-top: 30px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .assessment-quote-art {
    justify-self: stretch;
  }
}

@media (max-width: 760px) {
  .assessment-modern {
    padding-top: 18px;
  }

  .assessment-wrap {
    width: min(100% - 32px, 620px);
  }

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

  .assessment-hero-copy {
    padding: 36px 24px;
  }

  .assessment-hero-copy h1 {
    font-size: 42px;
  }

  .assessment-hero-copy p,
  .assessment-intro p,
  .assessment-check-list p,
  .assessment-grade-copy {
    font-size: 14px;
  }

  .assessment-pills span {
    width: 100%;
  }

  .assessment-photo-card {
    min-height: 420px;
  }

  .assessment-photo-note {
    grid-template-columns: 1fr;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 20px;
  }

  .assessment-photo-note h2 {
    font-size: 22px;
  }

  .assessment-intro,
  .assessment-block-title,
  .assessment-check-list li {
    grid-template-columns: 1fr;
  }

  .assessment-card {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .assessment-card-head {
    align-items: flex-start;
    gap: 14px;
  }

  .assessment-card-head > span {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    font-size: 12px;
  }

  .assessment-card-head h2 {
    font-size: 20px;
  }

  .assessment-block-title h3 {
    font-size: 19px;
  }

  .assessment-quote {
    padding: 24px;
  }

  .assessment-quote p {
    font-size: 22px;
  }
}
/* ===================================== */
/* Coaching Page - Assessment Style */
/* ===================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");

.coaching-modern {
  --green-950: #052417;
  --green-900: #073522;
  --green-800: #075134;
  --green-700: #087a4c;
  --mint: #eaf7ef;
  --gold: #ffc400;
  --orange: #ff8a00;
  --ink: #10251c;
  --muted: #62736b;
  --line: rgba(7, 81, 52, .13);
  --shadow: 0 30px 90px rgba(5, 36, 23, .14);
  --green-filter: brightness(0) saturate(100%) invert(24%) sepia(92%) saturate(742%) hue-rotate(116deg) brightness(88%) contrast(94%);
  --orange-filter: brightness(0) saturate(100%) invert(58%) sepia(88%) saturate(1935%) hue-rotate(360deg) brightness(102%) contrast(104%);
  --gold-filter: brightness(0) saturate(100%) invert(80%) sepia(84%) saturate(1127%) hue-rotate(356deg) brightness(104%) contrast(103%);
  --white-filter: brightness(0) invert(1);
  overflow: hidden;
  margin-top: -1px;
  padding: 22px 0 76px;
  color: var(--ink);
  font-family: "Poppins", sans-serif;
  background:
    radial-gradient(ellipse at 6% 8%, rgba(255, 196, 0, .18), transparent 28%),
    radial-gradient(ellipse at 92% 4%, rgba(8, 122, 76, .16), transparent 32%),
    linear-gradient(180deg, #fffdf8 0%, #f5fbf6 60%, #fff 100%);
}

.coaching-modern *,
.coaching-modern *::before,
.coaching-modern *::after {
  box-sizing: border-box;
}

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

.coaching-wrap {
  width: min(100% - 72px, 1500px);
  margin: 0 auto;
}

.coaching-breadcrumb {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
  color: #65766e;
  font-size: 15px;
  font-weight: 900;
}

.coaching-breadcrumb a {
  color: #65766e;
  text-decoration: none;
}

.coaching-breadcrumb span {
  color: var(--orange);
  font-weight: 900;
}

.coaching-breadcrumb strong {
  color: var(--green-800);
}

.coaching-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
  gap: 26px;
  min-height: 510px;
  margin-bottom: 24px;
}

.coaching-hero-copy,
.coaching-photo-card {
  position: relative;
  overflow: hidden;
  min-height: 510px;
  border-radius: 34px;
  box-shadow: var(--shadow);
  animation: coachingRise .8s ease both;
}

.coaching-photo-card {
  animation-delay: .12s;
}

.coaching-hero-copy {
  isolation: isolate;
  padding: 54px 58px;
  color: #fff;
  background: linear-gradient(130deg, var(--green-950), var(--green-800));
}

.coaching-hero-copy::before {
  content: "";
  position: absolute;
  right: -135px;
  bottom: -185px;
  z-index: -1;
  width: 430px;
  height: 430px;
  border: 62px solid rgba(255, 196, 0, .22);
  border-radius: 50%;
  animation: coachingRingFloat 5.5s ease-in-out infinite;
}

.coaching-hero-copy::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .1), transparent 34%),
    radial-gradient(ellipse at 78% 74%, rgba(255, 196, 0, .1), transparent 44%),
    linear-gradient(130deg, rgba(255, 255, 255, .03), transparent);
  opacity: .9;
  pointer-events: none;
  animation: coachingHeroLight 6s ease-in-out infinite;
}

.coaching-eyebrow,
.coaching-hero-copy h1,
.coaching-hero-copy p,
.coaching-pills {
  position: relative;
  z-index: 1;
}

.coaching-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 15px;
  margin-bottom: 25px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.coaching-eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(255, 196, 0, .2);
  animation: coachingDotBlink 1.1s ease-in-out infinite;
}

.coaching-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 5.1vw, 5.25rem);
  font-weight: 900;
  line-height: .94;
  letter-spacing: 0;
  text-transform: uppercase;
  animation: coachingFadeLeft .8s ease both .12s;
}

.coaching-hero-copy h1 span {
  display: block;
  color: var(--gold);
}

.coaching-hero-copy p {
  max-width: 640px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.62;
  animation: coachingFadeLeft .8s ease both .22s;
}

.coaching-pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 14px;
  max-width: 560px;
  margin-top: 32px;
}

.coaching-pills > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 18px 0 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  animation: coachingPop .55s ease both;
  transition: transform .24s ease, background .24s ease, box-shadow .24s ease;
}

.coaching-pills > span:nth-child(1) { animation-delay: .28s; }
.coaching-pills > span:nth-child(2) { animation-delay: .36s; }
.coaching-pills > span:nth-child(3) { animation-delay: .44s; }
.coaching-pills > span:nth-child(4) { animation-delay: .52s; }

.coaching-pills > span:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .22);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .12);
}

.coaching-image-slot {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
}

.coaching-pill-slot {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.coaching-pill-slot img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: var(--white-filter);
}

.coaching-photo-card {
  background:
    linear-gradient(135deg, #dcebe4, #8aa99b),
    radial-gradient(ellipse at 50% 30%, rgba(255, 255, 255, .45), transparent 48%);
}

.coaching-photo-img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
  animation: coachingPhotoZoom 16s ease-in-out infinite alternate;
}

.coaching-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 36, 23, .72), rgba(5, 36, 23, .08) 58%, rgba(255, 196, 0, .08));
}

.coaching-photo-note {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: min(620px, calc(100% - 48px));
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 18px 44px rgba(5, 36, 23, .18);
  animation: coachingNoteFloat 4s ease-in-out infinite;
}

.coaching-photo-note h2 {
  margin: 0 0 8px;
  color: var(--green-950);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.16;
}

.coaching-photo-note p {
  margin: 0;
  color: #51635b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.coaching-orange-slot {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(145deg, #ff9c1f, var(--orange));
  box-shadow: 0 14px 28px rgba(255, 138, 0, .28);
}

.coaching-orange-slot img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: var(--white-filter);
}

.coaching-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.coaching-feature-card,
.coaching-programs,
.coaching-field-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 54px rgba(5, 36, 23, .08);
  animation: coachingRise .75s ease both;
}

.coaching-feature-card {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  align-items: center;
  min-height: 154px;
  padding: 26px;
  border-radius: 24px;
  transition: transform .28s ease, box-shadow .28s ease;
}

.coaching-feature-card:hover,
.coaching-programs:hover,
.coaching-field-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(5, 36, 23, .12);
}

.coaching-feature-slot {
  width: 112px;
  height: 112px;
  border-radius: 22px;
  animation: coachingIconFloat 4.4s ease-in-out infinite;
}

.coaching-feature-slot img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.coaching-logo-slot {
  width: 178px;
  height: 112px;
  padding: 14px;
  border: 1px solid rgba(7, 81, 52, .12);
  background: #fff;
}

.coaching-logo-slot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none !important;
}

.coaching-karadi .coaching-feature-slot {
  color: var(--orange);
  background: linear-gradient(145deg, #fffdf5, #fff7dd);
}

.coaching-karadi .coaching-feature-slot:not(.coaching-logo-slot) img {
  filter: var(--orange-filter);
}

.coaching-kitscon .coaching-feature-slot {
  color: var(--green-800);
  background: linear-gradient(145deg, #f8fffb, #e9f7ef);
}

.coaching-kitscon .coaching-feature-slot:not(.coaching-logo-slot) img {
  filter: var(--green-filter);
}

.coaching-feature-card h2,
.coaching-programs h2,
.coaching-field-card h2 {
  margin: 0 0 10px;
  color: var(--green-950);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.12;
}

.coaching-feature-card p,
.coaching-programs p {
  margin: 0;
  color: #3e5149;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.62;
}

.coaching-program-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 18px;
}

.coaching-programs {
  padding: 28px;
  border-radius: 24px;
  transition: transform .28s ease, box-shadow .28s ease;
}

.coaching-section-title {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 22px;
}

.coaching-section-slot {
  width: 74px;
  height: 74px;
  border: 1px solid rgba(7, 81, 52, .12);
  border-radius: 20px;
  color: var(--green-800);
  background: linear-gradient(145deg, #effbf4, #dff3e9);
}

.coaching-section-slot img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: var(--green-filter);
}

.coaching-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.coaching-chip-grid > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 16px 8px 10px;
  border: 1px solid rgba(7, 81, 52, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  color: var(--green-800);
  font-size: 13px;
  font-weight: 800;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.coaching-chip-grid > span:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 138, 0, .28);
  background: #f0fbf4;
  box-shadow: 0 14px 28px rgba(5, 36, 23, .08);
}

.coaching-chip-slot {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  color: var(--green-800);
  background: rgba(7, 81, 52, .08);
}

.coaching-chip-slot img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: var(--green-filter);
}

.coaching-chip-orange {
  color: var(--orange);
  background: rgba(255, 138, 0, .1);
}

.coaching-chip-orange img {
  filter: var(--orange-filter);
}

.coaching-field-card {
  position: relative;
  overflow: hidden;
  min-height: 262px;
  padding: 28px;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(ellipse at 110% 108%, rgba(255, 196, 0, .2) 0 27%, transparent 28%),
    linear-gradient(135deg, var(--green-800), var(--green-950));
  transition: transform .28s ease, box-shadow .28s ease;
}

.coaching-field-card::after {
  content: "";
  position: absolute;
  right: -122px;
  bottom: -148px;
  width: 310px;
  height: 310px;
  border: 48px solid rgba(255, 196, 0, .18);
  border-radius: 50%;
  animation: coachingRingFloat 5.2s ease-in-out infinite;
}

.coaching-field-slot {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 196, 0, .24);
  border-radius: 22px;
  color: var(--gold);
  background: rgba(255, 196, 0, .1);
}

.coaching-field-slot img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: var(--gold-filter);
}

.coaching-field-card h2 {
  position: relative;
  z-index: 1;
  color: #fff;
}

.coaching-field-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.coaching-field-card li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(255, 255, 255, .92);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.coaching-check-slot {
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border: 2px solid rgba(255, 196, 0, .88);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(255, 196, 0, .08);
}

.coaching-check-slot img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  filter: var(--gold-filter);
}

.coaching-check-slot.is-empty::before {
  content: "";
  width: 8px;
  height: 5px;
  border: solid var(--gold);
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
}

.coaching-check-slot.is-empty::after {
  display: none;
}

@keyframes coachingRise {
  from {
    opacity: 0;
    transform: translateY(28px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

@keyframes coachingPop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes coachingDotBlink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(255, 196, 0, .18), 0 0 0 rgba(255, 196, 0, 0);
  }
  50% {
    opacity: .45;
    transform: scale(.72);
    box-shadow: 0 0 0 11px rgba(255, 196, 0, .28), 0 0 22px rgba(255, 196, 0, .65);
  }
}

@keyframes coachingRingFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-14px, -10px) rotate(4deg);
  }
}

@keyframes coachingHeroLight {
  0%, 100% {
    opacity: .76;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(10px);
  }
}

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

@keyframes coachingSlotPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(255, 196, 0, .16);
  }
  50% {
    transform: scale(.92);
    box-shadow: 0 0 0 10px rgba(255, 196, 0, .26);
  }
}

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

@keyframes coachingPhotoZoom {
  from {
    transform: scale(1.03);
  }
  to {
    transform: scale(1.09);
  }
}

@media (prefers-reduced-motion: reduce) {
  .coaching-modern *,
  .coaching-modern *::before,
  .coaching-modern *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1180px) {
  .coaching-hero-grid,
  .coaching-feature-grid,
  .coaching-program-grid {
    grid-template-columns: 1fr;
  }

  .coaching-hero-grid {
    min-height: 0;
  }

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

@media (max-width: 760px) {
  .coaching-modern {
    padding-top: 18px;
  }

  .coaching-wrap {
    width: min(100% - 32px, 620px);
  }

  .coaching-breadcrumb {
    flex-wrap: wrap;
    margin-bottom: 18px;
  }

  .coaching-hero-copy,
  .coaching-photo-card {
    min-height: auto;
    border-radius: 26px;
  }

  .coaching-hero-copy {
    padding: 36px 24px;
  }

  .coaching-hero-copy h1 {
    font-size: 42px;
  }

  .coaching-hero-copy p,
  .coaching-feature-card p,
  .coaching-programs p {
    font-size: 14px;
  }

  .coaching-pills,
  .coaching-feature-card,
  .coaching-section-title {
    grid-template-columns: 1fr;
  }

  .coaching-pills > span {
    width: 100%;
  }

  .coaching-photo-img {
    min-height: 420px;
  }

  .coaching-photo-note {
    grid-template-columns: 58px 1fr;
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
    padding: 18px;
  }

  .coaching-photo-note h2,
  .coaching-feature-card h2,
  .coaching-programs h2,
  .coaching-field-card h2 {
    font-size: 22px;
  }

  .coaching-feature-card,
  .coaching-programs,
  .coaching-field-card {
    padding: 22px;
    border-radius: 22px;
  }

  .coaching-feature-slot {
    width: 92px;
    height: 92px;
  }

  .coaching-logo-slot {
    width: min(100%, 220px);
    height: 112px;
  }

  .coaching-feature-slot img {
    width: 58px;
    height: 58px;
  }

  .coaching-logo-slot img {
    width: 100%;
    height: 100%;
  }

  .coaching-chip-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .coaching-hero-copy {
    padding: 32px 20px;
  }

  .coaching-hero-copy h1 {
    font-size: 35px;
  }

  .coaching-photo-note {
    grid-template-columns: 1fr;
  }
}
/* ===================================== */
/* Smart Class Page - Modern SEO Style */
/* ===================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");

.smartclass-modern {
  --green-950: #052417;
  --green-900: #073522;
  --green-800: #075134;
  --green-700: #087a4c;
  --teal: #0ea99a;
  --blue: #1d74d8;
  --sky: #eaf6ff;
  --mint: #eaf7ef;
  --gold: #ffc400;
  --orange: #ff8a00;
  --ink: #10251c;
  --muted: #62736b;
  --line: rgba(7, 81, 52, .13);
  --shadow: 0 30px 90px rgba(5, 36, 23, .14);
  --green-filter: brightness(0) saturate(100%) invert(24%) sepia(92%) saturate(742%) hue-rotate(116deg) brightness(88%) contrast(94%);
  --orange-filter: brightness(0) saturate(100%) invert(58%) sepia(88%) saturate(1935%) hue-rotate(360deg) brightness(102%) contrast(104%);
  --blue-filter: brightness(0) saturate(100%) invert(38%) sepia(96%) saturate(1588%) hue-rotate(190deg) brightness(90%) contrast(92%);
  --gold-filter: brightness(0) saturate(100%) invert(80%) sepia(84%) saturate(1127%) hue-rotate(356deg) brightness(104%) contrast(103%);
  --white-filter: brightness(0) invert(1);
  overflow: hidden;
  margin-top: -1px;
  padding: 22px 0 76px;
  color: var(--ink);
  font-family: "Poppins", sans-serif;
  background:
    radial-gradient(ellipse at 8% 8%, rgba(255, 196, 0, .16), transparent 28%),
    radial-gradient(ellipse at 94% 3%, rgba(29, 116, 216, .14), transparent 31%),
    radial-gradient(ellipse at 76% 80%, rgba(14, 169, 154, .12), transparent 32%),
    linear-gradient(180deg, #fffdf8 0%, #f5fbf8 56%, #fff 100%);
}

.smartclass-modern *,
.smartclass-modern *::before,
.smartclass-modern *::after {
  box-sizing: border-box;
}

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

.smartclass-wrap {
  width: min(100% - 72px, 1500px);
  margin: 0 auto;
}

.smartclass-breadcrumb {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
  color: #65766e;
  font-size: 15px;
  font-weight: 900;
}

.smartclass-breadcrumb a {
  color: #65766e;
  text-decoration: none;
}

.smartclass-breadcrumb span {
  color: var(--orange);
  font-weight: 900;
}

.smartclass-breadcrumb strong {
  color: var(--green-800);
}

.smartclass-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr);
  gap: 26px;
  min-height: 540px;
  margin-bottom: 22px;
}

.smartclass-hero-copy,
.smartclass-visual-card {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border-radius: 34px;
  box-shadow: var(--shadow);
  animation: smartclassRise .8s ease both;
}

.smartclass-visual-card {
  animation-delay: .12s;
}

.smartclass-hero-copy {
  isolation: isolate;
  padding: 54px 58px;
  color: #fff;
  background:
    linear-gradient(130deg, rgba(5, 36, 23, .98), rgba(7, 81, 52, .96)),
    radial-gradient(ellipse at 82% 18%, rgba(29, 116, 216, .34), transparent 40%);
}

.smartclass-hero-copy::before {
  content: "";
  position: absolute;
  right: -136px;
  bottom: -184px;
  z-index: -1;
  width: 430px;
  height: 430px;
  border: 62px solid rgba(255, 196, 0, .22);
  border-radius: 50%;
  animation: smartclassRingFloat 5.5s ease-in-out infinite;
}

.smartclass-hero-copy::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .1), transparent 34%),
    radial-gradient(ellipse at 74% 78%, rgba(14, 169, 154, .2), transparent 44%),
    linear-gradient(130deg, rgba(255, 255, 255, .03), transparent);
  opacity: .9;
  pointer-events: none;
  animation: smartclassHeroLight 6s ease-in-out infinite;
}

.smartclass-eyebrow,
.smartclass-hero-copy h1,
.smartclass-hero-copy p,
.smartclass-hero-copy blockquote,
.smartclass-pills {
  position: relative;
  z-index: 1;
}

.smartclass-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 15px;
  margin-bottom: 25px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.smartclass-eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(255, 196, 0, .2);
  animation: smartclassDotBlink 1.1s ease-in-out infinite;
}

.smartclass-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 4.8vw, 5.1rem);
  font-weight: 900;
  line-height: .94;
  letter-spacing: 0;
  text-transform: uppercase;
  animation: smartclassFadeLeft .8s ease both .12s;
}

.smartclass-hero-copy h1 span {
  display: block;
  color: var(--gold);
}

.smartclass-hero-copy p {
  max-width: 690px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.62;
  animation: smartclassFadeLeft .8s ease both .22s;
}

.smartclass-hero-copy blockquote {
  max-width: 680px;
  margin: 24px 0 0;
  padding: 18px 20px;
  border-left: 5px solid var(--gold);
  border-radius: 18px;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .95);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  animation: smartclassFadeLeft .8s ease both .3s;
}

.smartclass-pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 14px;
  max-width: 620px;
  margin-top: 30px;
}

.smartclass-pills > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 18px 0 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  animation: smartclassPop .55s ease both;
  transition: transform .24s ease, background .24s ease, box-shadow .24s ease;
}

.smartclass-pills > span:nth-child(1) { animation-delay: .28s; }
.smartclass-pills > span:nth-child(2) { animation-delay: .36s; }
.smartclass-pills > span:nth-child(3) { animation-delay: .44s; }
.smartclass-pills > span:nth-child(4) { animation-delay: .52s; }

.smartclass-pills > span:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .22);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .12);
}

.smartclass-image-slot {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
}

.smartclass-pill-slot {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
}

.smartclass-pill-slot img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: var(--white-filter);
}

.smartclass-visual-card {
  isolation: isolate;
  display: grid;
  align-content: center;
  padding: 42px;
  background:
    radial-gradient(ellipse at 30% 10%, rgba(255, 255, 255, .86), transparent 28%),
    linear-gradient(135deg, #e6fff3 0%, #d7efff 48%, #fff4cf 100%);
}

.smartclass-photo-img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .28;
  transform: scale(1.03);
  animation: smartclassPhotoZoom 16s ease-in-out infinite alternate;
}

.smartclass-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at 92% 92%, rgba(255, 138, 0, .2), transparent 34%),
    linear-gradient(0deg, rgba(5, 36, 23, .16), rgba(255, 255, 255, .08));
  pointer-events: none;
}

.smartclass-board {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  min-height: 318px;
  margin: 0 auto 118px;
  padding: 26px;
  border: 12px solid #123527;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(8, 122, 76, .94), rgba(5, 36, 23, .96)),
    linear-gradient(90deg, rgba(255, 255, 255, .1) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .1) 1px, transparent 1px);
  background-size: auto, 38px 38px, 38px 38px;
  box-shadow: 0 26px 70px rgba(5, 36, 23, .26);
  animation: smartclassBoardFloat 5s ease-in-out infinite;
}

.smartclass-board::before,
.smartclass-board::after {
  content: "";
  position: absolute;
  bottom: -54px;
  left: 50%;
  background: #123527;
}

.smartclass-board::before {
  width: 34px;
  height: 54px;
  transform: translateX(-50%);
}

.smartclass-board::after {
  width: 210px;
  height: 18px;
  border-radius: 999px;
  transform: translateX(-50%);
}

.smartclass-board-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.smartclass-board-top strong {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
}

.smartclass-board-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 14px;
  margin-top: 28px;
}

.smartclass-board-tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 18px;
  box-shadow: inset 0 0 26px rgba(255, 255, 255, .09);
}

.smartclass-board-tile small,
.smartclass-board-tile strong {
  position: relative;
  z-index: 1;
  display: block;
  color: #fff;
  line-height: 1.22;
  letter-spacing: 0;
}

.smartclass-board-tile small {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  opacity: .82;
}

.smartclass-board-tile strong {
  max-width: 220px;
  font-size: 15px;
  font-weight: 900;
}

.smartclass-board-tile.is-blue {
  background: linear-gradient(135deg, rgba(29, 116, 216, .85), rgba(29, 116, 216, .28));
}

.smartclass-board-tile.is-green {
  background: linear-gradient(135deg, rgba(14, 169, 154, .9), rgba(14, 169, 154, .28));
}

.smartclass-board-tile.is-gold {
  background: linear-gradient(135deg, rgba(255, 196, 0, .92), rgba(255, 196, 0, .28));
}

.smartclass-board-tile.is-orange {
  background: linear-gradient(135deg, rgba(255, 138, 0, .9), rgba(255, 138, 0, .26));
}

.smartclass-board-line {
  display: flex;
  align-items: center;
  width: 82%;
  min-height: 28px;
  padding: 0 12px;
  margin-top: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--green-950);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.smartclass-board-line span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.smartclass-board-line.is-short {
  width: 58%;
  margin-top: 13px;
  background: rgba(255, 255, 255, .48);
  color: rgba(5, 36, 23, .9);
}

.smartclass-photo-note {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 26px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 18px 44px rgba(5, 36, 23, .18);
  animation: smartclassNoteFloat 4s ease-in-out infinite;
}

.smartclass-photo-note h2 {
  margin: 0 0 8px;
  color: var(--green-950);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.16;
}

.smartclass-photo-note p {
  margin: 0;
  color: #51635b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.smartclass-orange-slot {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(145deg, #ff9c1f, var(--orange));
  box-shadow: 0 14px 28px rgba(255, 138, 0, .28);
}

.smartclass-orange-slot img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: var(--white-filter);
}

.smartclass-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

.smartclass-feature-card,
.smartclass-process-card,
.smartclass-seo-card,
.smartclass-benefit-panel,
.smartclass-visiting-panel {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 54px rgba(5, 36, 23, .08);
  animation: smartclassRise .75s ease both;
}

.smartclass-feature-card {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 20px;
  align-items: start;
  min-height: 210px;
  padding: 26px;
  border-radius: 24px;
  transition: transform .28s ease, box-shadow .28s ease;
}

.smartclass-feature-card:hover,
.smartclass-process-card:hover,
.smartclass-seo-card:hover,
.smartclass-benefit-panel:hover,
.smartclass-visiting-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(5, 36, 23, .12);
}

.smartclass-feature-slot {
  width: 72px;
  height: 72px;
  border: 1px solid rgba(7, 81, 52, .12);
  border-radius: 20px;
  background: linear-gradient(145deg, #effbf4, #dff3e9);
  animation: smartclassIconFloat 4.4s ease-in-out infinite;
}

.smartclass-feature-slot img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: var(--green-filter);
}

.smartclass-feature-card.is-gold .smartclass-feature-slot {
  border-color: rgba(255, 196, 0, .22);
  background: linear-gradient(145deg, #fffdf5, #fff4cf);
}

.smartclass-feature-card.is-gold .smartclass-feature-slot img {
  filter: var(--gold-filter);
}

.smartclass-feature-card.is-blue .smartclass-feature-slot {
  border-color: rgba(29, 116, 216, .18);
  background: linear-gradient(145deg, #f2f8ff, #dfeeff);
}

.smartclass-feature-card.is-blue .smartclass-feature-slot img {
  filter: var(--blue-filter);
}

.smartclass-feature-card h2,
.smartclass-process-card h2,
.smartclass-seo-card h2,
.smartclass-benefit-panel h2 {
  margin: 0 0 10px;
  color: var(--green-950);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.12;
}

.smartclass-feature-card p,
.smartclass-process-card p,
.smartclass-seo-card p,
.smartclass-benefit-panel p {
  margin: 0;
  color: #3e5149;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.62;
}

.smartclass-learning-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 18px;
  margin-bottom: 18px;
}

.smartclass-process-card,
.smartclass-benefit-panel {
  padding: 28px;
  border-radius: 24px;
  transition: transform .28s ease, box-shadow .28s ease;
}

.smartclass-section-title {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 22px;
}

.smartclass-section-slot {
  width: 74px;
  height: 74px;
  border: 1px solid rgba(7, 81, 52, .12);
  border-radius: 20px;
  background: linear-gradient(145deg, #effbf4, #dff3e9);
}

.smartclass-section-slot img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: var(--green-filter);
}

.smartclass-step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.smartclass-step-grid article {
  min-height: 178px;
  padding: 18px;
  border: 1px solid rgba(7, 81, 52, .12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(234, 247, 239, .72), rgba(255, 255, 255, .92));
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.smartclass-step-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 138, 0, .28);
  box-shadow: 0 14px 28px rgba(5, 36, 23, .08);
}

.smartclass-step-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 15px;
  background: var(--green-800);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.smartclass-step-grid article:nth-child(2) span {
  background: var(--blue);
}

.smartclass-step-grid article:nth-child(3) span {
  background: var(--orange);
}

.smartclass-step-grid article:nth-child(4) span {
  background: var(--teal);
}

.smartclass-step-grid h3 {
  margin: 0 0 8px;
  color: var(--green-950);
  font-size: 18px;
  font-weight: 900;
}

.smartclass-step-grid p {
  font-size: 13px;
  line-height: 1.55;
}

.smartclass-seo-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 28px;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(ellipse at 110% 108%, rgba(255, 196, 0, .2) 0 27%, transparent 28%),
    linear-gradient(135deg, var(--green-800), var(--green-950));
  transition: transform .28s ease, box-shadow .28s ease;
}

.smartclass-seo-card::after {
  content: "";
  position: absolute;
  right: -122px;
  bottom: -148px;
  width: 310px;
  height: 310px;
  border: 48px solid rgba(255, 196, 0, .18);
  border-radius: 50%;
  animation: smartclassRingFloat 5.2s ease-in-out infinite;
}

.smartclass-seo-slot {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 196, 0, .24);
  border-radius: 22px;
  background: rgba(255, 196, 0, .1);
}

.smartclass-seo-slot img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: var(--gold-filter);
}

.smartclass-seo-card h2,
.smartclass-seo-card p,
.smartclass-seo-card ul {
  position: relative;
  z-index: 1;
}

.smartclass-seo-card h2 {
  color: #fff;
}

.smartclass-seo-card p {
  color: rgba(255, 255, 255, .9);
  font-weight: 700;
}

.smartclass-seo-card ul {
  display: grid;
  gap: 13px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.smartclass-seo-card li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(255, 255, 255, .92);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.smartclass-check-slot {
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border: 2px solid rgba(255, 196, 0, .88);
  border-radius: 50%;
  background: rgba(255, 196, 0, .08);
}

.smartclass-check-slot img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  filter: var(--gold-filter);
}

.smartclass-benefit-panel {
  margin-bottom: 0;
}

.smartclass-visiting-panel {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  padding: 34px;
  border-radius: 28px;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(255, 138, 0, .13), transparent 34%),
    radial-gradient(ellipse at 92% 100%, rgba(8, 122, 76, .11), transparent 36%),
    rgba(255, 255, 255, .96);
  transition: transform .28s ease, box-shadow .28s ease;
}

.smartclass-visiting-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 138, 0, .1);
  border-radius: inherit;
  pointer-events: none;
}

.smartclass-visiting-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
  text-align: center;
}

.smartclass-visiting-heading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(255, 138, 0, .11);
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.smartclass-visiting-heading h2 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.smartclass-visiting-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 30px;
  width: min(100%, 1250px);
  margin: 0 auto;
  padding: 20px;
  border: 1px solid rgba(7, 81, 52, .08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(5, 36, 23, .12);
}

.smartclass-visit-icon-box {
  display: grid;
  place-items: center;
  min-height: 226px;
  border-radius: 24px;
  background:
    radial-gradient(ellipse at 24% 20%, rgba(255, 255, 255, .2), transparent 34%),
    linear-gradient(145deg, #ff9c1f, #ff6b10);
}

.smartclass-visit-icon {
  width: 118px;
  height: 92px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 18px 34px rgba(161, 69, 0, .18);
}

.smartclass-visit-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: var(--orange-filter);
}

.smartclass-visit-icon.is-empty {
  color: var(--orange);
}

.smartclass-visit-details {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.smartclass-visit-email,
.smartclass-visit-item {
  display: flex;
  align-items: center;
  min-width: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff8a00, #ff6b10);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(255, 107, 16, .15);
}

.smartclass-visit-email {
  min-height: 54px;
  padding: 12px 18px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.smartclass-visit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.smartclass-visit-item {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 58px;
  padding: 11px 14px;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.smartclass-visit-item:hover,
.smartclass-visit-email:hover {
  transform: translateY(-2px);
  filter: saturate(1.04);
  box-shadow: 0 16px 30px rgba(255, 107, 16, .22);
}

.smartclass-visit-item strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.smartclass-visit-item span {
  display: block;
  color: rgba(255, 255, 255, .94);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.smartclass-visit-wide {
  grid-column: 1 / 2;
}

.smartclass-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.smartclass-chip-grid > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 16px 8px 10px;
  border: 1px solid rgba(7, 81, 52, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  color: var(--green-800);
  font-size: 13px;
  font-weight: 800;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.smartclass-chip-grid > span:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 138, 0, .28);
  background: #f0fbf4;
  box-shadow: 0 14px 28px rgba(5, 36, 23, .08);
}

.smartclass-chip-slot {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: rgba(7, 81, 52, .08);
}

.smartclass-chip-slot img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: var(--green-filter);
}

.smartclass-chip-slot.is-orange {
  background: rgba(255, 138, 0, .1);
}

.smartclass-chip-slot.is-orange img {
  filter: var(--orange-filter);
}

.smartclass-chip-slot.is-blue {
  background: rgba(29, 116, 216, .1);
}

.smartclass-chip-slot.is-blue img {
  filter: var(--blue-filter);
}

.smartclass-image-slot.is-empty::before {
  content: "";
  width: 42%;
  height: 42%;
  border: 3px solid currentColor;
  border-radius: 9px;
}

.smartclass-image-slot.is-empty::after {
  content: "";
  position: absolute;
  width: 32%;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transform: translateY(13px);
}

.smartclass-pill-slot.is-empty,
.smartclass-orange-slot.is-empty {
  color: #fff;
}

.smartclass-feature-slot.is-empty,
.smartclass-section-slot.is-empty,
.smartclass-chip-slot.is-empty {
  color: var(--green-800);
}

.smartclass-seo-slot.is-empty,
.smartclass-check-slot.is-empty {
  color: var(--gold);
}

.smartclass-check-slot.is-empty::before {
  width: 8px;
  height: 5px;
  border: solid var(--gold);
  border-width: 0 0 2px 2px;
  border-radius: 0;
  transform: rotate(-45deg);
}

.smartclass-check-slot.is-empty::after {
  display: none;
}

@keyframes smartclassRise {
  from {
    opacity: 0;
    transform: translateY(28px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

@keyframes smartclassPop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes smartclassDotBlink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(255, 196, 0, .18), 0 0 0 rgba(255, 196, 0, 0);
  }
  50% {
    opacity: .45;
    transform: scale(.72);
    box-shadow: 0 0 0 11px rgba(255, 196, 0, .28), 0 0 22px rgba(255, 196, 0, .65);
  }
}

@keyframes smartclassRingFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-14px, -10px) rotate(4deg);
  }
}

@keyframes smartclassHeroLight {
  0%, 100% {
    opacity: .76;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(10px);
  }
}

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

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

@keyframes smartclassBoardFloat {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-7px) rotate(1deg);
  }
}

@keyframes smartclassPhotoZoom {
  from {
    transform: scale(1.03);
  }
  to {
    transform: scale(1.09);
  }
}

@media (prefers-reduced-motion: reduce) {
  .smartclass-modern *,
  .smartclass-modern *::before,
  .smartclass-modern *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1180px) {
  .smartclass-hero-grid,
  .smartclass-feature-grid,
  .smartclass-learning-grid {
    grid-template-columns: 1fr;
  }

  .smartclass-hero-grid {
    min-height: 0;
  }

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

  .smartclass-feature-card {
    min-height: auto;
  }

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

@media (max-width: 760px) {
  .smartclass-modern {
    padding-top: 18px;
  }

  .smartclass-wrap {
    width: min(100% - 32px, 620px);
  }

  .smartclass-breadcrumb {
    flex-wrap: wrap;
    margin-bottom: 18px;
  }

  .smartclass-hero-copy,
  .smartclass-visual-card {
    min-height: auto;
    border-radius: 26px;
  }

  .smartclass-hero-copy,
  .smartclass-visual-card {
    padding: 36px 24px;
  }

  .smartclass-hero-copy h1 {
    font-size: 42px;
  }

  .smartclass-hero-copy p,
  .smartclass-feature-card p,
  .smartclass-process-card p,
  .smartclass-seo-card p,
  .smartclass-benefit-panel p {
    font-size: 14px;
  }

  .smartclass-pills,
  .smartclass-feature-card,
  .smartclass-section-title,
  .smartclass-photo-note {
    grid-template-columns: 1fr;
  }

  .smartclass-pills > span {
    width: 100%;
  }

  .smartclass-board {
    min-height: 274px;
    margin-bottom: 156px;
    padding: 20px;
    border-width: 10px;
  }

  .smartclass-board-grid {
    grid-template-columns: 1fr;
  }

  .smartclass-board-tile {
    min-height: 82px;
  }

  .smartclass-board-tile strong {
    max-width: none;
    font-size: 14px;
  }

  .smartclass-board-line,
  .smartclass-board-line.is-short {
    width: 100%;
  }

  .smartclass-photo-note {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 18px;
  }

  .smartclass-photo-note h2,
  .smartclass-feature-card h2,
  .smartclass-process-card h2,
  .smartclass-seo-card h2,
  .smartclass-benefit-panel h2 {
    font-size: 22px;
  }

  .smartclass-feature-card,
  .smartclass-process-card,
  .smartclass-seo-card,
  .smartclass-benefit-panel,
  .smartclass-visiting-panel {
    padding: 22px;
    border-radius: 22px;
  }

  .smartclass-feature-slot {
    width: 68px;
    height: 68px;
  }

  .smartclass-chip-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .smartclass-visiting-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 16px;
    border-radius: 22px;
  }

  .smartclass-visit-icon-box {
    min-height: 168px;
  }

  .smartclass-visit-email {
    font-size: 16px;
  }

  .smartclass-visit-grid {
    grid-template-columns: 1fr;
  }

  .smartclass-visit-wide {
    grid-column: auto;
  }
}

@media (max-width: 430px) {
  .smartclass-hero-copy,
  .smartclass-visual-card {
    padding: 32px 20px;
  }

  .smartclass-hero-copy h1 {
    font-size: 35px;
  }

  .smartclass-hero-copy blockquote {
    font-size: 14px;
  }

  .smartclass-step-grid {
    grid-template-columns: 1fr;
  }

  .smartclass-board {
    margin-bottom: 184px;
  }
}

/* ===================================== */
/* Co-Curricular Activities - Modern SEO Style */
/* ===================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");

.cocurricular-modern {
  --green-950: #052417;
  --green-900: #073522;
  --green-800: #075134;
  --green-700: #087a4c;
  --teal: #0ea99a;
  --blue: #1d74d8;
  --violet: #7948d8;
  --rose: #e84c7f;
  --gold: #ffc400;
  --orange: #ff8a00;
  --ink: #10251c;
  --muted: #65766e;
  --line: rgba(7, 81, 52, .13);
  --shadow: 0 30px 90px rgba(5, 36, 23, .14);
  overflow: hidden;
  margin-top: -1px;
  padding: 22px 0 76px;
  color: var(--ink);
  font-family: "Poppins", sans-serif;
  background:
    radial-gradient(ellipse at 8% 6%, rgba(255, 196, 0, .16), transparent 28%),
    radial-gradient(ellipse at 94% 3%, rgba(29, 116, 216, .14), transparent 30%),
    radial-gradient(ellipse at 76% 84%, rgba(232, 76, 127, .1), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #f6fbf8 55%, #fff 100%);
}

.cocurricular-modern *,
.cocurricular-modern *::before,
.cocurricular-modern *::after {
  box-sizing: border-box;
}

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

.cocurricular-wrap {
  width: min(100% - 72px, 1500px);
  margin: 0 auto;
}

.cocurricular-breadcrumb {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 900;
}

.cocurricular-breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}

.cocurricular-breadcrumb span {
  color: var(--orange);
}

.cocurricular-breadcrumb strong {
  color: var(--green-800);
}

.cocurricular-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  gap: 26px;
  min-height: 540px;
  margin-bottom: 22px;
}

.cocurricular-hero-copy,
.cocurricular-stage-card {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border-radius: 34px;
  box-shadow: var(--shadow);
  animation: cocurricularRise .8s ease both;
}

.cocurricular-stage-card {
  animation-delay: .12s;
}

.cocurricular-hero-copy {
  isolation: isolate;
  padding: 54px 58px;
  color: #fff;
  background:
    linear-gradient(130deg, rgba(5, 36, 23, .98), rgba(7, 81, 52, .96)),
    radial-gradient(ellipse at 82% 18%, rgba(255, 138, 0, .25), transparent 40%);
}

.cocurricular-hero-copy::before {
  content: "";
  position: absolute;
  right: -136px;
  bottom: -184px;
  z-index: -1;
  width: 430px;
  height: 430px;
  border: 62px solid rgba(255, 196, 0, .22);
  border-radius: 50%;
  animation: cocurricularRingFloat 5.5s ease-in-out infinite;
}

.cocurricular-hero-copy::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .1), transparent 34%),
    radial-gradient(ellipse at 78% 76%, rgba(14, 169, 154, .2), transparent 44%);
  pointer-events: none;
  animation: cocurricularHeroLight 6s ease-in-out infinite;
}

.cocurricular-eyebrow,
.cocurricular-hero-copy h1,
.cocurricular-hero-copy p,
.cocurricular-pills {
  position: relative;
  z-index: 1;
}

.cocurricular-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 15px;
  margin-bottom: 25px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.cocurricular-eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(255, 196, 0, .2);
  animation: cocurricularDotBlink 1.1s ease-in-out infinite;
}

.cocurricular-hero-copy h1 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 4.8vw, 5.1rem);
  font-weight: 900;
  line-height: .94;
  letter-spacing: 0;
  text-transform: uppercase;
  animation: cocurricularFadeLeft .8s ease both .12s;
}

.cocurricular-hero-copy h1 span {
  display: block;
  color: var(--gold);
}

.cocurricular-hero-copy p {
  max-width: 720px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.62;
  animation: cocurricularFadeLeft .8s ease both .22s;
}

.cocurricular-pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  gap: 14px;
  max-width: 600px;
  margin-top: 32px;
}

.cocurricular-pills > span {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  animation: cocurricularPop .55s ease both;
  transition: transform .24s ease, background .24s ease, box-shadow .24s ease;
}

.cocurricular-pills > span:nth-child(1) { animation-delay: .28s; }
.cocurricular-pills > span:nth-child(2) { animation-delay: .36s; }
.cocurricular-pills > span:nth-child(3) { animation-delay: .44s; }
.cocurricular-pills > span:nth-child(4) { animation-delay: .52s; }

.cocurricular-pills > span:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .22);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .12);
}

.cocurricular-stage-card {
  isolation: isolate;
  display: grid;
  align-content: end;
  padding: 42px;
  background:
    radial-gradient(ellipse at 30% 10%, rgba(255, 255, 255, .86), transparent 28%),
    linear-gradient(135deg, #e7fff3 0%, #dceeff 48%, #fff4cf 100%);
}

.cocurricular-stage-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 81, 52, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(7, 81, 52, .06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .88));
}

.cocurricular-stage-board {
  position: relative;
  z-index: 2;
  min-height: 318px;
  padding: 34px;
  border: 12px solid #123527;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(ellipse at 78% 20%, rgba(255, 196, 0, .25), transparent 34%),
    linear-gradient(145deg, rgba(8, 122, 76, .96), rgba(5, 36, 23, .98));
  box-shadow: 0 26px 70px rgba(5, 36, 23, .26);
  animation: cocurricularBoardFloat 5s ease-in-out infinite;
}

.cocurricular-stage-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cocurricular-stage-board h2 {
  max-width: 420px;
  margin: 78px 0 14px;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 900;
  line-height: .95;
}

.cocurricular-stage-board p {
  max-width: 440px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.58;
}

.cocurricular-stage-orbit {
  position: absolute;
  top: 34px;
  right: 34px;
  display: grid;
  grid-template-columns: repeat(2, 76px);
  gap: 10px;
}

.cocurricular-stage-orbit i {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 26px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.cocurricular-stage-orbit i:nth-child(2) {
  background: rgba(255, 196, 0, .2);
}

.cocurricular-stage-orbit i:nth-child(3) {
  background: rgba(29, 116, 216, .2);
}

.cocurricular-stage-orbit i:nth-child(4) {
  background: rgba(255, 138, 0, .18);
}

.cocurricular-photo-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.cocurricular-photo-strip img {
  width: 100%;
  height: 86px;
  border: 4px solid rgba(255, 255, 255, .9);
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 14px 30px rgba(5, 36, 23, .14);
}

.cocurricular-focus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.cocurricular-focus-grid article,
.cocurricular-card,
.cocurricular-library-panel,
.cocurricular-contact-panel {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 54px rgba(5, 36, 23, .08);
  animation: cocurricularRise .75s ease both;
}

.cocurricular-focus-grid article {
  min-height: 184px;
  padding: 24px;
  border-radius: 24px;
  transition: transform .28s ease, box-shadow .28s ease;
}

.cocurricular-focus-grid article:hover,
.cocurricular-card:hover,
.cocurricular-library-panel:hover,
.cocurricular-contact-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(5, 36, 23, .12);
}

.cocurricular-focus-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: var(--green-800);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.cocurricular-focus-grid article:nth-child(2) span {
  background: var(--blue);
}

.cocurricular-focus-grid article:nth-child(3) span {
  background: var(--orange);
}

.cocurricular-focus-grid article:nth-child(4) span {
  background: var(--teal);
}

.cocurricular-focus-grid h2 {
  margin: 0 0 9px;
  color: var(--green-950);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.12;
}

.cocurricular-focus-grid p {
  margin: 0;
  color: #3e5149;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.62;
}

.cocurricular-section-title {
  max-width: 900px;
  margin: 0 auto 24px;
  text-align: center;
}

.cocurricular-section-title span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(255, 138, 0, .11);
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cocurricular-section-title h2 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  line-height: .96;
  letter-spacing: 0;
}

.cocurricular-section-title p {
  max-width: 720px;
  margin: 14px auto 0;
  color: #3e5149;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.62;
}

.cocurricular-activity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cocurricular-card {
  overflow: hidden;
  border-radius: 24px;
  transition: transform .28s ease, box-shadow .28s ease;
}

.cocurricular-card-media {
  position: relative;
  min-height: 232px;
  background:
    radial-gradient(ellipse at 30% 12%, rgba(255, 255, 255, .85), transparent 30%),
    linear-gradient(135deg, #e8fff4, #fff4cf);
}

.cocurricular-card-media img {
  width: 100%;
  height: 252px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .36s ease, filter .36s ease;
}

.cocurricular-card:hover .cocurricular-card-media img {
  transform: scale(1.07);
  filter: saturate(1.08);
}

.cocurricular-card-media span {
  position: absolute;
  right: 18px;
  bottom: -22px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: linear-gradient(145deg, var(--orange), #ff6b10);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(255, 107, 16, .24);
}

.cocurricular-card-media.is-empty::before {
  content: "SPS";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(7, 81, 52, .26);
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 0;
}

.cocurricular-card-body {
  padding: 28px 24px 24px;
}

.cocurricular-card-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.cocurricular-card-top span,
.cocurricular-card-top strong {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.cocurricular-card-top span {
  background: rgba(7, 81, 52, .08);
  color: var(--green-800);
}

.cocurricular-card-top strong {
  background: rgba(255, 138, 0, .11);
  color: var(--orange);
}

.cocurricular-card h3 {
  margin: 0 0 10px;
  color: var(--green-950);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.1;
}

.cocurricular-card p {
  margin: 0;
  color: #3e5149;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.62;
}

.cocurricular-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.cocurricular-card li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(7, 81, 52, .13);
  border-radius: 999px;
  background: #f7fcf9;
  color: var(--green-800);
  font-size: 12px;
  font-weight: 850;
}

.cocurricular-library-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 26px;
  align-items: center;
  margin-top: 18px;
  padding: 32px;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(ellipse at 100% 100%, rgba(255, 196, 0, .22), transparent 32%),
    linear-gradient(135deg, var(--green-800), var(--green-950));
  transition: transform .28s ease, box-shadow .28s ease;
}

.cocurricular-library-copy span,
.cocurricular-contact-panel span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(255, 196, 0, .13);
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cocurricular-library-copy h2,
.cocurricular-contact-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 900;
  line-height: 1;
}

.cocurricular-library-copy p,
.cocurricular-contact-panel p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.cocurricular-library-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.cocurricular-library-stats div {
  min-height: 146px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  background: rgba(255, 255, 255, .1);
}

.cocurricular-library-stats strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.cocurricular-library-stats span {
  display: block;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.cocurricular-contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 18px;
  padding: 32px;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(ellipse at 10% 0%, rgba(255, 196, 0, .18), transparent 30%),
    linear-gradient(135deg, #123527, #062116);
  transition: transform .28s ease, box-shadow .28s ease;
}

.cocurricular-contact-panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--orange), #ff6b10);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(255, 107, 16, .24);
  transition: transform .24s ease, box-shadow .24s ease;
}

.cocurricular-contact-panel a:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(255, 107, 16, .3);
}

@keyframes cocurricularRise {
  from {
    opacity: 0;
    transform: translateY(28px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

@keyframes cocurricularPop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes cocurricularDotBlink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(255, 196, 0, .18), 0 0 0 rgba(255, 196, 0, 0);
  }
  50% {
    opacity: .45;
    transform: scale(.72);
    box-shadow: 0 0 0 11px rgba(255, 196, 0, .28), 0 0 22px rgba(255, 196, 0, .65);
  }
}

@keyframes cocurricularRingFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-14px, -10px) rotate(4deg);
  }
}

@keyframes cocurricularHeroLight {
  0%, 100% {
    opacity: .76;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(10px);
  }
}

@keyframes cocurricularBoardFloat {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-7px) rotate(1deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cocurricular-modern *,
  .cocurricular-modern *::before,
  .cocurricular-modern *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1180px) {
  .cocurricular-hero-grid,
  .cocurricular-focus-grid,
  .cocurricular-library-panel {
    grid-template-columns: 1fr;
  }

  .cocurricular-hero-grid {
    min-height: 0;
  }

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

@media (max-width: 760px) {
  .cocurricular-modern {
    padding-top: 18px;
  }

  .cocurricular-wrap {
    width: min(100% - 32px, 620px);
  }

  .cocurricular-breadcrumb {
    flex-wrap: wrap;
    margin-bottom: 18px;
  }

  .cocurricular-hero-copy,
  .cocurricular-stage-card {
    min-height: auto;
    border-radius: 26px;
  }

  .cocurricular-hero-copy,
  .cocurricular-stage-card {
    padding: 36px 24px;
  }

  .cocurricular-hero-copy h1 {
    font-size: 42px;
  }

  .cocurricular-hero-copy p,
  .cocurricular-section-title p,
  .cocurricular-card p,
  .cocurricular-focus-grid p,
  .cocurricular-library-copy p,
  .cocurricular-contact-panel p {
    font-size: 14px;
  }

  .cocurricular-pills,
  .cocurricular-activity-grid,
  .cocurricular-library-stats {
    grid-template-columns: 1fr;
  }

  .cocurricular-pills > span {
    width: 100%;
  }

  .cocurricular-stage-board {
    min-height: 360px;
    padding: 24px;
    border-width: 10px;
  }

  .cocurricular-stage-board h2 {
    margin-top: 170px;
  }

  .cocurricular-stage-orbit {
    top: 24px;
    left: 24px;
    right: auto;
  }

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

  .cocurricular-focus-grid article,
  .cocurricular-card,
  .cocurricular-library-panel,
  .cocurricular-contact-panel {
    border-radius: 22px;
  }

  .cocurricular-focus-grid article,
  .cocurricular-library-panel,
  .cocurricular-contact-panel {
    padding: 22px;
  }

  .cocurricular-card-media img {
    height: 232px;
  }

  .cocurricular-contact-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .cocurricular-hero-copy,
  .cocurricular-stage-card {
    padding: 32px 20px;
  }

  .cocurricular-hero-copy h1 {
    font-size: 35px;
  }

  .cocurricular-stage-orbit {
    grid-template-columns: repeat(2, 66px);
  }

  .cocurricular-stage-orbit i {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    font-size: 12px;
  }

  .cocurricular-stage-board h2 {
    margin-top: 150px;
  }
}
/* ===================================== */
/* Sports & Clubs Page - Modern SEO Style */
/* ===================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");

.sportsclubs-modern {
  --green-950: #052417;
  --green-900: #073522;
  --green-800: #075134;
  --green-700: #087a4c;
  --teal: #0ea99a;
  --blue: #1d74d8;
  --violet: #7948d8;
  --rose: #e84c7f;
  --gold: #ffc400;
  --orange: #ff8a00;
  --ink: #10251c;
  --muted: #65766e;
  --line: rgba(7, 81, 52, .13);
  --shadow: 0 30px 90px rgba(5, 36, 23, .14);
  overflow: hidden;
  margin-top: -1px;
  padding: 22px 0 76px;
  color: var(--ink);
  font-family: "Poppins", sans-serif;
  background:
    radial-gradient(ellipse at 7% 8%, rgba(255, 196, 0, .16), transparent 28%),
    radial-gradient(ellipse at 94% 3%, rgba(29, 116, 216, .14), transparent 30%),
    radial-gradient(ellipse at 76% 84%, rgba(14, 169, 154, .12), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #f6fbf8 55%, #fff 100%);
}

.sportsclubs-modern *,
.sportsclubs-modern *::before,
.sportsclubs-modern *::after {
  box-sizing: border-box;
}

.sportsclubs-wrap {
  width: min(100% - 72px, 1500px);
  margin: 0 auto;
}

.sportsclubs-breadcrumb {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 900;
}

.sportsclubs-breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}

.sportsclubs-breadcrumb span {
  color: var(--orange);
}

.sportsclubs-breadcrumb strong {
  color: var(--green-800);
}

.sportsclubs-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  gap: 26px;
  min-height: 540px;
  margin-bottom: 22px;
}

.sportsclubs-hero-copy,
.sportsclubs-score-card {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border-radius: 34px;
  box-shadow: var(--shadow);
  animation: sportsclubsRise .8s ease both;
}

.sportsclubs-score-card {
  animation-delay: .12s;
}

.sportsclubs-hero-copy {
  isolation: isolate;
  padding: 54px 58px;
  color: #fff;
  background:
    linear-gradient(130deg, rgba(5, 36, 23, .98), rgba(7, 81, 52, .96)),
    radial-gradient(ellipse at 82% 18%, rgba(29, 116, 216, .3), transparent 40%);
}

.sportsclubs-hero-copy::before {
  content: "";
  position: absolute;
  right: -136px;
  bottom: -184px;
  z-index: -1;
  width: 430px;
  height: 430px;
  border: 62px solid rgba(255, 196, 0, .22);
  border-radius: 50%;
  animation: sportsclubsRingFloat 5.5s ease-in-out infinite;
}

.sportsclubs-hero-copy::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .1), transparent 34%),
    radial-gradient(ellipse at 78% 76%, rgba(255, 138, 0, .18), transparent 44%);
  pointer-events: none;
  animation: sportsclubsHeroLight 6s ease-in-out infinite;
}

.sportsclubs-eyebrow,
.sportsclubs-hero-copy h1,
.sportsclubs-hero-copy p,
.sportsclubs-pills {
  position: relative;
  z-index: 1;
}

.sportsclubs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 15px;
  margin-bottom: 25px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.sportsclubs-eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(255, 196, 0, .2);
  animation: sportsclubsDotBlink 1.1s ease-in-out infinite;
}

.sportsclubs-hero-copy h1 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 4.8vw, 5.1rem);
  font-weight: 900;
  line-height: .94;
  letter-spacing: 0;
  text-transform: uppercase;
  animation: sportsclubsFadeLeft .8s ease both .12s;
}

.sportsclubs-hero-copy h1 span {
  display: block;
  color: var(--gold);
}

.sportsclubs-hero-copy p {
  max-width: 720px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.62;
  animation: sportsclubsFadeLeft .8s ease both .22s;
}

.sportsclubs-pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  gap: 14px;
  max-width: 620px;
  margin-top: 32px;
}

.sportsclubs-pills > span {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  animation: sportsclubsPop .55s ease both;
  transition: transform .24s ease, background .24s ease, box-shadow .24s ease;
}

.sportsclubs-pills > span:nth-child(1) { animation-delay: .28s; }
.sportsclubs-pills > span:nth-child(2) { animation-delay: .36s; }
.sportsclubs-pills > span:nth-child(3) { animation-delay: .44s; }
.sportsclubs-pills > span:nth-child(4) { animation-delay: .52s; }

.sportsclubs-pills > span:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .22);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .12);
}

.sportsclubs-score-card {
  isolation: isolate;
  display: grid;
  align-content: end;
  padding: 42px;
  background:
    radial-gradient(ellipse at 30% 10%, rgba(255, 255, 255, .86), transparent 28%),
    linear-gradient(135deg, #e7fff3 0%, #dceeff 48%, #fff4cf 100%);
}

.sportsclubs-score-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 81, 52, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(7, 81, 52, .06) 1px, transparent 1px);
  background-size: 42px 42px;
}

.sportsclubs-score-board {
  position: relative;
  z-index: 2;
  min-height: 320px;
  padding: 34px;
  border: 12px solid #123527;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(ellipse at 82% 20%, rgba(255, 196, 0, .25), transparent 34%),
    linear-gradient(145deg, rgba(8, 122, 76, .96), rgba(5, 36, 23, .98));
  box-shadow: 0 26px 70px rgba(5, 36, 23, .26);
  animation: sportsclubsBoardFloat 5s ease-in-out infinite;
}

.sportsclubs-score-board > span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sportsclubs-score-board h2 {
  max-width: 450px;
  margin: 74px 0 14px;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 900;
  line-height: .95;
}

.sportsclubs-score-board p {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.58;
}

.sportsclubs-score-stats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.sportsclubs-score-stats div {
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(7, 81, 52, .1);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 30px rgba(5, 36, 23, .1);
}

.sportsclubs-score-stats strong {
  display: block;
  color: var(--green-950);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.sportsclubs-score-stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.sportsclubs-focus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.sportsclubs-focus-grid article,
.sportsclubs-club-card,
.sportsclubs-table-panel,
.sportsclubs-program-panel {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 54px rgba(5, 36, 23, .08);
  animation: sportsclubsRise .75s ease both;
}

.sportsclubs-focus-grid article {
  min-height: 184px;
  padding: 24px;
  border-radius: 24px;
  transition: transform .28s ease, box-shadow .28s ease;
}

.sportsclubs-focus-grid article:hover,
.sportsclubs-club-card:hover,
.sportsclubs-table-panel:hover,
.sportsclubs-program-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(5, 36, 23, .12);
}

.sportsclubs-focus-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: var(--green-800);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.sportsclubs-focus-grid article:nth-child(2) span {
  background: var(--blue);
}

.sportsclubs-focus-grid article:nth-child(3) span {
  background: var(--orange);
}

.sportsclubs-focus-grid article:nth-child(4) span {
  background: var(--teal);
}

.sportsclubs-focus-grid h2 {
  margin: 0 0 9px;
  color: var(--green-950);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.12;
}

.sportsclubs-focus-grid p {
  margin: 0;
  color: #3e5149;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.62;
}

.sportsclubs-section-title {
  max-width: 940px;
  margin: 0 auto 24px;
  text-align: center;
}

.sportsclubs-section-title span,
.sportsclubs-table-heading span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(255, 138, 0, .11);
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sportsclubs-section-title h2,
.sportsclubs-table-heading h2 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  line-height: .96;
  letter-spacing: 0;
}

.sportsclubs-section-title p,
.sportsclubs-table-heading p {
  max-width: 760px;
  margin: 14px auto 0;
  color: #3e5149;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.62;
}

.sportsclubs-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sportsclubs-club-card {
  position: relative;
  overflow: hidden;
  min-height: 338px;
  padding: 24px;
  border-radius: 24px;
  transition: transform .28s ease, box-shadow .28s ease;
}

.sportsclubs-club-card::before {
  content: "";
  position: absolute;
  right: -72px;
  top: -72px;
  width: 170px;
  height: 170px;
  border: 34px solid rgba(8, 122, 76, .08);
  border-radius: 50%;
}

.sportsclubs-club-card.is-orange::before { border-color: rgba(255, 138, 0, .16); }
.sportsclubs-club-card.is-blue::before { border-color: rgba(29, 116, 216, .15); }
.sportsclubs-club-card.is-green::before { border-color: rgba(8, 122, 76, .14); }
.sportsclubs-club-card.is-violet::before { border-color: rgba(121, 72, 216, .14); }
.sportsclubs-club-card.is-gold::before { border-color: rgba(255, 196, 0, .2); }
.sportsclubs-club-card.is-teal::before { border-color: rgba(14, 169, 154, .15); }
.sportsclubs-club-card.is-rose::before { border-color: rgba(232, 76, 127, .15); }

.sportsclubs-club-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.sportsclubs-club-top span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: var(--green-800);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(7, 81, 52, .18);
}

.sportsclubs-club-card.is-orange .sportsclubs-club-top span { background: var(--orange); }
.sportsclubs-club-card.is-blue .sportsclubs-club-top span { background: var(--blue); }
.sportsclubs-club-card.is-violet .sportsclubs-club-top span { background: var(--violet); }
.sportsclubs-club-card.is-gold .sportsclubs-club-top span { background: #d89c00; }
.sportsclubs-club-card.is-teal .sportsclubs-club-top span { background: var(--teal); }
.sportsclubs-club-card.is-rose .sportsclubs-club-top span { background: var(--rose); }

.sportsclubs-club-top strong {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(7, 81, 52, .08);
  color: var(--green-800);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.sportsclubs-club-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--green-950);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.08;
}

.sportsclubs-club-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #3e5149;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.62;
}

.sportsclubs-club-card dl {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 0;
}

.sportsclubs-club-card dl div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid rgba(7, 81, 52, .1);
  border-radius: 14px;
  background: #f7fcf9;
}

.sportsclubs-club-card dt,
.sportsclubs-club-card dd {
  margin: 0;
}

.sportsclubs-club-card dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sportsclubs-club-card dd {
  color: var(--green-950);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
}

.sportsclubs-table-panel {
  margin-top: 18px;
  padding: 32px;
  border-radius: 28px;
  transition: transform .28s ease, box-shadow .28s ease;
}

.sportsclubs-table-heading {
  max-width: 920px;
  margin: 0 auto 24px;
  text-align: center;
}

.sportsclubs-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(7, 81, 52, .12);
  border-radius: 22px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
}

.sportsclubs-table-wrap table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

.sportsclubs-table-wrap th,
.sportsclubs-table-wrap td {
  padding: 18px 16px;
  border-bottom: 1px solid rgba(7, 81, 52, .09);
  text-align: left;
  vertical-align: middle;
}

.sportsclubs-table-wrap thead th {
  background: linear-gradient(145deg, var(--orange), #ffbd17);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sportsclubs-table-wrap tbody tr {
  transition: background .2s ease, transform .2s ease;
}

.sportsclubs-table-wrap tbody tr:hover {
  background: #f7fcf9;
}

.sportsclubs-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.sportsclubs-table-wrap td {
  color: var(--green-950);
  font-size: 14px;
  font-weight: 800;
}

.sportsclubs-table-wrap td:first-child {
  width: 70px;
  color: var(--orange);
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.sportsclubs-program-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  gap: 26px;
  align-items: center;
  margin-top: 18px;
  padding: 32px;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(ellipse at 100% 100%, rgba(255, 196, 0, .22), transparent 32%),
    linear-gradient(135deg, var(--green-800), var(--green-950));
  transition: transform .28s ease, box-shadow .28s ease;
}

.sportsclubs-program-panel > div:first-child > span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(255, 196, 0, .13);
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sportsclubs-program-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 900;
  line-height: 1;
}

.sportsclubs-program-panel p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.sportsclubs-program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.sportsclubs-program-grid article {
  min-height: 132px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  background: rgba(255, 255, 255, .1);
}

.sportsclubs-program-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.sportsclubs-program-grid span {
  display: block;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

@keyframes sportsclubsRise {
  from {
    opacity: 0;
    transform: translateY(28px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

@keyframes sportsclubsPop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes sportsclubsDotBlink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(255, 196, 0, .18), 0 0 0 rgba(255, 196, 0, 0);
  }
  50% {
    opacity: .45;
    transform: scale(.72);
    box-shadow: 0 0 0 11px rgba(255, 196, 0, .28), 0 0 22px rgba(255, 196, 0, .65);
  }
}

@keyframes sportsclubsRingFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-14px, -10px) rotate(4deg);
  }
}

@keyframes sportsclubsHeroLight {
  0%, 100% {
    opacity: .76;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(10px);
  }
}

@keyframes sportsclubsBoardFloat {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-7px) rotate(1deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sportsclubs-modern *,
  .sportsclubs-modern *::before,
  .sportsclubs-modern *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1180px) {
  .sportsclubs-hero-grid,
  .sportsclubs-focus-grid,
  .sportsclubs-program-panel {
    grid-template-columns: 1fr;
  }

  .sportsclubs-hero-grid {
    min-height: 0;
  }

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

@media (max-width: 760px) {
  .sportsclubs-modern {
    padding-top: 18px;
  }

  .sportsclubs-wrap {
    width: min(100% - 32px, 620px);
  }

  .sportsclubs-breadcrumb {
    flex-wrap: wrap;
    margin-bottom: 18px;
  }

  .sportsclubs-hero-copy,
  .sportsclubs-score-card {
    min-height: auto;
    border-radius: 26px;
  }

  .sportsclubs-hero-copy,
  .sportsclubs-score-card {
    padding: 36px 24px;
  }

  .sportsclubs-hero-copy h1 {
    font-size: 42px;
  }

  .sportsclubs-hero-copy p,
  .sportsclubs-section-title p,
  .sportsclubs-table-heading p,
  .sportsclubs-club-card p,
  .sportsclubs-focus-grid p,
  .sportsclubs-program-panel p {
    font-size: 14px;
  }

  .sportsclubs-pills,
  .sportsclubs-card-grid,
  .sportsclubs-score-stats,
  .sportsclubs-program-grid {
    grid-template-columns: 1fr;
  }

  .sportsclubs-pills > span {
    width: 100%;
  }

  .sportsclubs-score-board {
    min-height: 340px;
    padding: 24px;
    border-width: 10px;
  }

  .sportsclubs-score-board h2 {
    margin-top: 92px;
  }

  .sportsclubs-focus-grid article,
  .sportsclubs-club-card,
  .sportsclubs-table-panel,
  .sportsclubs-program-panel {
    border-radius: 22px;
  }

  .sportsclubs-focus-grid article,
  .sportsclubs-table-panel,
  .sportsclubs-program-panel {
    padding: 22px;
  }

  .sportsclubs-club-card {
    min-height: auto;
  }

  .sportsclubs-club-card dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 430px) {
  .sportsclubs-hero-copy,
  .sportsclubs-score-card {
    padding: 32px 20px;
  }

  .sportsclubs-hero-copy h1 {
    font-size: 35px;
  }

  .sportsclubs-score-board h2 {
    margin-top: 74px;
  }
}
/* ===================================== */
/* School Council Page - Modern SEO Style */
/* ===================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");

.schoolcouncil-modern {
  --green-950: #052417;
  --green-900: #073522;
  --green-800: #075134;
  --green-700: #087a4c;
  --teal: #0ea99a;
  --blue: #1d74d8;
  --gold: #ffc400;
  --orange: #ff8a00;
  --ink: #10251c;
  --muted: #65766e;
  --line: rgba(7, 81, 52, .13);
  --shadow: 0 30px 90px rgba(5, 36, 23, .14);
  overflow: hidden;
  margin-top: -1px;
  padding: 22px 0 76px;
  color: var(--ink);
  font-family: "Poppins", sans-serif;
  background:
    radial-gradient(ellipse at 7% 8%, rgba(255, 196, 0, .16), transparent 28%),
    radial-gradient(ellipse at 94% 3%, rgba(29, 116, 216, .14), transparent 30%),
    radial-gradient(ellipse at 76% 84%, rgba(14, 169, 154, .12), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #f6fbf8 55%, #fff 100%);
}

.schoolcouncil-modern *,
.schoolcouncil-modern *::before,
.schoolcouncil-modern *::after {
  box-sizing: border-box;
}

.schoolcouncil-wrap {
  width: min(100% - 72px, 1500px);
  margin: 0 auto;
}

.schoolcouncil-breadcrumb {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 900;
}

.schoolcouncil-breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}

.schoolcouncil-breadcrumb span {
  color: var(--orange);
}

.schoolcouncil-breadcrumb strong {
  color: var(--green-800);
}

.schoolcouncil-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  gap: 26px;
  min-height: 540px;
  margin-bottom: 22px;
}

.schoolcouncil-hero-copy,
.schoolcouncil-stage-card {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border-radius: 34px;
  box-shadow: var(--shadow);
  animation: schoolcouncilRise .8s ease both;
}

.schoolcouncil-stage-card {
  animation-delay: .12s;
}

.schoolcouncil-hero-copy {
  isolation: isolate;
  padding: 54px 58px;
  color: #fff;
  background:
    linear-gradient(130deg, rgba(5, 36, 23, .98), rgba(7, 81, 52, .96)),
    radial-gradient(ellipse at 82% 18%, rgba(29, 116, 216, .3), transparent 40%);
}

.schoolcouncil-hero-copy::before {
  content: "";
  position: absolute;
  right: -136px;
  bottom: -184px;
  z-index: -1;
  width: 430px;
  height: 430px;
  border: 62px solid rgba(255, 196, 0, .22);
  border-radius: 50%;
  animation: schoolcouncilRingFloat 5.5s ease-in-out infinite;
}

.schoolcouncil-hero-copy::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .1), transparent 34%),
    radial-gradient(ellipse at 78% 76%, rgba(255, 138, 0, .18), transparent 44%);
  pointer-events: none;
  animation: schoolcouncilHeroLight 6s ease-in-out infinite;
}

.schoolcouncil-eyebrow,
.schoolcouncil-hero-copy h1,
.schoolcouncil-hero-copy p,
.schoolcouncil-pills {
  position: relative;
  z-index: 1;
}

.schoolcouncil-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 15px;
  margin-bottom: 25px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.schoolcouncil-eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(255, 196, 0, .2);
  animation: schoolcouncilDotBlink 1.1s ease-in-out infinite;
}

.schoolcouncil-hero-copy h1 {
  max-width: 830px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 4.8vw, 5.1rem);
  font-weight: 900;
  line-height: .94;
  letter-spacing: 0;
  text-transform: uppercase;
  animation: schoolcouncilFadeLeft .8s ease both .12s;
}

.schoolcouncil-hero-copy h1 span {
  display: block;
  color: var(--gold);
}

.schoolcouncil-hero-copy p {
  max-width: 740px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.62;
  animation: schoolcouncilFadeLeft .8s ease both .22s;
}

.schoolcouncil-pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  gap: 14px;
  max-width: 640px;
  margin-top: 32px;
}

.schoolcouncil-pills > span {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  animation: schoolcouncilPop .55s ease both;
  transition: transform .24s ease, background .24s ease, box-shadow .24s ease;
}

.schoolcouncil-pills > span:nth-child(1) { animation-delay: .28s; }
.schoolcouncil-pills > span:nth-child(2) { animation-delay: .36s; }
.schoolcouncil-pills > span:nth-child(3) { animation-delay: .44s; }
.schoolcouncil-pills > span:nth-child(4) { animation-delay: .52s; }

.schoolcouncil-pills > span:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .22);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .12);
}

.schoolcouncil-stage-card {
  isolation: isolate;
  display: grid;
  align-content: end;
  padding: 42px;
  background:
    radial-gradient(ellipse at 30% 10%, rgba(255, 255, 255, .86), transparent 28%),
    linear-gradient(135deg, #e7fff3 0%, #dceeff 48%, #fff4cf 100%);
}

.schoolcouncil-stage-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 81, 52, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(7, 81, 52, .06) 1px, transparent 1px);
  background-size: 42px 42px;
}

.schoolcouncil-stage-board {
  position: relative;
  z-index: 2;
  min-height: 320px;
  padding: 34px;
  border: 12px solid #123527;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(ellipse at 82% 20%, rgba(255, 196, 0, .25), transparent 34%),
    linear-gradient(145deg, rgba(8, 122, 76, .96), rgba(5, 36, 23, .98));
  box-shadow: 0 26px 70px rgba(5, 36, 23, .26);
  animation: schoolcouncilBoardFloat 5s ease-in-out infinite;
}

.schoolcouncil-stage-board > span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.schoolcouncil-stage-board h2 {
  max-width: 470px;
  margin: 74px 0 14px;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 900;
  line-height: .95;
}

.schoolcouncil-stage-board p {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.58;
}

.schoolcouncil-stage-stats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.schoolcouncil-stage-stats div {
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(7, 81, 52, .1);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 30px rgba(5, 36, 23, .1);
}

.schoolcouncil-stage-stats strong {
  display: block;
  color: var(--green-950);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.schoolcouncil-stage-stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.schoolcouncil-focus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.schoolcouncil-focus-grid article,
.schoolcouncil-leader-card,
.schoolcouncil-grade-panel,
.schoolcouncil-table-panel,
.schoolcouncil-program-panel {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 54px rgba(5, 36, 23, .08);
  animation: schoolcouncilRise .75s ease both;
}

.schoolcouncil-focus-grid article {
  min-height: 184px;
  padding: 24px;
  border-radius: 24px;
  transition: transform .28s ease, box-shadow .28s ease;
}

.schoolcouncil-focus-grid article:hover,
.schoolcouncil-leader-card:hover,
.schoolcouncil-grade-panel:hover,
.schoolcouncil-table-panel:hover,
.schoolcouncil-program-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(5, 36, 23, .12);
}

.schoolcouncil-focus-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: var(--green-800);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.schoolcouncil-focus-grid article:nth-child(2) span {
  background: var(--blue);
}

.schoolcouncil-focus-grid article:nth-child(3) span {
  background: var(--orange);
}

.schoolcouncil-focus-grid article:nth-child(4) span {
  background: var(--teal);
}

.schoolcouncil-focus-grid h2 {
  margin: 0 0 9px;
  color: var(--green-950);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.12;
}

.schoolcouncil-focus-grid p {
  margin: 0;
  color: #3e5149;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.62;
}

.schoolcouncil-section-title {
  max-width: 980px;
  margin: 0 auto 24px;
  text-align: center;
}

.schoolcouncil-section-title span,
.schoolcouncil-table-heading span,
.schoolcouncil-grade-copy span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(255, 138, 0, .11);
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.schoolcouncil-section-title h2,
.schoolcouncil-table-heading h2,
.schoolcouncil-grade-copy h2 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  line-height: .96;
  letter-spacing: 0;
}

.schoolcouncil-section-title p,
.schoolcouncil-table-heading p,
.schoolcouncil-grade-copy p {
  max-width: 800px;
  margin: 14px auto 0;
  color: #3e5149;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.62;
}

.schoolcouncil-leader-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.schoolcouncil-leader-card {
  position: relative;
  overflow: hidden;
  min-height: 214px;
  padding: 24px;
  border-radius: 24px;
  transition: transform .28s ease, box-shadow .28s ease;
}

.schoolcouncil-leader-card::before {
  content: "";
  position: absolute;
  right: -72px;
  top: -72px;
  width: 170px;
  height: 170px;
  border: 34px solid rgba(255, 138, 0, .14);
  border-radius: 50%;
}

.schoolcouncil-leader-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.schoolcouncil-leader-top span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: var(--green-800);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(7, 81, 52, .18);
}

.schoolcouncil-leader-top strong {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(7, 81, 52, .08);
  color: var(--green-800);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.schoolcouncil-leader-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--green-950);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.08;
}

.schoolcouncil-leader-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #3e5149;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
}

.schoolcouncil-grade-panel {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 26px;
  margin-top: 18px;
  padding: 32px;
  border-radius: 28px;
  transition: transform .28s ease, box-shadow .28s ease;
}

.schoolcouncil-grade-copy {
  align-self: center;
}

.schoolcouncil-grade-copy h2,
.schoolcouncil-grade-copy p {
  margin-left: 0;
  margin-right: 0;
}

.schoolcouncil-grade-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.schoolcouncil-grade-grid article {
  min-height: 152px;
  padding: 18px;
  border: 1px solid rgba(7, 81, 52, .1);
  border-radius: 20px;
  background: #f7fcf9;
}

.schoolcouncil-grade-grid article > strong {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: var(--green-800);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.schoolcouncil-grade-grid div {
  display: grid;
  gap: 3px;
  padding: 10px 0;
  border-top: 1px solid rgba(7, 81, 52, .09);
}

.schoolcouncil-grade-grid span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.schoolcouncil-grade-grid em {
  color: var(--green-950);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
}

.schoolcouncil-table-panel {
  margin-top: 18px;
  padding: 32px;
  border-radius: 28px;
  transition: transform .28s ease, box-shadow .28s ease;
}

.schoolcouncil-table-heading {
  max-width: 980px;
  margin: 0 auto 24px;
  text-align: center;
}

.schoolcouncil-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(7, 81, 52, .12);
  border-radius: 22px;
  background: #fff;
}

.schoolcouncil-table-wrap table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.schoolcouncil-table-wrap th,
.schoolcouncil-table-wrap td {
  padding: 18px 16px;
  border-bottom: 1px solid rgba(7, 81, 52, .09);
  text-align: left;
  vertical-align: middle;
}

.schoolcouncil-table-wrap thead th {
  background: linear-gradient(145deg, var(--orange), #ffbd17);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.schoolcouncil-table-wrap tbody tr {
  transition: background .2s ease;
}

.schoolcouncil-table-wrap tbody tr:hover {
  background: #f7fcf9;
}

.schoolcouncil-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.schoolcouncil-table-wrap td {
  color: var(--green-950);
  font-size: 14px;
  font-weight: 800;
}

.schoolcouncil-table-wrap td:first-child,
.schoolcouncil-table-wrap td:nth-child(3) {
  color: var(--orange);
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.schoolcouncil-program-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  gap: 26px;
  align-items: center;
  margin-top: 18px;
  padding: 32px;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(ellipse at 100% 100%, rgba(255, 196, 0, .22), transparent 32%),
    linear-gradient(135deg, var(--green-800), var(--green-950));
  transition: transform .28s ease, box-shadow .28s ease;
}

.schoolcouncil-program-panel > div:first-child > span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(255, 196, 0, .13);
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.schoolcouncil-program-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 900;
  line-height: 1;
}

.schoolcouncil-program-panel p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.schoolcouncil-program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.schoolcouncil-program-grid article {
  min-height: 132px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  background: rgba(255, 255, 255, .1);
}

.schoolcouncil-program-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.schoolcouncil-program-grid span {
  display: block;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

@keyframes schoolcouncilRise {
  from {
    opacity: 0;
    transform: translateY(28px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

@keyframes schoolcouncilPop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes schoolcouncilDotBlink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(255, 196, 0, .18), 0 0 0 rgba(255, 196, 0, 0);
  }
  50% {
    opacity: .45;
    transform: scale(.72);
    box-shadow: 0 0 0 11px rgba(255, 196, 0, .28), 0 0 22px rgba(255, 196, 0, .65);
  }
}

@keyframes schoolcouncilRingFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-14px, -10px) rotate(4deg);
  }
}

@keyframes schoolcouncilHeroLight {
  0%, 100% {
    opacity: .76;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(10px);
  }
}

@keyframes schoolcouncilBoardFloat {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-7px) rotate(1deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .schoolcouncil-modern *,
  .schoolcouncil-modern *::before,
  .schoolcouncil-modern *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1180px) {
  .schoolcouncil-hero-grid,
  .schoolcouncil-focus-grid,
  .schoolcouncil-grade-panel,
  .schoolcouncil-program-panel {
    grid-template-columns: 1fr;
  }

  .schoolcouncil-hero-grid {
    min-height: 0;
  }

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

@media (max-width: 760px) {
  .schoolcouncil-modern {
    padding-top: 18px;
  }

  .schoolcouncil-wrap {
    width: min(100% - 32px, 620px);
  }

  .schoolcouncil-breadcrumb {
    flex-wrap: wrap;
    margin-bottom: 18px;
  }

  .schoolcouncil-hero-copy,
  .schoolcouncil-stage-card {
    min-height: auto;
    border-radius: 26px;
  }

  .schoolcouncil-hero-copy,
  .schoolcouncil-stage-card {
    padding: 36px 24px;
  }

  .schoolcouncil-hero-copy h1 {
    font-size: 42px;
  }

  .schoolcouncil-hero-copy p,
  .schoolcouncil-section-title p,
  .schoolcouncil-table-heading p,
  .schoolcouncil-grade-copy p,
  .schoolcouncil-leader-card p,
  .schoolcouncil-focus-grid p,
  .schoolcouncil-program-panel p {
    font-size: 14px;
  }

  .schoolcouncil-pills,
  .schoolcouncil-leader-grid,
  .schoolcouncil-stage-stats,
  .schoolcouncil-grade-grid,
  .schoolcouncil-program-grid {
    grid-template-columns: 1fr;
  }

  .schoolcouncil-pills > span {
    width: 100%;
  }

  .schoolcouncil-stage-board {
    min-height: 340px;
    padding: 24px;
    border-width: 10px;
  }

  .schoolcouncil-stage-board h2 {
    margin-top: 92px;
  }

  .schoolcouncil-focus-grid article,
  .schoolcouncil-leader-card,
  .schoolcouncil-grade-panel,
  .schoolcouncil-table-panel,
  .schoolcouncil-program-panel {
    border-radius: 22px;
  }

  .schoolcouncil-focus-grid article,
  .schoolcouncil-grade-panel,
  .schoolcouncil-table-panel,
  .schoolcouncil-program-panel {
    padding: 22px;
  }
}

@media (max-width: 430px) {
  .schoolcouncil-hero-copy,
  .schoolcouncil-stage-card {
    padding: 32px 20px;
  }

  .schoolcouncil-hero-copy h1 {
    font-size: 35px;
  }

  .schoolcouncil-stage-board h2 {
    margin-top: 74px;
  }
}
