:root {
  --nova-primary: #0f1f5c;
  --nova-secondary: #1b3280;
  --nova-gold: #d4a017;
  --nova-gold-light: #f0c525;
  --nova-light: #f8f7f4;
  --nova-body: #5b6475;
  --nova-white: #ffffff;
  --nova-footer-navy: #0a1540;
  --nova-shadow: 0 20px 50px rgba(15, 31, 92, 0.15);
  --nova-radius: 18px;
  --nova-container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.nova-schools-theme,
.nova-school-section {
  margin: 0;
  color: var(--nova-body);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background: #fff;
}
body.nova-schools-theme { overflow-x: hidden; }
body.admin-bar .nova-site-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px;
  overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus { clip: auto !important; clip-path: none; display: block; height: auto; left: 8px; top: 8px; width: auto; z-index: 100000; background: #fff; color: #111; padding: 12px 16px; }
.nova-skip-link { position: fixed; }
.nova-relative { position: relative; z-index: 2; }
.nova-container { width: min(calc(100% - 40px), var(--nova-container)); margin-inline: auto; }
.nova-content-narrow { max-width: 860px; }
.nova-section { position: relative; padding: clamp(72px, 8vw, 110px) 0; background: #fff; }
.nova-center { text-align: center; }
.nova-heading,
.nova-hero-title,
.nova-inner-hero-title,
.nova-entry-title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  line-height: 1.16;
  color: var(--nova-primary);
}
.nova-heading { font-size: clamp(2rem, 4vw, 3rem); }
.nova-heading-light { color: #fff; }
.nova-heading span,
.nova-hero-title span,
.nova-inner-hero-title span { color: var(--nova-gold); }
.nova-section-tag,
.nova-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border: 1px solid color-mix(in srgb, var(--nova-gold) 35%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--nova-gold) 13%, transparent);
  color: var(--nova-gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}
.nova-section-header { max-width: 720px; margin: 0 auto clamp(38px, 5vw, 62px); text-align: center; }
.nova-section-header .nova-heading { margin-top: 13px; }
.nova-section-header > p { max-width: 640px; margin: 15px auto 0; color: #7d8491; }
.nova-section-header-light .nova-heading { color: #fff; }
.nova-section-header-light > p { color: #bfd0f7; }
.nova-two-column { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(38px, 7vw, 90px); align-items: center; }

/* Buttons */
.nova-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 48px; padding: 12px 25px;
  border: 0; border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 700; cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, color .25s ease, border-color .25s ease, background .25s ease;
}
.nova-button:hover { transform: translateY(-3px); }
.nova-button-arrow { transition: transform .25s ease; }
.nova-button:hover .nova-button-arrow { transform: translateX(4px); }
.nova-button-gold { color: var(--nova-primary); background: linear-gradient(135deg,var(--nova-gold),var(--nova-gold-light)); box-shadow: 0 12px 25px rgba(212,160,23,.23); }
.nova-button-gold:hover { color: var(--nova-primary); box-shadow: 0 17px 34px rgba(212,160,23,.34); }
.nova-button-blue { color: #fff; background: linear-gradient(135deg,var(--nova-secondary),#2a4fb0); box-shadow: 0 12px 25px rgba(27,50,128,.2); }
.nova-button-blue:hover { color: #fff; }
.nova-button-outline-light { color: #fff; border: 1.5px solid rgba(255,255,255,.48); background: rgba(255,255,255,.03); }
.nova-button-outline-light:hover { color: var(--nova-gold-light); border-color: var(--nova-gold); }
.nova-button-small { min-height: 40px; padding: 9px 19px; font-size: 12px; }
.nova-button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.nova-button-row-center { justify-content: center; }
.nova-text-link { display: inline-flex; color: var(--nova-secondary); font-size: 13px; font-weight: 700; text-decoration: none; }

/* Header */
.nova-site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 9990; color: #fff;
  background: transparent; transition: background .35s ease, box-shadow .35s ease, transform .35s ease;
}
body:not(.nova-is-front-page) .nova-site-header,
.nova-site-header.is-scrolled,
.elementor-editor-active .nova-site-header { background: color-mix(in srgb, var(--nova-secondary) 96%, transparent); box-shadow: 0 12px 36px rgba(4,13,52,.24); backdrop-filter: blur(12px); }
.nova-header-inner { width: min(calc(100% - 40px), var(--nova-container)); min-height: 80px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.nova-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; flex: 0 0 auto; }
.nova-logo-mark { width: 47px; height: 47px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: linear-gradient(135deg,var(--nova-gold),var(--nova-gold-light)); box-shadow: 0 9px 23px rgba(212,160,23,.28); }
.nova-logo-mark svg { width: 27px; height: 27px; }
.nova-brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.nova-brand-copy strong { font-family: "Playfair Display",serif; font-size: 15px; }
.nova-brand-copy small { margin-top: 4px; color: var(--nova-gold-light); font-size: 9px; font-weight: 600; letter-spacing: .19em; }
.nova-custom-logo .custom-logo-link { display: block; }
.nova-custom-logo img,
.nova-elementor-logo { width: auto; max-width: 170px; max-height: 54px; display: block; }
.nova-primary-nav { display: flex; align-items: center; gap: 2px; }
.nova-menu, .nova-mobile-menu, .nova-footer-links { list-style: none; margin: 0; padding: 0; }
.nova-menu { display: flex; align-items: center; gap: 1px; }
.nova-menu > li { position: relative; }
.nova-menu > li > a { display: flex; align-items: center; min-height: 42px; padding: 10px 11px; border-radius: 8px; color: #fff; font-size: 12px; font-weight: 500; text-decoration: none; white-space: nowrap; transition: color .2s ease, background .2s ease; }
.nova-menu > li > a:hover,
.nova-menu > .current-menu-item > a,
.nova-menu > .current-menu-ancestor > a { color: var(--nova-gold-light); }
.nova-menu .menu-item-has-children > a::after { content: "⌄"; margin-left: 6px; font-size: 12px; transform: translateY(-2px); }
.nova-menu .sub-menu { position: absolute; top: calc(100% + 8px); left: 0; min-width: 285px; margin: 0; padding: 9px; list-style: none; border: 1px solid rgba(212,160,23,.26); border-radius: 14px; background: linear-gradient(135deg,var(--nova-primary),var(--nova-secondary)); box-shadow: 0 22px 48px rgba(4,13,52,.32); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
.nova-menu li:hover > .sub-menu,
.nova-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nova-menu .sub-menu a { display: block; padding: 11px 13px; border-radius: 9px; color: #fff; font-size: 12px; line-height: 1.45; text-decoration: none; }
.nova-menu .sub-menu a:hover { color: var(--nova-gold-light); background: rgba(255,255,255,.08); }
.nova-menu-cta { min-height: 40px !important; margin-left: 6px; padding: 9px 18px !important; border-radius: 999px !important; font-weight: 700 !important; }
.nova-menu-cta-gold { color: var(--nova-primary) !important; background: linear-gradient(135deg,var(--nova-gold),var(--nova-gold-light)); box-shadow: 0 8px 20px rgba(212,160,23,.25); }
.nova-menu-cta-outline { border: 1px solid rgba(255,255,255,.35); }
.nova-social-round { width: 36px; height: 36px; margin-left: 7px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; color: #fff; transition: .2s ease; }
.nova-social-round svg { width: 16px; height: 16px; }
.nova-social-round:hover { color: var(--nova-gold-light); border-color: var(--nova-gold); }
.nova-menu-toggle { display: none; width: 44px; height: 42px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.nova-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; border-radius: 3px; background: #fff; transition: .25s ease; }
.nova-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nova-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.nova-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nova-mobile-navigation { display: none; max-height: 0; overflow: hidden; background: var(--nova-secondary); transition: max-height .35s ease; }
.nova-mobile-navigation.is-open { max-height: 80vh; overflow: auto; }
.nova-mobile-menu { padding: 13px 20px 22px; border-top: 1px solid rgba(255,255,255,.1); }
.nova-mobile-menu a { display: block; padding: 11px 13px; border-radius: 8px; color: #fff; font-size: 14px; text-decoration: none; }
.nova-mobile-menu a:hover { color: var(--nova-gold-light); background: rgba(255,255,255,.08); }
.nova-mobile-menu .sub-menu { list-style: none; margin: 2px 0 5px 14px; padding-left: 10px; border-left: 1px solid rgba(212,160,23,.35); }

/* Hero */
.nova-hero { min-height: max(690px,100vh); position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; }
.nova-hero-media { position: absolute; inset: -7%; background-position: center; background-size: cover; transform: scale(1.06); will-change: transform; }
.nova-hero-overlay { position: absolute; inset: 0; background: linear-gradient(115deg,rgba(15,31,92,.95) 0%,rgba(27,50,128,.82) 53%,rgba(15,31,92,.72) 100%); }
.nova-hero-overlay::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 150px; background: linear-gradient(to top,rgba(0,0,0,.26),transparent); }
.nova-hero-content { position: relative; z-index: 3; padding-top: 100px; padding-bottom: 90px; }
.nova-hero-copy { max-width: 750px; }
.nova-hero-badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 8px 18px; border: 1px solid rgba(212,160,23,.48); border-radius: 999px; color: var(--nova-gold-light); background: rgba(212,160,23,.16); font-size: 12px; }
.nova-hero-title { max-width: 850px; color: #fff; font-size: clamp(3rem,7vw,5.4rem); font-weight: 900; letter-spacing: -.025em; }
.nova-hero-description { max-width: 650px; margin: 22px 0 0; color: #d7e2ff; font-size: clamp(16px,1.7vw,19px); line-height: 1.75; }
.nova-particles { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.nova-particles i { position: absolute; left: calc((var(--i) * 8.1%) + 2%); top: calc(8% + (var(--i) * 7%)); width: 4px; height: 4px; border-radius: 50%; background: var(--nova-gold-light); opacity: .28; animation: novaFloat calc(3.2s + (var(--i) * .12s)) ease-in-out infinite alternate; animation-delay: calc(var(--i) * -.25s); }
@keyframes novaFloat { to { transform: translateY(24px); opacity: .62; } }
.nova-scroll-indicator { position: absolute; z-index: 4; left: 50%; bottom: 25px; width: 24px; height: 39px; margin-left: -12px; border: 2px solid rgba(255,255,255,.38); border-radius: 14px; }
.nova-scroll-indicator span { position: absolute; left: 50%; top: 7px; width: 4px; height: 9px; margin-left: -2px; border-radius: 4px; background: rgba(255,255,255,.7); animation: novaScroll 1.5s ease-in-out infinite; }
@keyframes novaScroll { 0%,100% { transform: translateY(0); opacity: .5; } 50% { transform: translateY(10px); opacity: 1; } }

/* Stats */
.nova-section-dark,
.nova-stats { color: #fff; background: linear-gradient(135deg,var(--nova-primary),var(--nova-secondary)); }
.nova-stats { position: relative; padding: 58px 0; overflow: hidden; }
.nova-stats::before, .nova-stats::after { content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%; background: var(--nova-gold); filter: blur(100px); opacity: .06; }
.nova-stats::before { left: -100px; top: -150px; }
.nova-stats::after { right: -100px; bottom: -160px; }
.nova-stats-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.nova-stat-card { text-align: center; }
.nova-icon-box { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(212,160,23,.28); border-radius: 15px; color: var(--nova-gold); background: rgba(212,160,23,.12); }
.nova-icon-box i, .nova-icon-box svg { width: 23px; height: 23px; font-size: 23px; fill: currentColor; }
.nova-stat-card .nova-icon-box { margin-bottom: 13px; }
.nova-stat-number { color: var(--nova-gold-light); font-family: "Playfair Display",serif; font-size: clamp(2rem,4vw,2.8rem); font-weight: 800; line-height: 1.1; }
.nova-stat-label { margin-top: 5px; color: #bfd0f7; font-size: 13px; }

/* About */
.nova-about-section { background: var(--nova-light); }
.nova-about-visual { position: relative; padding-right: 20px; }
.nova-image-frame { position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: var(--nova-radius); box-shadow: var(--nova-shadow); }
.nova-image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(15,31,92,.38),transparent 60%); }
.nova-image-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nova-about-visual::before { content: ""; position: absolute; z-index: 0; left: -16px; top: -16px; width: 80px; height: 80px; border: 2px solid rgba(212,160,23,.27); border-radius: 18px; background: rgba(212,160,23,.1); }
.nova-image-frame, .nova-year-badge { z-index: 1; }
.nova-year-badge { position: absolute; right: -5px; bottom: -24px; min-width: 105px; padding: 16px 20px; border-radius: 15px; color: #fff; text-align: center; background: linear-gradient(135deg,var(--nova-gold),var(--nova-gold-light)); box-shadow: 0 15px 28px rgba(212,160,23,.3); }
.nova-year-badge strong { display: block; font-family: "Playfair Display",serif; font-size: 28px; line-height: 1; }
.nova-year-badge span { display: block; margin-top: 5px; font-size: 10px; }
.nova-about-copy .nova-heading { margin: 13px 0 20px; }
.nova-about-copy p { margin: 0 0 13px; }
.nova-feature-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 25px 0 27px; }
.nova-feature-pills span { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border-radius: 999px; color: #4d5667; background: #fff; box-shadow: 0 7px 18px rgba(15,31,92,.08); font-size: 12px; }
.nova-feature-pills svg, .nova-feature-pills i { width: 15px; color: var(--nova-secondary); }

/* Reusable card grids */
.nova-card-grid { display: grid; gap: 23px; }
.nova-grid-four { grid-template-columns: repeat(4,minmax(0,1fr)); }
.nova-grid-three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.nova-glass-card { min-width: 0; padding: 25px; border: 1px solid rgba(212,160,23,.2); border-radius: 15px; background: rgba(255,255,255,.06); box-shadow: 0 12px 28px rgba(4,13,52,.12); transition: transform .3s ease, background .3s ease, border-color .3s ease; }
.nova-glass-card:hover { transform: translateY(-8px); border-color: rgba(212,160,23,.45); background: rgba(255,255,255,.1); }
.nova-glass-card .nova-icon-box { margin-bottom: 18px; }
.nova-icon-gold { color: #fff; background: linear-gradient(135deg,var(--nova-gold),var(--nova-gold-light)); }
.nova-glass-card h3 { margin: 0 0 10px; color: #fff; font-family: "Playfair Display",serif; font-size: 17px; }
.nova-glass-card p { margin: 0; color: #bfd0f7; font-size: 13px; line-height: 1.7; }

/* Robotics */
.nova-image-section { position: relative; color: #fff; background-image: var(--nova-bg-image); background-position: center; background-size: cover; }
.nova-image-overlay { position: absolute; inset: 0; background: linear-gradient(120deg,rgba(15,31,92,.96),rgba(27,50,128,.88)); }
.nova-robotics-copy .nova-heading { margin: 13px 0 20px; }
.nova-robotics-copy .nova-rich-text { color: #d7e2ff; margin: 0 0 14px; }
.nova-robotics-copy .nova-rich-text p { margin: 0; }
.nova-robotics-copy strong { color: #fff; }
.nova-highlight-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.nova-highlight-item { display: flex; align-items: flex-start; gap: 12px; padding: 15px; border: 1px solid rgba(212,160,23,.23); border-radius: 12px; background: rgba(255,255,255,.07); backdrop-filter: blur(6px); }
.nova-highlight-item > span { width: 27px; height: 27px; flex: 0 0 27px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg,var(--nova-gold),var(--nova-gold-light)); }
.nova-highlight-item svg, .nova-highlight-item i { width: 13px; height: 13px; font-size: 13px; }
.nova-highlight-item p { margin: 1px 0 0; color: #d7e2ff; font-size: 12px; line-height: 1.6; }

/* Timeline */
.nova-achievements-section { background: var(--nova-light); }
.nova-timeline { position: relative; max-width: 1000px; margin-inline: auto; }
.nova-timeline-line { position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; transform: translateX(-1px); background: linear-gradient(to bottom,var(--nova-secondary),var(--nova-gold),var(--nova-secondary)); }
.nova-timeline-row { position: relative; display: grid; grid-template-columns: 1fr 42px 1fr; align-items: center; gap: 19px; margin-bottom: 25px; }
.nova-timeline-row.is-right .nova-timeline-card { grid-column: 3; text-align: left; }
.nova-timeline-row.is-right .nova-timeline-dot { grid-column: 2; grid-row: 1; }
.nova-timeline-row.is-right .nova-timeline-spacer { grid-column: 1; grid-row: 1; }
.nova-timeline-row.is-left .nova-timeline-card { text-align: right; }
.nova-timeline-card { padding: 21px 24px; border-radius: 13px; background: #fff; box-shadow: 0 10px 26px rgba(15,31,92,.1); transition: transform .25s ease; }
.nova-timeline-card:hover { transform: scale(1.025); }
.nova-timeline-card small { color: var(--item-color); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.nova-timeline-card h3 { margin: 4px 0 6px; color: var(--nova-primary); font-family: "Playfair Display",serif; font-size: 16px; }
.nova-timeline-card p { margin: 0; color: #707887; font-size: 12px; line-height: 1.55; }
.nova-timeline-dot { width: 38px; height: 38px; z-index: 2; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--item-color); box-shadow: 0 8px 18px color-mix(in srgb,var(--item-color) 30%,transparent); }

/* Campus cards */
.nova-campus-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.nova-campus-card { position: relative; min-height: 450px; overflow: hidden; border: 1px solid rgba(212,160,23,.2); border-radius: 16px; background: var(--nova-primary); transition: transform .35s ease, box-shadow .35s ease; }
.nova-campus-card:hover { transform: translateY(-9px); box-shadow: 0 25px 46px rgba(4,13,52,.32); }
.nova-campus-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.nova-campus-card:hover > img { transform: scale(1.1); }
.nova-campus-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top,rgba(15,31,92,.98) 30%,rgba(15,31,92,.28) 100%); }
.nova-campus-card-content { position: relative; z-index: 2; min-height: 450px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; }
.nova-campus-tag { align-self: flex-start; padding: 5px 11px; border: 1px solid rgba(212,160,23,.42); border-radius: 999px; color: var(--nova-gold-light); background: rgba(212,160,23,.2); font-size: 10px; }
.nova-campus-card h3 { margin: 0 0 2px; color: #fff; font-family: "Playfair Display",serif; font-size: 19px; line-height: 1.25; }
.nova-campus-card strong { color: var(--nova-gold-light); font-size: 12px; }
.nova-campus-card p { margin: 8px 0 17px; color: #bfd0f7; font-size: 12px; line-height: 1.65; }

/* Vision */
.nova-vision-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.nova-philosophy-card { padding: 32px; border-radius: 18px; transition: transform .3s ease; }
.nova-philosophy-card:hover { transform: translateY(-5px); }
.nova-vision-card { border: 1px solid rgba(212,160,23,.27); background: linear-gradient(135deg,rgba(212,160,23,.08),rgba(212,160,23,.015)); }
.nova-mission-card { border: 1px solid rgba(27,50,128,.18); background: linear-gradient(135deg,rgba(27,50,128,.08),rgba(27,50,128,.015)); }
.nova-philosophy-card h3 { margin: 19px 0 12px; color: var(--nova-primary); font-family: "Playfair Display",serif; font-size: 23px; }
.nova-philosophy-card p { margin: 0; }
.nova-tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.nova-tag-list span { padding: 5px 10px; border: 1px solid rgba(27,50,128,.15); border-radius: 999px; color: var(--nova-secondary); background: rgba(27,50,128,.06); font-size: 10px; font-weight: 600; }
.nova-vision-card .nova-tag-list span { color: #9a7410; border-color: rgba(212,160,23,.25); background: rgba(212,160,23,.08); }

/* Leadership */
.nova-leadership-section { background: var(--nova-light); }
.nova-leadership-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 25px; }
.nova-leader-card { overflow: hidden; border: 1px solid rgba(27,50,128,.1); border-radius: 15px; background: #fff; box-shadow: 0 12px 28px rgba(15,31,92,.1); transition: transform .3s ease, box-shadow .3s ease; }
.nova-leader-card:hover { transform: translateY(-7px); box-shadow: 0 22px 38px rgba(15,31,92,.16); }
.nova-leader-image { height: 215px; position: relative; overflow: hidden; background: linear-gradient(180deg,#edf0f9,#8392bf); }
.nova-leader-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(15,31,92,.65),transparent 65%); }
.nova-leader-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.nova-portrait-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: #fff; background: linear-gradient(180deg,#e8ecf8,#697db6); }
.nova-portrait-placeholder span { font-size: 48px; opacity: .78; }
.nova-portrait-placeholder small { font-size: 11px; }
.nova-leader-content { padding: 23px; }
.nova-gold-line { width: 45px; height: 3px; display: block; margin-bottom: 15px; border-radius: 4px; background: linear-gradient(90deg,var(--nova-gold),var(--nova-gold-light)); }
.nova-leader-content h3 { margin: 0; color: var(--nova-primary); font-family: "Playfair Display",serif; font-size: 18px; }
.nova-leader-content > strong { display: block; margin-top: 2px; color: var(--nova-gold); font-size: 11px; }
.nova-leader-content blockquote { margin: 14px 0 0; color: #657080; font-size: 12px; line-height: 1.75; font-style: italic; }

/* CTA */
.nova-cta-section { position: relative; padding: clamp(70px,8vw,100px) 0; color: #fff; background-image: var(--nova-bg-image); background-position: center; background-size: cover; }
.nova-cta-overlay { position: absolute; inset: 0; background: linear-gradient(120deg,rgba(15,31,92,.95),rgba(15,31,92,.82) 55%,rgba(212,160,23,.34)); }
.nova-cta-copy { max-width: 800px; margin-inline: auto; text-align: center; }
.nova-cta-copy .nova-heading { margin: 13px 0 16px; }
.nova-cta-copy > p { max-width: 620px; margin: 0 auto; color: #d7e2ff; }

/* Inner hero */
.nova-inner-hero,
.nova-campus-hero { position: relative; min-height: 430px; display: flex; align-items: center; padding: 145px 0 72px; color: #fff; background-image: var(--nova-bg-image); background-position: center; background-size: cover; }
.nova-campus-hero { min-height: 610px; }
.nova-inner-hero-overlay { position: absolute; inset: 0; background: linear-gradient(120deg,rgba(15,31,92,.96),rgba(27,50,128,.8)); }
.nova-inner-hero-title { max-width: 900px; color: #fff; font-size: clamp(2.7rem,6vw,4.6rem); }
.nova-inner-hero p,
.nova-campus-hero p { max-width: 700px; margin: 18px 0 0; color: #d7e2ff; font-size: 17px; }
.nova-campus-hero .nova-button { margin-top: 27px; }

/* Admissions */
.nova-admission-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; counter-reset: steps; }
.nova-admission-steps article { position: relative; padding: 28px 22px; border: 1px solid rgba(27,50,128,.1); border-radius: 16px; background: #fff; box-shadow: 0 12px 26px rgba(15,31,92,.08); }
.nova-step-number { position: absolute; right: 17px; top: 13px; color: rgba(27,50,128,.13); font-family: "Playfair Display",serif; font-size: 37px; font-weight: 900; }
.nova-admission-steps h3 { margin: 17px 0 9px; color: var(--nova-primary); font-family: "Playfair Display",serif; font-size: 18px; }
.nova-admission-steps p { margin: 0; font-size: 13px; }
.nova-admission-bottom { align-items: stretch; }
.nova-check-list { margin: 25px 0 0; padding: 0; list-style: none; }
.nova-check-list li { position: relative; margin: 0 0 11px; padding-left: 29px; }
.nova-check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 21px; height: 21px; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--nova-gold); font-size: 11px; }
.nova-callout-card { padding: 36px; border-radius: 18px; color: #fff; background: linear-gradient(135deg,var(--nova-primary),var(--nova-secondary)); box-shadow: var(--nova-shadow); }
.nova-callout-card h3 { margin: 17px 0 11px; font-family: "Playfair Display",serif; font-size: 27px; }
.nova-callout-card p { color: #bfd0f7; }
.nova-callout-card .nova-button { margin-top: 12px; }

/* Gallery */
.nova-gallery-section { background: var(--nova-light); }
.nova-gallery-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-bottom: 30px; }
.nova-gallery-filters button { padding: 8px 15px; border: 1px solid rgba(27,50,128,.15); border-radius: 999px; color: var(--nova-secondary); background: #fff; font-size: 12px; cursor: pointer; transition: .2s ease; }
.nova-gallery-filters button.is-active,
.nova-gallery-filters button:hover { color: var(--nova-primary); border-color: var(--nova-gold); background: linear-gradient(135deg,var(--nova-gold),var(--nova-gold-light)); }
.nova-gallery-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.nova-gallery-item { position: relative; aspect-ratio: 4/3; overflow: hidden; padding: 0; border: 0; border-radius: 15px; cursor: pointer; background: var(--nova-primary); box-shadow: 0 10px 24px rgba(15,31,92,.09); }
.nova-gallery-item.is-hidden { display: none; }
.nova-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.nova-gallery-item:hover img { transform: scale(1.08); }
.nova-gallery-item > span { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 17px 15px; color: #fff; text-align: left; background: linear-gradient(to top,rgba(15,31,92,.9),transparent); }
.nova-gallery-item strong, .nova-gallery-item small { display: block; }
.nova-gallery-item strong { font-family: "Playfair Display",serif; font-size: 16px; }
.nova-gallery-item small { color: var(--nova-gold-light); font-size: 10px; }
.nova-lightbox { position: fixed; inset: 0; z-index: 10000; display: none; align-items: center; justify-content: center; padding: 30px; background: rgba(3,8,30,.9); }
.nova-lightbox.is-open { display: flex; }
.nova-lightbox figure { max-width: 1000px; max-height: 90vh; margin: 0; color: #fff; text-align: center; }
.nova-lightbox img { max-height: 80vh; width: auto; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.nova-lightbox figcaption { margin-top: 10px; }
.nova-lightbox > button { position: absolute; right: 26px; top: 20px; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; background: transparent; font-size: 30px; cursor: pointer; }

/* Events */
.nova-event-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 42px; }
.nova-event-card { position: relative; padding: 29px; border: 1px solid rgba(27,50,128,.1); border-radius: 17px; background: #fff; box-shadow: 0 13px 28px rgba(15,31,92,.09); }
.nova-event-card > span { display: inline-block; padding: 5px 10px; border-radius: 999px; color: #9a7410; background: rgba(212,160,23,.1); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.nova-event-card h3 { margin: 17px 0 10px; color: var(--nova-primary); font-family: "Playfair Display",serif; font-size: 20px; }
.nova-event-card p { font-size: 13px; }
.nova-event-card small { color: var(--nova-secondary); font-weight: 600; }
.nova-event-list { max-width: 900px; margin: 40px auto 0; }
.nova-event-list article { display: grid; grid-template-columns: 135px 1fr 150px; gap: 24px; align-items: center; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.nova-event-list time { color: var(--nova-gold-light); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.nova-event-list h3 { margin: 0 0 4px; color: #fff; font-family: "Playfair Display",serif; font-size: 17px; }
.nova-event-list p { margin: 0; color: #bfd0f7; font-size: 12px; }
.nova-event-list > article > span { color: #bfd0f7; font-size: 11px; text-align: right; }

/* Blog */
.nova-blogs-section { background: var(--nova-light); }
.nova-blog-grid { display: grid; gap: 24px; }
.nova-blog-grid.nova-columns-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.nova-blog-grid.nova-columns-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.nova-blog-grid.nova-columns-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
.nova-blog-card { overflow: hidden; border: 1px solid rgba(27,50,128,.08); border-radius: 16px; background: #fff; box-shadow: 0 12px 28px rgba(15,31,92,.08); transition: transform .3s ease; }
.nova-blog-card:hover { transform: translateY(-6px); }
.nova-blog-image { display: block; aspect-ratio: 16/10; overflow: hidden; }
.nova-blog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.nova-blog-card:hover .nova-blog-image img { transform: scale(1.06); }
.nova-blog-body { padding: 21px; }
.nova-blog-meta { display: flex; justify-content: space-between; gap: 10px; color: #8a91a0; font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.nova-blog-meta span { color: var(--nova-gold); }
.nova-blog-card h3 { margin: 11px 0 9px; font-family: "Playfair Display",serif; font-size: 18px; line-height: 1.35; }
.nova-blog-card h3 a { color: var(--nova-primary); text-decoration: none; }
.nova-blog-card p { margin: 0 0 14px; font-size: 12px; line-height: 1.65; }

/* Forms and contact */
.nova-form-section { background: var(--nova-light); }
.nova-ajax-form { padding: clamp(25px,5vw,45px); border: 1px solid rgba(27,50,128,.1); border-radius: 18px; background: #fff; box-shadow: var(--nova-shadow); }
.nova-ajax-form fieldset { margin: 0 0 30px; padding: 0; border: 0; }
.nova-ajax-form legend { width: 100%; margin-bottom: 20px; padding-bottom: 9px; border-bottom: 1px solid rgba(212,160,23,.25); color: var(--nova-primary); font-family: "Playfair Display",serif; font-size: 20px; font-weight: 700; }
.nova-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 19px; }
.nova-form-grid label { display: flex; flex-direction: column; gap: 7px; color: #394252; font-size: 12px; font-weight: 600; }
.nova-form-grid input,
.nova-form-grid select,
.nova-form-grid textarea { width: 100%; min-height: 47px; padding: 12px 14px; border: 1px solid #dce0e9; border-radius: 9px; color: #273142; background: #fbfcfe; outline: none; font-size: 14px; transition: border-color .2s ease, box-shadow .2s ease; }
.nova-form-grid textarea { min-height: 115px; resize: vertical; }
.nova-form-grid input:focus,
.nova-form-grid select:focus,
.nova-form-grid textarea:focus { border-color: var(--nova-gold); box-shadow: 0 0 0 3px rgba(212,160,23,.12); }
.nova-field-full { grid-column: 1/-1; }
.nova-honeypot { position: absolute !important; left: -99999px !important; opacity: 0 !important; }
.nova-form-status { min-height: 24px; margin-top: 15px; font-size: 13px; }
.nova-form-status.is-success { color: #13723a; }
.nova-form-status.is-error { color: #b32d2e; }
.nova-ajax-form.is-sending { opacity: .72; pointer-events: none; }
.nova-contact-cards { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 17px; margin-bottom: 50px; }
.nova-contact-cards article { padding: 24px 18px; border: 1px solid rgba(27,50,128,.09); border-radius: 15px; text-align: center; background: #fff; box-shadow: 0 10px 24px rgba(15,31,92,.07); }
.nova-contact-cards h3 { margin: 14px 0 5px; color: var(--nova-primary); font-family: "Playfair Display",serif; font-size: 16px; }
.nova-contact-cards p { margin: 0; font-size: 11px; line-height: 1.6; overflow-wrap: anywhere; }
.nova-contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: stretch; }
.nova-contact-form-card { padding: 34px; border: 1px solid rgba(27,50,128,.1); border-radius: 18px; background: #fff; box-shadow: var(--nova-shadow); }
.nova-contact-form-card .nova-heading { margin-bottom: 25px; font-size: 31px; }
.nova-contact-form-card .nova-ajax-form { padding: 0; border: 0; box-shadow: none; }
.nova-map-card { min-height: 480px; overflow: hidden; border-radius: 18px; color: #fff; background: linear-gradient(135deg,var(--nova-primary),var(--nova-secondary)); }
.nova-map-card iframe { width: 100%; height: 100%; min-height: 480px; border: 0; }
.nova-map-card > div { height: 100%; min-height: 480px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; text-align: center; }
.nova-map-card > div > span { font-size: 50px; color: var(--nova-gold-light); }
.nova-map-card h3 { margin: 11px 0 5px; font-family: "Playfair Display",serif; font-size: 26px; }
.nova-map-card p { max-width: 300px; color: #bfd0f7; font-size: 13px; }

/* Campus page */
.nova-campus-about-image { overflow: hidden; aspect-ratio: 4/3; border-radius: 18px; box-shadow: var(--nova-shadow); }
.nova-campus-about-image img { width: 100%; height: 100%; object-fit: cover; }
.nova-campus-about .nova-heading { margin: 13px 0 18px; }
.nova-fact-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; margin-top: 28px; }
.nova-fact-grid div { padding: 17px 12px; border: 1px solid rgba(27,50,128,.1); border-radius: 12px; text-align: center; background: var(--nova-light); }
.nova-fact-grid strong { display: block; color: var(--nova-gold); font-family: "Playfair Display",serif; font-size: 25px; }
.nova-fact-grid span { display: block; color: var(--nova-primary); font-size: 10px; font-weight: 600; }
.nova-campus-head-card { display: grid; grid-template-columns: 330px 1fr; gap: 50px; align-items: center; padding: 35px; border: 1px solid rgba(27,50,128,.1); border-radius: 20px; background: var(--nova-light); }
.nova-campus-head-image { height: 350px; overflow: hidden; border-radius: 16px; background: #8493bd; }
.nova-campus-head-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.nova-campus-head-card .nova-heading { margin: 13px 0 4px; }
.nova-campus-head-card > div:last-child > strong { color: var(--nova-gold); }
.nova-campus-head-card blockquote { margin: 24px 0 0; padding-left: 20px; border-left: 3px solid var(--nova-gold); color: #626c7c; font-family: "Playfair Display",serif; font-size: 19px; font-style: italic; line-height: 1.75; }

/* Footer */
.nova-site-footer { color: #c6d3f2; background: linear-gradient(135deg,var(--nova-footer-navy) 0%,var(--nova-secondary) 58%,var(--nova-footer-navy) 100%); }
.nova-footer-line { height: 3px; background: linear-gradient(90deg,transparent,var(--nova-gold),transparent); }
.nova-footer-inner { width: min(calc(100% - 40px),var(--nova-container)); margin-inline: auto; padding: 65px 0 55px; }
.nova-footer-grid { display: grid; grid-template-columns: 1.25fr .8fr 1fr 1fr; gap: 42px; }
.nova-footer-brand { margin-bottom: 18px; }
.nova-footer-about p { margin: 0 0 13px; font-size: 12px; line-height: 1.75; }
.nova-footer-social { display: inline-block; margin-top: 8px; color: var(--nova-gold-light); font-size: 12px; text-decoration: none; }
.nova-footer-column h3 { margin: 0 0 17px; padding-bottom: 9px; border-bottom: 1px solid rgba(212,160,23,.28); color: var(--nova-gold); font-family: "Playfair Display",serif; font-size: 15px; }
.nova-footer-links li { margin: 0 0 8px; }
.nova-footer-links a { color: #c6d3f2; font-size: 12px; text-decoration: none; transition: color .2s ease; }
.nova-footer-links a::before { content: "•"; margin-right: 8px; color: var(--nova-gold); }
.nova-footer-links a:hover { color: var(--nova-gold-light); }
.nova-footer-contact { list-style: none; margin: 0; padding: 0; }
.nova-footer-contact li { display: grid; grid-template-columns: 12px 1fr; gap: 9px; margin-bottom: 13px; color: #c6d3f2; font-size: 12px; line-height: 1.7; }
.nova-footer-contact li > span { color: var(--nova-gold); }
.nova-footer-contact a { color: inherit; text-decoration: none; }
.nova-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.nova-footer-bottom > div { width: min(calc(100% - 40px),var(--nova-container)); min-height: 64px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #9fb1dc; font-size: 10px; }

/* Standard WordPress */
.nova-standard-page { min-height: 70vh; padding: 150px 0 90px; background: var(--nova-light); }
.nova-content-wrap { width: min(calc(100% - 40px),var(--nova-container)); margin-inline: auto; }
.nova-entry-header { margin-bottom: 35px; }
.nova-entry-title { font-size: clamp(2.3rem,5vw,4rem); }
.nova-featured-image { margin-bottom: 35px; overflow: hidden; border-radius: 18px; }
.nova-entry-content { color: #4f5969; }
.nova-entry-content h2, .nova-entry-content h3 { color: var(--nova-primary); font-family: "Playfair Display",serif; }
.nova-post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.nova-post-card { overflow: hidden; border-radius: 15px; background: #fff; box-shadow: 0 10px 25px rgba(15,31,92,.08); }
.nova-post-card-image { display: block; aspect-ratio: 16/10; overflow: hidden; }
.nova-post-card-image img { width: 100%; height: 100%; object-fit: cover; }
.nova-post-card-body { padding: 22px; }
.nova-post-card-body h2 { margin: 7px 0; font-family: "Playfair Display",serif; font-size: 20px; }
.nova-post-card-body h2 a { color: var(--nova-primary); text-decoration: none; }
.nova-post-meta { color: var(--nova-gold); font-size: 10px; text-transform: uppercase; }
.nova-404 { display: flex; align-items: center; text-align: center; }
.nova-404 .nova-button { margin-top: 16px; }

/* Animation: content remains visible unless JS has successfully initialized. */
html.nova-animations-ready .nova-reveal { opacity: 0; transform: translateY(35px); transition: opacity .75s ease, transform .75s ease; }
html.nova-animations-ready .nova-reveal.is-visible { opacity: 1; transform: none; }
.elementor-editor-active .nova-reveal,
.elementor-editor-preview .nova-reveal { opacity: 1 !important; transform: none !important; }

/* Elementor reset and full width */
.nova-elementor-page { overflow: hidden; }
.elementor-widget-nova-school-section,
.elementor-widget-nova-site-header,
.elementor-widget-nova-site-footer { margin: 0 !important; }
.elementor-widget-nova-school-section > .elementor-widget-container { overflow: visible; }
.elementor-editor-active .nova-site-header { position: relative; top: auto !important; }
.elementor-editor-active .nova-hero { min-height: 680px; }
.elementor-editor-active .nova-inner-hero { min-height: 420px; }

/* Responsive */
@media (max-width: 1180px) {
  .nova-primary-nav { display: none; }
  .nova-menu-toggle { display: block; }
  .nova-mobile-navigation { display: block; }
  .nova-grid-four { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .nova-admission-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .nova-contact-cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .nova-blog-grid.nova-columns-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 900px) {
  body.admin-bar .nova-site-header { top: 46px; }
  .nova-two-column { grid-template-columns: 1fr; gap: 52px; }
  .nova-about-grid { grid-template-columns: 1fr; }
  .nova-about-visual { max-width: 650px; margin-inline: auto; }
  .nova-stats-grid { grid-template-columns: repeat(2,1fr); row-gap: 42px; }
  .nova-campus-grid, .nova-leadership-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }
  .nova-campus-card { min-height: 430px; }
  .nova-vision-grid { grid-template-columns: 1fr; }
  .nova-gallery-grid, .nova-event-grid, .nova-blog-grid.nova-columns-3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .nova-contact-grid { grid-template-columns: 1fr; }
  .nova-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .nova-campus-head-card { grid-template-columns: 1fr; }
  .nova-campus-head-image { max-width: 420px; }
  .nova-grid-three { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767px) {
  body.admin-bar .nova-site-header { top: 46px; }
  .nova-container, .nova-header-inner, .nova-footer-inner, .nova-footer-bottom > div, .nova-content-wrap { width: min(calc(100% - 30px),var(--nova-container)); }
  .nova-header-inner { min-height: 72px; }
  .nova-logo-mark { width: 42px; height: 42px; }
  .nova-brand-copy strong { font-size: 13px; }
  .nova-hero { min-height: 720px; align-items: center; }
  .nova-hero-content { padding-top: 120px; padding-bottom: 80px; }
  .nova-hero-title { font-size: clamp(2.7rem,13vw,4rem); }
  .nova-hero-description { font-size: 15px; }
  .nova-button-row { flex-direction: column; align-items: flex-start; }
  .nova-button-row .nova-button { width: 100%; }
  .nova-stats-grid { grid-template-columns: repeat(2,1fr); gap: 33px 12px; }
  .nova-stat-number { font-size: 27px; }
  .nova-grid-four, .nova-grid-three, .nova-admission-steps, .nova-gallery-grid, .nova-event-grid, .nova-blog-grid.nova-columns-2, .nova-blog-grid.nova-columns-3, .nova-blog-grid.nova-columns-4, .nova-contact-cards { grid-template-columns: 1fr; }
  .nova-highlight-grid { grid-template-columns: 1fr; }
  .nova-timeline-line { left: 18px; }
  .nova-timeline-row, .nova-timeline-row.is-left, .nova-timeline-row.is-right { grid-template-columns: 36px 1fr; gap: 12px; }
  .nova-timeline-row .nova-timeline-dot, .nova-timeline-row.is-left .nova-timeline-dot, .nova-timeline-row.is-right .nova-timeline-dot { grid-column: 1; grid-row: 1; width: 36px; height: 36px; }
  .nova-timeline-row .nova-timeline-card, .nova-timeline-row.is-left .nova-timeline-card, .nova-timeline-row.is-right .nova-timeline-card { grid-column: 2; grid-row: 1; text-align: left; }
  .nova-timeline-spacer { display: none; }
  .nova-section { padding: 72px 0; }
  .nova-philosophy-card, .nova-callout-card { padding: 25px; }
  .nova-inner-hero, .nova-campus-hero { min-height: 470px; padding-top: 130px; }
  .nova-inner-hero-title { font-size: 42px; }
  .nova-event-list article { grid-template-columns: 1fr; gap: 5px; }
  .nova-event-list > article > span { text-align: left; }
  .nova-form-grid { grid-template-columns: 1fr; }
  .nova-field-full { grid-column: auto; }
  .nova-contact-form-card { padding: 23px; }
  .nova-fact-grid { grid-template-columns: 1fr; }
  .nova-campus-head-card { padding: 23px; gap: 27px; }
  .nova-footer-grid { grid-template-columns: 1fr; }
  .nova-footer-bottom > div { min-height: 86px; flex-direction: column; justify-content: center; text-align: center; }
  .nova-gallery-item { aspect-ratio: 4/3; }
}
@media (max-width: 480px) {
  .nova-brand-copy { display: none; }
  .nova-year-badge { right: -2px; }
  .nova-stats-grid { grid-template-columns: 1fr 1fr; }
  .nova-stat-label { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .nova-reveal { opacity: 1 !important; transform: none !important; }
}
html.nova-lightbox-open,
html.nova-menu-open { overflow: hidden; }
.nova-gallery-item[hidden] { display: none !important; }
.nova-form-status.is-loading { color: var(--nova-secondary); }
.nova-ajax-form button[disabled] { cursor: wait; opacity: .72; transform: none; }
