:root {
  --nuu-green-900: #114438;
  --nuu-green-800: #17624d;
  --nuu-green-700: #1f7a5f;
  --nuu-green-600: #2f9874;
  --nuu-green-500: #45b48a;
  --nuu-green-100: #e9f8f1;
  --nuu-green-050: #f5fcf8;
  --sun-700: #a76a00;
  --sun-500: #e9bc57;
  --sun-300: #f6d989;
  --sun-200: #ffefbf;
  --sun-100: #fff8df;
  --mint-300: #9ce6d0;
  --mint-100: #eefcf6;
  --sky-100: #f8fbf2;
  --ink-900: #19312b;
  --ink-800: #27433b;
  --ink-700: #3d5d54;
  --ink-600: #56716a;
  --line: #cfe4da;
  --line-strong: #9fc8b8;
  --white: #ffffff;
  --shadow-soft: 0 14px 34px rgba(17, 68, 56, 0.09);
  --shadow-card: 0 18px 48px rgba(17, 68, 56, 0.12);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1240px;
  --focus-ring: 0 0 0 4px rgba(240, 182, 63, 0.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "GenSenRounded TW", "GenSenRounded", "源泉圓體", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: var(--ink-900);
  background:
    radial-gradient(circle at top left, rgba(246,217,137,.26), transparent 26%),
    radial-gradient(circle at top right, rgba(156,230,208,.12), transparent 22%),
    linear-gradient(180deg, #fffdf6 0%, #fffaf0 52%, #f9fcf7 100%);
  line-height: 1.7;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a, button { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; }

.skip-link {
  position: absolute;
  left: 12px;
  top: -56px;
  background: var(--nuu-green-900);
  color: var(--white);
  padding: 12px 16px;
  border-radius: 10px;
  z-index: 1000;
  font-weight: 400;
}
.skip-link:focus { top: 12px; }

:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
  border-radius: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
}

.utility-bar {
  background: linear-gradient(90deg, var(--nuu-green-900), var(--nuu-green-800));
  color: rgba(255,255,255,.96);
  font-size: 0.92rem;
}
.utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
}
.utility-left,
.utility-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.utility-bar a {
  opacity: .96;
  padding: 4px 2px;
}
.utility-bar a:hover,
.utility-bar a:focus-visible { text-decoration: underline; }

.header-shell {
  background: rgba(255,251,242,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(233,188,87,.22);
}
.brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
}
.brand-block {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.brand-mark {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--nuu-green-700), var(--nuu-green-900));
  color: var(--white);
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: var(--shadow-soft);
}
.brand-copy { display: grid; gap: 2px; }
.brand-en {
  color: var(--ink-700);
  font-size: .9rem;
  letter-spacing: .03em;
}
.brand-title {
  color: var(--nuu-green-900);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 900;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mini-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #e6c775;
  border-radius: 999px;
  background: var(--sun-100);
  color: var(--nuu-green-900);
  font-weight: 800;
}
.mini-register-flow {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--nuu-green-900);
  font-weight: 900;
  background: linear-gradient(135deg, #fff9dd, #ffffff);
  box-shadow: 0 14px 32px rgba(17,68,56,.12);
  overflow: hidden;
}
.mini-register-flow::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: conic-gradient(from 0deg, rgba(255,255,255,0) 0deg, rgba(255,241,191,.95) 56deg, rgba(56,152,120,.85) 132deg, rgba(255,255,255,0) 210deg, rgba(255,241,191,.9) 290deg, rgba(255,255,255,0) 360deg);
  animation: flowRing 4.8s linear infinite;
  z-index: -2;
}
.mini-register-flow::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  background: linear-gradient(135deg, #fff8d3, #fffef8);
  z-index: -1;
}
.mini-register-flow:hover,
.mini-register-flow:focus-visible {
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #e6c775;
  border-radius: 999px;
  background: var(--sun-100);
  color: var(--nuu-green-900);
  font-weight: 800;
  cursor: pointer;
}
.menu-toggle span[aria-hidden="true"] {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}
.menu-label { margin-left: 2px; }

.main-nav { border-top: 1px solid rgba(207,228,218,.72); }
.nav-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
  padding: 14px 0 16px;
}
.nav-grid a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--ink-800);
  font-weight: 800;
  background: transparent;
  transition: background-color .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease;
}
.nav-grid a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 6px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(233,188,87,0), rgba(233,188,87,.98), rgba(37,141,109,.95), rgba(233,188,87,0));
  opacity: 0;
  transform: scaleX(.68);
  transition: opacity .22s ease, transform .22s ease;
}
.nav-grid a:hover,
.nav-grid a:focus-visible {
  background: linear-gradient(180deg, #fff7cf, #ffe79b);
  color: var(--nuu-green-900);
  box-shadow: 0 14px 30px rgba(17,68,56,.18);
  transform: translateY(-2px);
}
.nav-grid a:hover::after,
.nav-grid a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.hero {
  position: relative;
  overflow: clip;
  padding: 42px 0 56px;
}
.hero-video {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(246,217,137,.28), transparent 24%),
    linear-gradient(180deg, #fffdf6 0%, #fff8eb 52%, #f8fbf5 100%);
}
.hero-video-full {
  padding: 0 0 56px;
}
.hero-stage-full {
  position: relative;
  z-index: 3;
  min-height: clamp(560px, 86vh, 860px);
  overflow: hidden;
  background: #0f211b;
}
.hero-video-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #0f211b;
}
.hero-video-bg {
  object-fit: cover;
  filter: blur(14px) saturate(.9) brightness(.66);
  transform: scale(1.08);
  object-position: center bottom;
}
.hero-video-main {
  object-fit: contain;
  object-position: center bottom;
  z-index: 1;
}
.hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(8, 28, 22, 0.16) 0%, rgba(8, 28, 22, 0.06) 26%, rgba(8, 28, 22, 0.18) 100%),
    linear-gradient(90deg, rgba(8, 28, 22, 0.42) 0%, rgba(8, 28, 22, 0.16) 34%, rgba(8, 28, 22, 0.04) 62%, rgba(8, 28, 22, 0.22) 100%);
}
.hero-overlay-shell {
  position: relative;
  z-index: 3;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: clamp(98px, 14vh, 150px);
  padding-bottom: clamp(132px, 20vh, 220px);
}
.hero-overlay-content {
  position: relative;
  z-index: 4;
  max-width: min(640px, 100%);
  padding: 24px 26px;
  border-radius: 28px;
  background: rgba(10, 37, 29, 0.24);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 56px rgba(0,0,0,.16);
}
.hero-overlay-copy .eyebrow,
.hero-overlay-copy h1,
.hero-overlay-copy .hero-text {
  color: var(--white);
}
.hero-overlay-copy .eyebrow {
  opacity: .94;
}
.hero-overlay-copy h1 {
  max-width: 12ch;
  margin-bottom: 12px;
  text-shadow: 0 8px 24px rgba(0,0,0,.20);
}
.hero-overlay-copy h1 span {
  display: block;
  color: #fff2b8;
}
.hero-video-text {
  max-width: 56ch;
  margin: 0;
  color: rgba(255,255,255,.94);
}
.hero-actions-floating {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.hero-stage-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-stage-note-floating {
  justify-content: flex-start;
  margin-top: 18px;
}
.stage-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,248,223,.94);
  border: 1px solid rgba(233,188,87,.5);
  color: var(--nuu-green-900);
  font-weight: 800;
  font-size: .92rem;
}
.hero-info-stack {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}
.hero-info-card {
  padding: 22px 22px 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(233,188,87,.28);
  box-shadow: var(--shadow-soft);
}
.hero-info-card-float {
  backdrop-filter: blur(10px);
}
.hero-info-label {
  margin: 0 0 8px;
  color: var(--nuu-green-800);
  font-weight: 900;
  letter-spacing: .08em;
  font-size: .82rem;
}
.hero-info-card h2 {
  margin: 0 0 8px;
  font-size: 1.38rem;
  line-height: 1.24;
  color: #173c31;
}
.hero-info-card p {
  margin: 0;
  color: #395246;
}
.hero-video .btn-secondary {
  background: var(--white);
  border-color: rgba(233,188,87,.56);
  color: var(--nuu-green-900);
}
.hero-video .btn-secondary:hover,
.hero-video .btn-secondary:focus-visible {
  background: var(--sun-100);
}

.hero-actions-floating .btn {
  position: relative;
  z-index: 10;
  pointer-events: auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 34px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--sun-100);
  color: var(--nuu-green-900);
  font-weight: 900;
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero-copy h1,
.section-heading h2 {
  margin: 0 0 16px;
  line-height: 1.12;
}
.hero-copy h1 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  max-width: 10.5ch;
}
.hero-copy h1 span {
  display: block;
  color: var(--nuu-green-800);
}
.hero-text,
.section-heading p,
.lead,
.timeline-item p,
.feature-body p,
.news-card p,
.hero-card p,
.site-footer p,
.campus-float p {
  color: var(--ink-700);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 26px 0 28px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  border: 2px solid transparent;
}
.btn-primary {
  background: linear-gradient(135deg, var(--nuu-green-700), var(--nuu-green-900));
  color: var(--white);
  box-shadow: var(--shadow-soft);
}
.btn-secondary {
  background: var(--sun-100);
  border-color: #e3c36d;
  color: var(--nuu-green-900);
}
.btn-ghost-light {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.62);
  color: var(--white);
  backdrop-filter: blur(6px);
}
.btn-ghost-light:hover,
.btn-ghost-light:focus-visible {
  background: rgba(255,255,255,.24);
}

.register-flow-btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff9dd, #ffffff);
  color: var(--nuu-green-900);
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.58);
  box-shadow: 0 18px 44px rgba(17,68,56,.14);
  overflow: hidden;
}
.register-flow-btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: conic-gradient(from 0deg, rgba(255,255,255,0) 0deg, rgba(255,241,191,.95) 56deg, rgba(56,152,120,.85) 132deg, rgba(255,255,255,0) 210deg, rgba(255,241,191,.9) 290deg, rgba(255,255,255,0) 360deg);
  animation: flowRing 4.8s linear infinite;
  z-index: -2;
}
.register-flow-btn::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  background: linear-gradient(135deg, #fff8d3, #fffef8);
  z-index: -1;
}
.register-flow-btn:hover,
.register-flow-btn:focus-visible {
  transform: translateY(-2px);
}
@keyframes flowRing {
  to { transform: rotate(360deg); }
}
.hero-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.hero-meta li {
  background: rgba(255,252,244,.95);
  border: 1px solid rgba(233,188,87,.26);
  border-radius: var(--radius-md);
  padding: 16px;
  box-shadow: var(--shadow-soft);
}
.hero-meta strong {
  display: block;
  margin-bottom: 5px;
  color: var(--nuu-green-900);
}
.hero-visual {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-visual > img { width: min(100%, 640px); }
.hero-card {
  position: absolute;
  width: min(300px, 42vw);
  padding: 18px 18px 16px;
  background: rgba(255,251,242,.97);
  border: 1px solid rgba(233,188,87,.28);
  border-radius: 24px;
  box-shadow: var(--shadow-card);
}
.hero-card h2 {
  font-size: 1.34rem;
  margin: 12px 0 8px;
}
.top-card { top: 18px; right: 8px; }
.bottom-card { left: 12px; bottom: 24px; }
.card-tag,
.pill,
.news-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: .79rem;
  font-weight: 900;
}
.card-tag,
.pill,
.news-label {
  background: var(--sun-100);
  color: var(--nuu-green-900);
}
.tag-sun { background: var(--sun-200); }
.tag-mint { background: var(--mint-100); }

.entry-strip { padding: 24px 0 32px; }
.section { padding: 82px 0; position: relative; }
.section-soft {
  background: linear-gradient(180deg, rgba(255,248,223,.9) 0%, rgba(255,253,246,1) 38%, rgba(255,255,255,1) 100%);
}
.section-heading {
  max-width: 880px;
  margin: 0 auto 28px 0;
}
.section-heading.compact { max-width: 900px; }
.section-heading.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}
.section-heading.split {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}
.section-heading-action {
  align-items: center;
}
.heading-side-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  max-width: 520px;
}
.heading-side-actions p {
  margin: 0;
  text-align: right;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.quick-card {
  padding: 28px;
  border-radius: var(--radius-xl);
  color: var(--white);
  box-shadow: var(--shadow-card);
}
.quick-card h3 {
  margin: 8px 0 10px;
  font-size: 1.55rem;
}
.quick-card p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.95);
}
.quick-kicker {
  margin: 0;
  font-size: .78rem;
  letter-spacing: .14em;
  font-weight: 900;
  opacity: .95;
}
.quick-card a {
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.accent-green { background: linear-gradient(135deg, #258d6d, #145444); }
.accent-yellow { background: linear-gradient(135deg, #f4cf72, #b88412); color: #3d2a00; }
.accent-yellow p { color: rgba(61,42,0,.9); }
.accent-yellow a { color: #4d3500; }
.accent-mint { background: linear-gradient(135deg, #3cb392, #1b7561); }

.feature-grid.three-up,
.feature-grid.four-up {
  display: grid;
  gap: 22px;
}

.feature-grid.three-up {
  grid-template-columns: repeat(3, 1fr);
}

.feature-grid.four-up {
  grid-template-columns: repeat(4, 1fr);
}
.feature-card,
.timeline-column,
.news-card,
.accessibility-panel {
  background: linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
  border: 1px solid rgba(233,188,87,.18);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}
.feature-card { overflow: hidden; }
.feature-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: linear-gradient(180deg, var(--sun-100), #fff);
}
.feature-body { padding: 22px; }
.feature-body h3 { margin: 12px 0 10px; font-size: 1.42rem; }

.timeline-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.timeline-column { padding: 22px; }
.timeline-head {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  color: var(--nuu-green-900);
  font-size: 1.15rem;
}
.timeline-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px dashed var(--line);
}
.timeline-item:last-child { border-bottom: 0; padding-bottom: 0; }
.timeline-item time {
  font-weight: 900;
  color: var(--nuu-green-700);
}
.timeline-item h4 {
  margin: 10px 0 8px;
  font-size: 1.15rem;
}


.schedule-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 26px;
}
.schedule-card,
.schedule-detail {
  background: linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
  border: 1px solid rgba(233,188,87,.18);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}
.schedule-card {
  padding: 22px;
}
.schedule-session {
  margin: 0 0 8px;
  font-size: .84rem;
  letter-spacing: .08em;
  font-weight: 900;
  color: var(--nuu-green-700);
}
.schedule-card h3 {
  margin: 0 0 14px;
  font-size: 1.45rem;
}
.schedule-mini-list,
.prize-list,
.stop-list {
  margin: 0;
  padding-left: 1.2rem;
}
.schedule-mini-list li,
.prize-list li,
.stop-list li {
  margin-bottom: 8px;
}
.schedule-detail {
  padding: 8px 22px;
}
.schedule-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px dashed var(--line);
}
.schedule-row:last-child {
  border-bottom: 0;
}
.schedule-time time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--sun-100);
  color: var(--nuu-green-900);
  font-weight: 900;
}
.schedule-main h3 {
  margin: 10px 0 8px;
  font-size: 1.35rem;
}
.schedule-place {
  margin: 0 0 8px;
  color: var(--nuu-green-800);
}
.activity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}
.activity-card {
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff8e7 0%, #fffef9 100%);
  border: 1px solid rgba(233,188,87,.22);
}
.activity-card h4 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  color: var(--nuu-green-900);
}
.schedule-row-prize .schedule-main,
.schedule-row-group .schedule-main {
  padding-top: 2px;
}

.explore-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 32px;
  align-items: center;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 14px;
}
.check-list li {
  position: relative;
  padding-left: 36px;
  font-weight: 800;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--sun-100);
  color: var(--nuu-green-900);
  font-size: 14px;
}
.campus-panel {
  position: relative;
  padding: 22px;
  border-radius: 32px;
  background: linear-gradient(145deg, #fff7dc, #ffffff);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}
.campus-float {
  position: absolute;
  right: 24px;
  bottom: 24px;
  max-width: 280px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,251,243,.97);
  border: 1px solid rgba(233,188,87,.24);
  box-shadow: var(--shadow-soft);
}


.social-video-section {
  background: linear-gradient(180deg, rgba(255,252,240,.98), rgba(247,252,247,1));
}
.video-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.video-card {
  background: linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
  border: 1px solid rgba(233,188,87,.18);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.video-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.video-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #f4f4f4;
}
.video-card-body {
  display: grid;
  gap: 10px;
  padding: 18px 18px 20px;
}
.video-card-body h3 {
  margin: 0;
  font-size: 1.18rem;
  color: var(--nuu-green-900);
  line-height: 1.45;
}
.video-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--sun-100);
  color: var(--nuu-green-900);
  font-size: .82rem;
  font-weight: 900;
}
.video-card:hover,
.video-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgba(17,68,56,.14);
}

.news-section {
  background: linear-gradient(180deg, rgba(255,248,223,.78), rgba(255,255,255,1));
}
.news-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 20px;
}
.news-card {
  min-height: 220px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-featured {
  color: var(--white);
  background: linear-gradient(135deg, var(--nuu-green-800), var(--nuu-green-900));
}
.news-featured .news-label {
  background: rgba(255,255,255,.18);
  color: var(--white);
}
.news-featured p,
.news-featured h3 {
  color: var(--white);
}
.news-featured p {
  color: rgba(255,255,255,.98);
  opacity: 1;
}
.news-card h3 {
  margin: 14px 0 10px;
  font-size: 1.38rem;
}
.news-card a,
.text-link {
  color: var(--nuu-green-700);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.news-featured a { color: var(--white); }

.accessibility-section { padding-top: 40px; }
.accessibility-panel {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 24px;
  padding: 28px;
  background: linear-gradient(135deg, #fffdf6, #f9fcf7);
}
.a11y-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.a11y-list li {
  min-height: 72px;
  padding: 16px 16px 16px 48px;
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid var(--line);
  position: relative;
  font-weight: 800;
}
.a11y-list li::before {
  content: "A11Y";
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--sun-100);
  color: var(--nuu-green-900);
  font-size: .7rem;
  font-weight: 900;
}

.site-footer {
  margin-top: 26px;
  padding: 56px 0;
  background: linear-gradient(135deg, var(--nuu-green-900), #0c2f26);
  color: rgba(255,255,255,.94);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
  gap: 28px;
}
.site-footer h2,
.site-footer h3 {
  margin-top: 0;
  color: #fff;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.site-footer a {
  color: rgba(255,255,255,.96);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-highlight-list {
  display: grid;
  gap: 12px;
}
.footer-highlight-list p {
  margin: 0;
  color: #fff8de;
  font-size: 1.04rem;
  font-weight: 400;
  line-height: 1.75;
}
.social-section {
  display: grid;
  gap: 14px;
}
.social-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,245,215,.34);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .02em;
  box-shadow: 0 10px 24px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.14);
  transition: transform .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.social-links a:hover,
.social-links a:focus-visible {
  background: linear-gradient(135deg, rgba(255,240,189,.22), rgba(255,255,255,.12));
  border-color: rgba(255,241,191,.76);
  box-shadow: 0 14px 28px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.18);
  transform: translateY(-2px);
}

.parallax-orb,
.parallax-grid {
  position: absolute;
  pointer-events: none;
  will-change: transform;
}
.parallax-orb {
  border-radius: 50%;
  opacity: .75;
  filter: blur(2px);
}
.orb-1 {
  width: 280px;
  height: 280px;
  top: 40px;
  left: -80px;
  background: radial-gradient(circle at 30% 30%, rgba(69,180,138,.36), rgba(69,180,138,0));
}
.orb-2 {
  width: 340px;
  height: 340px;
  right: -100px;
  bottom: -40px;
  background: radial-gradient(circle at 50% 50%, rgba(233,188,87,.3), rgba(233,188,87,0));
}
.parallax-grid {
  inset: 0;
  background-image:
    linear-gradient(rgba(17,68,56,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,68,56,.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.42), transparent 78%);
  opacity: .4;
}
.floating-card { animation: floatCard 6s ease-in-out infinite; }
.bottom-card { animation-delay: 1.6s; }
@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.reveal-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .register-flow-btn::before,
  .floating-register::before {
    animation: none !important;
  }
  .floating-card,
  .reveal-up,
  [data-parallax] {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 1100px) {
  .nav-grid,
  .hero-meta,
  .quick-grid,
  .feature-grid.three-up,
  .feature-grid.four-up,
  .feature-grid.four-up,
  .timeline-wrap,
  .explore-grid,
  .news-grid,
  .footer-grid,
  .accessibility-panel,
  .a11y-list {
    grid-template-columns: 1fr 1fr;
  }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 440px; }
}

@media (max-width: 760px) {
  .heading-side-actions {
    align-items: stretch;
    max-width: none;
  }
  .heading-side-actions p {
    text-align: left;
  }
  .utility-inner {
    display: block;
    padding: 10px 0;
  }
  .utility-left,
  .utility-right {
    gap: 12px;
    margin-bottom: 4px;
  }
  .mini-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .nav-grid {
    display: none;
    grid-template-columns: 1fr;
    padding: 12px 0 16px;
  }
  .main-nav.is-open .nav-grid { display: grid; }
  .brand-row { padding: 14px 0; }
  .hero-grid,
  .hero-meta,
  .quick-grid,
  .feature-grid.three-up,
  .timeline-wrap,
  .explore-grid,
  .news-grid,
  .footer-grid,
  .a11y-list,
  .accessibility-panel {
    grid-template-columns: 1fr;
  }
  .hero-copy h1 { font-size: 2.5rem; }
  .hero-visual { min-height: 360px; display: block; }
  .hero-card {
    position: static;
    width: 100%;
    margin-top: 14px;
  }
  .timeline-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .section-heading.split { display: block; }
  .section { padding: 64px 0; }
}

@media (max-width: 980px) {
  .schedule-overview,
  .activity-grid,
  .schedule-row {
    grid-template-columns: 1fr;
  }

  .schedule-detail {
    padding: 8px 18px;
  }
}

@media (max-width: 720px) {
  .schedule-card,
  .activity-card {
    padding: 18px;
  }

  .schedule-main h3 {
    font-size: 1.2rem;
  }

  .schedule-time time {
    min-width: 0;
  }
}

@media (max-width: 980px) {
  .hero-grid-video {
    grid-template-columns: 1fr;
    align-items: end;
    padding-top: 124px;
    padding-bottom: 44px;
  }
  .hero-copy-video {
    max-width: 100%;
  }
  .hero-side-panel {
    min-height: auto;
    justify-content: flex-start;
    margin-top: 24px;
  }
  .hero-side-panel .top-card,
  .hero-side-panel .bottom-card {
    position: static;
    width: 100%;
  }
  .hero-side-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (max-width: 760px) {
  .hero-video {
    min-height: auto;
  }
  .hero-grid-video {
    min-height: 760px;
    padding-top: 112px;
    padding-bottom: 36px;
  }
  .hero-video-frame {
    width: 220vh;
    height: 56.25vw;
  }
  .hero-copy-video h1 {
    max-width: 100%;
  }
  .hero-meta-video {
    grid-template-columns: 1fr;
  }
  .hero-side-panel {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video-frame {
    filter: saturate(.95) brightness(.68);
  }
}

@media (max-width: 960px) {
  .hero-video-intro {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .hero-video {
    padding: 24px 0 38px;
  }
  .hero-stage-frame {
    border-radius: 22px;
  }
  .hero-stage-note {
    justify-content: flex-start;
  }
  .stage-chip {
    min-height: 34px;
    font-size: .86rem;
  }
}


@media (max-width: 980px) {
  .hero-info-stack {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }
  .hero-stage-full {
    min-height: 520px;
  }
}

@media (max-width: 760px) {
  .hero-video-full {
    padding-bottom: 42px;
  }
  .hero-stage-full {
    min-height: 480px;
  }
  .hero-overlay-shell {
    padding-top: 108px;
    padding-bottom: 96px;
  }
  .hero-overlay-content {
    padding: 22px 20px;
    max-width: 100%;
    background: rgba(10, 37, 29, 0.34);
  }
  .hero-overlay-copy h1 {
    max-width: none;
  }
  .hero-actions-floating {
    flex-wrap: wrap;
  }
  .hero-stage-note-floating {
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video-overlay {
    background:
      linear-gradient(180deg, rgba(8, 28, 22, 0.18) 0%, rgba(8, 28, 22, 0.32) 100%),
      linear-gradient(90deg, rgba(8, 28, 22, 0.34) 0%, rgba(8, 28, 22, 0.22) 100%);
  }
}


.hero-info-stack-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hero-overlay-copy .eyebrow {
  background: rgba(255, 241, 191, .98);
  color: #7a5200;
  border: 1px solid rgba(233,188,87,.68);
  text-shadow: none;
}

.footer-inline-link {
  color: #fff4c9;
  font-weight: 400;
}

.floating-register {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 130;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sun-500), #f2cf76);
  color: var(--nuu-green-900);
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(17,68,56,.22);
  border: 1px solid rgba(255,255,255,.55);
  overflow: hidden;
}
.floating-register::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: conic-gradient(from 0deg, rgba(255,255,255,0) 0deg, rgba(255,241,191,.92) 60deg, rgba(46,139,109,.8) 150deg, rgba(255,255,255,0) 220deg, rgba(255,241,191,.92) 300deg, rgba(255,255,255,0) 360deg);
  animation: flowRing 5.5s linear infinite;
  z-index: -2;
}
.floating-register::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--sun-500), #f2cf76);
  z-index: -1;
}

.floating-register:hover,
.floating-register:focus-visible {
  transform: translateY(-2px);
}

#page-top {
  position: absolute;
  top: 0;
}

@media (max-width: 1024px) {
  .hero-info-stack-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .floating-register {
    right: 14px;
    left: 14px;
    bottom: 14px;
  }
}

@media (max-width: 980px) {
  .video-card-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .social-links { grid-template-columns: 1fr 1fr; }
  .video-card-grid { grid-template-columns: 1fr; }
  .mini-register-flow { display: none; }
}

.hero-inline-link {
  display: inline-flex;
  margin-left: 10px;
}
.overview-en {
  margin: 0 0 6px;
  color: var(--nuu-green-700);
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.schedule-note {
  margin-top: 10px;
  color: var(--ink-700);
}
.hero-info-card .text-link {
  display: inline-flex;
  margin-top: 6px;
}

.pending-link {
  display: inline-flex;
  margin-top: 6px;
  color: var(--nuu-green-700);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ===== Trend magazine style refresh ===== */
:root {
  --paper: #fffaf1;
  --paper-2: #fff5de;
  --editorial-black: #151515;
  --editorial-cream: #fff6d8;
  --editorial-lime: #d7ff6f;
  --editorial-pink: #ff6f91;
}

body {
  background:
    linear-gradient(180deg, rgba(255,251,244,.98) 0%, rgba(255,246,228,.96) 34%, rgba(252,255,247,.98) 100%),
    repeating-linear-gradient(90deg, rgba(21,21,21,.018) 0 1px, transparent 1px 120px);
  letter-spacing: .01em;
}

.site-header {
  box-shadow: 0 10px 30px rgba(17,68,56,.08);
}

.header-shell {
  background: rgba(255,247,231,.88);
  border-bottom: 2px solid rgba(21,21,21,.07);
}

.brand-mark {
  border-radius: 16px;
  border: 2px solid rgba(255,255,255,.56);
}

.brand-en {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
}

.brand-title {
  letter-spacing: .02em;
}


.hero-stage-full {
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
}

.hero-video-overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.04) 24%, rgba(0, 0, 0, 0.16) 100%),
    linear-gradient(90deg, rgba(8, 28, 22, 0.42) 0%, rgba(8, 28, 22, 0.18) 28%, rgba(8, 28, 22, 0.06) 56%, rgba(8, 28, 22, 0.28) 100%);
}

.hero-overlay-content {
  max-width: min(720px, 100%);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(12,27,23,.56), rgba(12,27,23,.28));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 24px 64px rgba(0,0,0,.22);
}

.hero-overlay-content::before {
  content: "COVER STORY";
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--editorial-lime);
  color: var(--editorial-black);
  font-weight: 900;
  letter-spacing: .14em;
  font-size: .72rem;
}

.hero-overlay-copy .eyebrow {
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.24);
}

.hero-overlay-copy h1 {
  max-width: 11ch;
  font-size: clamp(2.8rem, 6vw, 5.1rem);
  line-height: .96;
  letter-spacing: -.03em;
  margin-bottom: 14px;
}

.hero-overlay-copy h1 span {
  color: #fff4ae;
}

.hero-actions-floating .btn {
  min-height: 58px;
  border-radius: 18px;
  padding: 0 20px;
  box-shadow: 0 10px 28px rgba(0,0,0,.16);
}

.btn,
.mini-cta,
.mini-register-flow,
.register-flow-btn,
.menu-toggle,
.social-links a,
.nav-grid a {
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease;
}

.btn:hover,
.btn:focus-visible,
.mini-cta:hover,
.mini-register-flow:hover,
.register-flow-btn:hover,
.social-links a:hover,
.nav-grid a:hover {
  transform: translateY(-2px);
}

.hero-info-stack {
  gap: 20px;
  margin-top: -28px;
}

.hero-info-card {
  position: relative;
  border-radius: 28px;
  border: 1.5px solid rgba(21,21,21,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(255,252,243,.96));
}

.hero-info-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 20px;
  border: 1px dashed rgba(21,21,21,.08);
  pointer-events: none;
}

.hero-info-card:nth-child(odd) {
  transform: rotate(-1deg);
}

.hero-info-card:nth-child(even) {
  transform: rotate(1deg);
}

.hero-info-card:hover {
  transform: translateY(-4px) rotate(0deg);
  box-shadow: 0 18px 42px rgba(17,68,56,.12);
}

.hero-info-label,
.schedule-session,
.quick-kicker,
.video-badge,
.news-label,
.pill,
.card-tag,
.eyebrow {
  letter-spacing: .16em;
}

.section {
  padding: 90px 0;
}

.section-heading {
  position: relative;
  padding-left: 18px;
}

.section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: calc(100% - 28px);
  border-radius: 99px;
  background: linear-gradient(180deg, var(--sun-500), var(--nuu-green-700));
}

.section-heading.center {
  padding-left: 0;
}

.section-heading.center::before {
  display: none;
}

.section-heading h2 {
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -.03em;
}

.entry-strip {
  position: relative;
}

.entry-strip::after,
.section-soft::after,
.social-video-section::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 92px;
  height: 92px;
  border: 2px solid rgba(21,21,21,.08);
  border-radius: 24px;
  transform: rotate(12deg);
  pointer-events: none;
}

.quick-card,
.feature-card,
.schedule-card,
.schedule-detail,
.activity-card,
.video-card,
.news-card,
.campus-panel {
  border: 1.5px solid rgba(21,21,21,.08);
  box-shadow: 0 16px 38px rgba(17,68,56,.10);
}

.quick-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.quick-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  border: 1px dashed rgba(255,255,255,.34);
  pointer-events: none;
}

.quick-card h3,
.feature-body h3,
.schedule-card h3,
.news-card h3,
.video-card-body h3 {
  letter-spacing: -.02em;
  line-height: 1.08;
}

.feature-card,
.video-card,
.news-card {
  overflow: hidden;
}

.feature-card img,
.video-card img {
  filter: contrast(1.04) saturate(1.04);
}

.feature-body,
.video-card-body,
.news-card {
  position: relative;
}

.feature-body::before,
.video-card-body::before {
  content: "FEATURE";
  position: absolute;
  right: 18px;
  top: -14px;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .18em;
  color: rgba(21,21,21,.28);
}

.schedule-card {
  background: linear-gradient(180deg, #fffef9 0%, #fff7dd 100%);
}

.schedule-detail {
  background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
}

.schedule-row {
  align-items: start;
}

.schedule-time time {
  background: linear-gradient(180deg, #fff0bd, #ffe084);
  border: 1px solid rgba(21,21,21,.08);
  box-shadow: 0 8px 18px rgba(233,188,87,.22);
}

.activity-card {
  border-radius: 24px;
}

.video-card-grid {
  gap: 24px;
}

.video-card {
  border-radius: 28px;
}

.video-card:nth-child(2),
.video-card:nth-child(5) {
  transform: translateY(18px);
}

.video-card:nth-child(3) {
  transform: rotate(-1deg);
}

.video-card:nth-child(4) {
  transform: rotate(1deg);
}

.video-card:hover,
.video-card:focus-within {
  transform: translateY(-4px) rotate(0deg);
}

.news-featured {
  position: relative;
  overflow: hidden;
}

.news-featured::after {
  content: "HOT";
  position: absolute;
  right: -10px;
  top: 14px;
  padding: 8px 18px;
  background: var(--editorial-lime);
  color: var(--editorial-black);
  font-weight: 900;
  letter-spacing: .16em;
  transform: rotate(9deg);
}

.site-footer {
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: "NUU OPEN HOUSE";
  position: absolute;
  right: -18px;
  bottom: -10px;
  font-size: clamp(2.2rem, 7vw, 6rem);
  font-weight: 900;
  letter-spacing: .08em;
  color: rgba(255,255,255,.05);
  pointer-events: none;
}

.social-links a {
  border-radius: 18px;
  background: rgba(255,255,255,.10);
}

.social-links a:hover,
.social-links a:focus-visible {
  background: linear-gradient(135deg, rgba(255,245,199,.22), rgba(255,255,255,.14));
}

@media (max-width: 980px) {
  .hero-info-card:nth-child(odd),
  .hero-info-card:nth-child(even),
  .video-card:nth-child(2),
  .video-card:nth-child(3),
  .video-card:nth-child(4),
  .video-card:nth-child(5) {
    transform: none;
  }

  .hero-stage-full {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}

@media (max-width: 760px) {
  .hero-overlay-content {
    padding: 22px 18px;
  }

  .hero-overlay-copy h1 {
    font-size: clamp(2.2rem, 9vw, 3.4rem);
  }

  .section-heading {
    padding-left: 14px;
  }

  .entry-strip::after,
  .section-soft::after,
  .social-video-section::after,
  .site-footer::before {
    display: none;
  }
}


/* --- 2026-03 editorial interactive updates --- */
.floating-actions{position:fixed;right:20px;bottom:20px;z-index:130;display:grid;gap:12px;}
.floating-top{background: linear-gradient(135deg, #ffffff, #fff7d8);}
.floating-top::after{background: linear-gradient(135deg, #ffffff, #fff7d8);}
.editorial-explore-grid{align-items:start;}
.explore-copy .lead{font-size:1.12rem;font-weight:800;color:var(--nuu-green-900);}
.explore-switcher{display:grid;gap:12px;margin-top:24px;}
.explore-tab{position:relative;width:100%;text-align:left;padding:16px 20px;border-radius:22px;border:1.5px solid rgba(21,21,21,.08);background:rgba(255,255,255,.74);color:var(--editorial-black);font-weight:900;cursor:pointer;transition:transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;}
.explore-tab::after{content:"↗";position:absolute;right:18px;top:50%;transform:translateY(-50%);color:var(--nuu-green-800);opacity:.7;}
.explore-tab:hover,.explore-tab:focus-visible,.explore-tab.is-active{transform:translateX(6px);background:linear-gradient(135deg, #fff5c8, #ffffff);border-color:rgba(233,188,87,.72);box-shadow:0 16px 34px rgba(17,68,56,.10);}
.explore-subspots{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}
.explore-subspots span,.campus-chip{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:var(--sun-100);border:1px solid rgba(233,188,87,.4);color:var(--nuu-green-900);font-weight:800;}
.campus-panel-interactive{display:grid;gap:16px;}
.campus-figure{margin:0;}
.campus-figure img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:28px;box-shadow:var(--shadow-soft);background:#f4f4f4;}
.campus-figure figcaption{padding:18px 6px 0;}
.campus-caption-kicker{margin:0 0 8px;color:var(--nuu-green-700);font-size:.82rem;letter-spacing:.12em;font-weight:900;text-transform:uppercase;}
.campus-figure h3{margin:0 0 8px;font-size:1.45rem;color:var(--nuu-green-900);}
.campus-chip-row{display:flex;flex-wrap:wrap;gap:10px;}
.campus-chip{cursor:pointer;font:inherit;}
.newsroom-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:22px;}
.newsroom-card{overflow:hidden;border-radius:28px;border:1px solid rgba(21,21,21,.08);background:linear-gradient(180deg, #fffef9 0%, #ffffff 100%);box-shadow:var(--shadow-soft);}
.newsroom-lead{grid-row:span 2;}
.newsroom-link{display:flex;flex-direction:column;height:100%;}
.newsroom-card img{width:100%;aspect-ratio:16/10;object-fit:cover;background:#f2f2f2;}
.newsroom-body{display:grid;gap:12px;padding:20px 20px 22px;}
.newsroom-body h3{margin:0;font-size:1.34rem;line-height:1.35;color:var(--nuu-green-900);}
.newsroom-body p{margin:0;color:var(--ink-700);}
.newsroom-card:hover,.newsroom-card:focus-within{transform:translateY(-4px) rotate(-.2deg);box-shadow:0 24px 42px rgba(17,68,56,.14);}
@media (max-width: 980px){.newsroom-grid{grid-template-columns:1fr 1fr;}.newsroom-lead{grid-row:auto;grid-column:1/-1;}}
@media (max-width:760px){.floating-actions{right:14px;left:14px;bottom:14px;}.newsroom-grid{grid-template-columns:1fr;}}


.event-intro-block {
  margin-top: 20px;
}
.event-intro-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 22px 28px;
  border-top: 2px solid rgba(21,21,21,.14);
  border-bottom: 2px solid rgba(21,21,21,.08);
  display: grid;
  gap: 10px;
  background: linear-gradient(180deg, rgba(255,252,244,.86), rgba(255,248,231,.72));
}
.event-intro-kicker {
  margin: 0;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--nuu-green-800);
}
.event-intro-inner p {
  margin: 0;
  color: var(--ink-800);
  font-size: 1.02rem;
  line-height: 1.9;
}
.explore-tab,
.campus-chip {
  cursor: pointer;
}
.explore-tab.is-active,
.campus-chip.is-active {
  background: linear-gradient(135deg, #173f33, #245646);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 34px rgba(23,63,51,.22);
}
.campus-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.campus-chip {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(21,21,21,.1);
  background: rgba(255,255,255,.92);
  font-weight: 800;
}


/* v5 refinements */
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
.hero-overlay-shell{justify-content:flex-end;padding-top:clamp(72px,10vh,110px);padding-bottom:clamp(40px,8vh,84px);}
.hero-overlay-content{max-width:min(760px,100%);margin-left:auto;margin-right:auto;background:linear-gradient(180deg, rgba(12,27,23,.16), rgba(12,27,23,.10));backdrop-filter:blur(3px);}
.hero-overlay-copy-minimal{display:flex;justify-content:center;}
.hero-overlay-content::before{margin-left:auto;margin-right:auto;}
.hero-actions-floating{justify-content:center;margin-top:8px;}
.hero-video-overlay{background:linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.01) 60%, rgba(0,0,0,.28) 100%),linear-gradient(180deg, rgba(8,28,22,0) 0%, rgba(8,28,22,0) 64%, rgba(8,28,22,.22) 100%);} 
.event-intro-block{display:none!important;}
.main-nav .nav-grid{grid-template-columns:repeat(6,auto);justify-content:start;gap:14px;}
.main-nav .nav-grid a{border-radius:14px;padding:12px 14px;background:rgba(255,249,232,.68);border:1px solid rgba(30,95,77,.12);}
.main-nav .nav-grid a:hover,.main-nav .nav-grid a:focus-visible{background:#fff7d6;border-color:rgba(233,188,87,.65);box-shadow:0 10px 24px rgba(233,188,87,.18);}
.quick-grid{align-items:stretch;}
.quick-kicker{color:rgba(255,255,255,.9);} .accent-yellow .quick-kicker{color:#5b3e00;}
.newsroom-grid-editorial{display:grid;grid-template-columns:1.25fr 1.05fr .9fr;grid-template-areas:'lead feature quote' 'lead card2 card3';gap:22px;align-items:stretch;}
.newsroom-grid-editorial .newsroom-lead{grid-area:lead;grid-row:auto;position:relative;}
.newsroom-grid-editorial .newsroom-feature{grid-area:feature;}
.newsroom-grid-editorial .newsroom-quote{grid-area:quote;min-height:100%;background:linear-gradient(160deg,#173f33 0%,#28594b 58%,#f0d36a 140%);border-color:transparent;color:#fff;}
.newsroom-grid-editorial .newsroom-quote .newsroom-statement{height:100%;justify-content:space-between;}
.newsroom-grid-editorial .newsroom-quote .news-label,.newsroom-grid-editorial .newsroom-quote h3,.newsroom-grid-editorial .newsroom-quote p{color:#fff;}
.newsroom-grid-editorial .newsroom-card:nth-of-type(4){grid-area:card2;}
.newsroom-grid-editorial .newsroom-card:nth-of-type(5){grid-area:card3;}
.newsroom-media-wrap{position:relative;overflow:hidden;}
.newsroom-media-wrap::after{content:'';position:absolute;inset:auto 18px 18px auto;width:58px;height:58px;border-radius:50%;background:rgba(255,245,198,.86);filter:blur(.2px);mix-blend-mode:screen;}
.newsroom-card{position:relative;}
.newsroom-card::before{content:'';position:absolute;inset:12px auto auto 12px;width:46px;height:4px;border-radius:999px;background:linear-gradient(90deg,#f0d36a,#2a8b72);opacity:.9;z-index:2;}
.newsroom-link{position:relative;z-index:1;}
.newsroom-body{padding:22px 22px 24px;}
.newsroom-body h3{font-size:1.42rem;}
.newsroom-lead .newsroom-body h3{font-size:1.82rem;line-height:1.2;}
.newsroom-split{display:grid;grid-template-columns:1fr 1fr;min-height:100%;}
.newsroom-split .newsroom-media-wrap img{height:100%;aspect-ratio:auto;}
.newsroom-split .newsroom-body{align-content:center;}
@media (max-width: 1100px){.newsroom-grid-editorial{grid-template-columns:1fr 1fr;grid-template-areas:'lead lead' 'feature quote' 'card2 card3';}.newsroom-split{grid-template-columns:1fr;}}
@media (max-width: 760px){.main-nav .nav-grid{grid-template-columns:1fr 1fr;}.newsroom-grid-editorial{grid-template-columns:1fr;grid-template-areas:'lead' 'feature' 'quote' 'card2' 'card3';}.hero-overlay-content{padding:18px 16px;}}


/* accessibility quick keys */
.accesskey-links {
  position: fixed;
  left: 12px;
  top: 10px;
  z-index: 250;
  display: flex;
  gap: 8px;
}
.accesskey-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  padding: 0 8px;
  border-radius: 10px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(20,84,68,.22);
  color: var(--nuu-green-900);
  font-weight: 900;
  letter-spacing: .06em;
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
}
.accesskey-links a:hover,
.accesskey-links a:focus-visible {
  background: #fff8d6;
  transform: translateY(-1px);
}
.anchor-target {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* cleaner magazine nav */
.nav-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  padding: 10px 0 14px;
}
.nav-grid a {
  justify-content: flex-start;
  min-height: 44px;
  padding: 10px 6px 12px;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  box-shadow: none;
  font-size: .98rem;
}
.nav-grid a::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f0d36a, #2a8b72);
  opacity: .88;
}
.nav-grid a::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 0;
}
.nav-grid a:hover,
.nav-grid a:focus-visible {
  background: transparent;
  color: var(--nuu-green-900);
  box-shadow: none;
  transform: translateY(0);
  border-bottom-color: rgba(42,139,114,.35);
}

/* hero buttons and blur to the right */
.hero-video-overlay {
  background:
    linear-gradient(180deg, rgba(8, 28, 22, 0.10) 0%, rgba(8, 28, 22, 0.04) 30%, rgba(8, 28, 22, 0.16) 100%),
    linear-gradient(90deg, rgba(8, 28, 22, 0.04) 0%, rgba(8, 28, 22, 0.08) 44%, rgba(8, 28, 22, 0.18) 72%, rgba(8, 28, 22, 0.34) 100%);
}
.hero-overlay-shell {
  justify-content: flex-end;
  align-items: flex-end;
}
.hero-overlay-content {
  max-width: min(560px, 100%);
  margin-left: auto;
  margin-right: 0;
  padding: 16px 18px;
  text-align: right;
  background: linear-gradient(180deg, rgba(12,27,23,.10), rgba(12,27,23,.06));
  backdrop-filter: blur(2px);
}
.hero-actions-floating {
  justify-content: flex-end;
  margin-top: 10px;
}
.hero-overlay-copy-minimal {
  min-height: 0;
}

/* improve focus states for buttons/images */
a:focus-visible,
button:focus-visible,
.video-card-link:focus-visible,
.newsroom-link:focus-visible,
img:focus-visible {
  outline: 3px solid #f0d36a;
  outline-offset: 3px;
}

/* richer newsroom without intrusive insight block */
.newsroom-grid-editorial {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}
.newsroom-grid-editorial .newsroom-lead {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.newsroom-grid-editorial .newsroom-feature {
  grid-column: 2 / span 2;
}
.newsroom-grid-editorial .newsroom-card:nth-of-type(3) {
  grid-column: 2;
}
.newsroom-grid-editorial .newsroom-card:nth-of-type(4) {
  grid-column: 3;
}
.newsroom-grid-editorial .newsroom-wide {
  grid-column: 2 / span 2;
}
.newsroom-card {
  border-radius: 22px;
}
.newsroom-card::before {
  width: 62px;
  height: 5px;
}
.newsroom-media-wrap {
  overflow: hidden;
}
.newsroom-card img {
  transition: transform .35s ease;
}
.newsroom-card:hover img,
.newsroom-card:focus-within img {
  transform: scale(1.04);
}
.newsroom-body {
  display: grid;
  gap: 10px;
}
.newsroom-body h3 {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
}
.newsroom-link {
  height: 100%;
}
.newsroom-link .newsroom-body {
  padding: 20px 20px 22px;
}

/* footer text not bold */
.footer-highlight-list p {
  font-weight: 400 !important;
}
.footer-inline-link {
  font-weight: 500;
}

@media (max-width: 1100px) {
  .nav-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .newsroom-grid-editorial {
    grid-template-columns: 1fr 1fr;
  }
  .newsroom-grid-editorial .newsroom-lead {
    grid-column: 1 / span 2;
    grid-row: auto;
  }
  .newsroom-grid-editorial .newsroom-feature,
  .newsroom-grid-editorial .newsroom-card:nth-of-type(3),
  .newsroom-grid-editorial .newsroom-card:nth-of-type(4),
  .newsroom-grid-editorial .newsroom-wide {
    grid-column: auto;
  }
}
@media (max-width: 760px) {
  .accesskey-links {
    left: 10px;
    top: 8px;
    gap: 6px;
  }
  .nav-grid { grid-template-columns: 1fr 1fr; }
  .nav-grid a { min-height: 42px; font-size: .94rem; }
  .hero-overlay-content {
    max-width: min(92vw, 420px);
    padding: 12px;
  }
  .hero-actions-floating {
    justify-content: flex-end;
  }
  .newsroom-grid-editorial {
    grid-template-columns: 1fr;
  }
  .newsroom-grid-editorial .newsroom-lead,
  .newsroom-grid-editorial .newsroom-feature,
  .newsroom-grid-editorial .newsroom-card:nth-of-type(3),
  .newsroom-grid-editorial .newsroom-card:nth-of-type(4),
  .newsroom-grid-editorial .newsroom-wide {
    grid-column: auto;
    grid-row: auto;
  }
}


.accesskey-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 30px;
  margin-left: 10px;
  padding: 0 6px;
  border-radius: 8px;
  background: rgba(255,248,223,.92);
  color: var(--nuu-green-900);
  font-weight: 900;
  line-height: 1;
  border: 1px solid rgba(233,188,87,.45);
  vertical-align: middle;
}

.accesskey-inline:hover,
.accesskey-inline:focus-visible {
  background: #fff2b8;
  color: var(--nuu-green-900);
}

.footer-accesskey {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 2;
}

.site-footer {
  position: relative;
}

@media (max-width: 760px) {
  .hero-stage-full {
    min-height: 58vh;
  }

  .hero-video-full .hero-video-frame {
    width: 100%;
    height: 100%;
  }

  .hero-video-full .hero-video-main {
    object-fit: contain;
    object-position: center center;
  }

  .hero-video-full .hero-video-bg {
    object-fit: cover;
    object-position: center center;
    transform: scale(1.03);
  }

  .hero-overlay-shell {
    padding-top: 86px;
    padding-bottom: 60px;
  }

  .hero-overlay-content {
    max-width: min(320px, 88vw);
  }

  .footer-accesskey {
    top: 14px;
    right: 14px;
  }
}


/* 2026-03 nav cleanup */
.accesskey-inline,.nav-accesskey,.section-accesskey,.footer-accesskey{display:none !important;}
.main-nav .nav-grid{grid-template-columns:repeat(7,auto) !important;justify-content:center !important;gap:22px !important;align-items:center;text-align:center !important;}
.main-nav .nav-grid a{background:transparent !important;border:none !important;border-radius:0 !important;box-shadow:none !important;padding:10px 2px 12px !important;min-height:auto !important;position:relative !important;color:#184c3d !important;font-weight:400 !important;font-size:1.08rem !important;letter-spacing:.04em !important;text-transform:none !important;text-align:center !important;}
.main-nav .nav-grid a::before{content:none !important;}
.main-nav .nav-grid a::after{content:"" !important;position:absolute !important;left:0 !important;right:0 !important;bottom:0 !important;height:2px !important;background:linear-gradient(90deg,#f0c84d,#1f6a54) !important;opacity:.18 !important;transform:scaleX(.35) !important;transform-origin:left center !important;transition:transform .24s ease,opacity .24s ease !important;}
.main-nav .nav-grid a:hover,.main-nav .nav-grid a:focus-visible{background:transparent !important;border:none !important;box-shadow:none !important;color:#0d3d31 !important;transform:none !important;}
.main-nav .nav-grid a:hover::after,.main-nav .nav-grid a:focus-visible::after{opacity:1 !important;transform:scaleX(1) !important;}
@media (max-width: 760px){.main-nav .nav-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px 14px !important;}.main-nav .nav-grid a{padding:10px 0 !important;font-size:1rem !important;}}


/* --- 2026-03 mobile hero refinement inspired by responsive university homepage patterns --- */
.hero-stage-full{isolation:isolate;}
.hero-overlay-shell{align-items:flex-end;}
.hero-overlay-content{margin-left:auto;}
.hero-actions-floating{justify-content:flex-end;}

@media (max-width: 980px){
  .hero-stage-full{min-height:min(82svh,780px);}
  .hero-overlay-shell{padding-top:max(86px,env(safe-area-inset-top));padding-bottom:clamp(40px,8vh,72px);}
  .hero-overlay-content{max-width:min(420px,92vw);padding:18px 16px 16px;background:linear-gradient(180deg, rgba(12,27,23,.18), rgba(12,27,23,.08));border-color:rgba(255,255,255,.14);backdrop-filter:blur(2px);}
  .hero-video-overlay{background:linear-gradient(180deg, rgba(8,28,22,.02) 0%, rgba(8,28,22,0) 56%, rgba(8,28,22,.16) 100%),linear-gradient(90deg, rgba(8,28,22,0) 0%, rgba(8,28,22,.02) 58%, rgba(8,28,22,.22) 100%);}
}

@media (max-width: 760px){
  .hero-video-full{padding-bottom:22px;}
  .hero-stage-full{min-height:100svh;min-height:100vh;}
  .hero-video-full .hero-video-frame{inset:0;width:100%;height:100%;}
  .hero-video-full .hero-video-main{object-fit:contain;object-position:center center;background:#081411;}
  .hero-video-full .hero-video-bg{object-fit:cover;object-position:center center;filter:blur(18px) saturate(.86) brightness(.54);transform:scale(1.12);}
  .hero-overlay-shell{justify-content:flex-end;align-items:flex-end;padding-top:calc(88px + env(safe-area-inset-top));padding-bottom:calc(18px + env(safe-area-inset-bottom));}
  .hero-overlay-content{width:min(280px,78vw);max-width:min(280px,78vw);padding:14px 12px;background:linear-gradient(180deg, rgba(7,22,18,.08), rgba(7,22,18,.04));border:1px solid rgba(255,255,255,.08);box-shadow:none;backdrop-filter:blur(1.5px);}
  .hero-overlay-content::before{margin-bottom:8px;padding:5px 10px;font-size:.64rem;}
  .hero-actions-floating{width:100%;gap:10px;justify-content:center;align-items:center;}
  .hero-actions-floating .btn{min-height:44px;padding:0 14px;font-size:.9rem;border-radius:14px;}
}

@media (max-width: 480px){
  .hero-overlay-content{width:min(250px,74vw);max-width:min(250px,74vw);}
  .hero-actions-floating .btn{width:100%;justify-content:center;}
}

.hero-actions-floating .btn {
  backdrop-filter: blur(8px);
}
.hero-sound-toggle {
  cursor: pointer;
  gap: 10px;
}
.hero-sound-toggle .sound-icon {
  font-size: 1rem;
  line-height: 1;
}
.hero-sound-toggle[aria-pressed="true"] {
  background: rgba(255,248,223,.96);
  color: var(--nuu-green-900);
  border-color: rgba(255,239,191,.96);
}
.hero-sound-toggle[aria-pressed="true"] .sound-icon {
  transform: translateY(-1px);
}


.scroll-video-feature {
  position: relative;
  margin: 22px 0 34px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(24, 76, 61, .12);
  box-shadow: 0 22px 60px rgba(20, 62, 48, .12);
  background: #0d2f26;
}

.scroll-video-link {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.scroll-video-stage {
  position: relative;
  height: clamp(280px, 52vw, 560px);
  overflow: hidden;
}

.scroll-video-media {
  width: 100%;
  height: 118%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: translate3d(0, -7%, 0);
  filter: saturate(1.04) contrast(1.02);
}

.scroll-video-overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(8, 22, 18, .04), rgba(8, 22, 18, .74));
  backdrop-filter: blur(4px);
}

.scroll-video-overlay h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 2rem);
  color: #fff9e9;
}

.scroll-video-overlay p {
  margin: 0;
  color: rgba(255, 249, 233, .92);
}

.video-card-grid-primary {
  margin-bottom: 18px;
}

.video-card-grid-secondary {
  margin-top: 0;
}

@media (max-width: 760px) {
  .scroll-video-feature {
    margin: 18px 0 24px;
    border-radius: 22px;
  }

  .scroll-video-stage {
    height: 240px;
  }

  .scroll-video-overlay {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px 15px;
  }

  .scroll-video-overlay h3 {
    font-size: 1.1rem;
  }

  .scroll-video-overlay p {
    font-size: .92rem;
  }
}


/* --- 2026-03 mobile whitespace fix --- */
.scroll-video-feature{margin:20px 0 30px;border-radius:28px;overflow:hidden;border:1.5px solid rgba(21,21,21,.08);box-shadow:0 16px 38px rgba(17,68,56,.10);background:#081411;}
.scroll-video-link{display:block;text-decoration:none;}
@media (max-width:760px){
  .reveal-up{opacity:1 !important;transform:none !important;transition:none !important;}
  .section,.entry-strip{padding-top:52px;padding-bottom:52px;}
  .video-card:nth-child(2),.video-card:nth-child(5),.video-card:nth-child(3),.video-card:nth-child(4){transform:none;}
  .social-video-section .section-heading.split{gap:12px;}
  .social-video-section .text-link{align-self:flex-start;}
  body{padding-bottom:0 !important;}
  main{margin-bottom:0 !important;}
  .social-video-section{padding-bottom:32px !important;}
  .floating-actions{right:14px;left:14px;bottom:12px;gap:10px;}
  .site-footer{margin-top:0 !important;padding-top:40px;padding-bottom:140px;}
}

/* 2026-03 mobile readability hotfix */
@media (max-width: 760px) {
  html, body {
    overflow-x: hidden;
  }

  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .utility-bar {
    font-size: .95rem;
  }

  .utility-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    padding: 8px 0 !important;
  }

  .utility-left,
  .utility-right {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px 14px !important;
    margin: 0 !important;
  }

  .utility-left {
    flex: 1 1 auto;
    min-width: 0;
  }

  .utility-right {
    flex: 0 0 auto;
    justify-content: flex-end;
  }

  .utility-bar a {
    padding: 4px 0 !important;
    line-height: 1.45 !important;
    white-space: nowrap;
  }

  .brand-row {
    position: relative;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 14px 0 12px !important;
    padding-right: 92px !important;
  }

  .brand-block {
    align-items: center !important;
    gap: 12px !important;
    width: 100%;
    min-width: 0;
  }

  .brand-mark {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px;
    border-radius: 18px !important;
    font-size: 1rem;
  }

  .brand-copy {
    display: block !important;
    min-width: 0;
    flex: 1 1 auto;
  }

  .brand-en {
    display: block !important;
    margin-bottom: 6px !important;
    font-size: .72rem !important;
    line-height: 1.32 !important;
    letter-spacing: .08em !important;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .brand-title {
    display: block !important;
    font-size: 1rem !important;
    line-height: 1.42 !important;
    letter-spacing: .01em !important;
    word-break: keep-all;
    overflow-wrap: break-word;
    max-width: 100%;
  }

  .header-actions {
    position: absolute !important;
    top: 14px;
    right: 0;
    align-items: center !important;
    gap: 8px !important;
  }

  .mini-register-flow {
    display: none !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    min-height: 44px !important;
    width: 72px !important;
    padding: 0 12px !important;
    justify-content: center !important;
    gap: 8px !important;
    border-radius: 999px !important;
    background: #fff7d8 !important;
    box-shadow: 0 8px 20px rgba(17,68,56,.08) !important;
  }

  .menu-toggle span[aria-hidden="true"] {
    width: 15px !important;
  }

  .menu-label {
    margin-left: 0 !important;
    font-size: .92rem !important;
    writing-mode: horizontal-tb !important;
  }

  .main-nav {
    border-top: 1px solid rgba(207,228,218,.72);
  }

  .main-nav .nav-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px 12px !important;
    padding: 12px 0 14px !important;
  }

  .main-nav .nav-grid a {
    min-height: 44px !important;
    padding: 10px 8px !important;
    border-radius: 12px !important;
    background: rgba(255,249,232,.9) !important;
    border: 1px solid rgba(30,95,77,.1) !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: .92rem !important;
    line-height: 1.3 !important;
    letter-spacing: .01em !important;
  }

  .main-nav .nav-grid a::after {
    display: none !important;
  }

  .schedule-detail {
    padding: 4px 16px !important;
  }

  .schedule-row {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 18px 0 !important;
  }

  .schedule-time time {
    min-width: 0 !important;
    width: auto !important;
    font-size: 1rem !important;
  }

  .schedule-main h3 {
    font-size: 1.95rem !important;
    line-height: 1.25 !important;
  }

  .schedule-place,
  .schedule-main p,
  .schedule-mini-list li {
    font-size: 1rem !important;
    line-height: 1.75 !important;
  }

  .floating-actions {
    right: 12px !important;
    left: auto !important;
    bottom: calc(84px + env(safe-area-inset-bottom)) !important;
    justify-items: end;
    gap: 10px !important;
    z-index: 120 !important;
  }

  .floating-actions .floating-register {
    min-height: 46px !important;
    padding: 0 16px !important;
    font-size: .95rem !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 24px rgba(17,68,56,.14) !important;
  }

  .floating-actions .floating-top {
    width: 52px !important;
    min-width: 52px !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 1 !important;
    border-radius: 50% !important;
    position: relative;
  }

  .floating-actions .floating-top::before {
    content: "↑";
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--nuu-green-900);
  }

  .site-footer {
    padding-bottom: 120px !important;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(calc(100% - 20px), var(--container));
  }

  .utility-bar {
    font-size: .9rem;
  }

  .brand-row {
    padding-right: 82px !important;
  }

  .brand-mark {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px;
  }

  .brand-title {
    font-size: .92rem !important;
  }

  .menu-toggle {
    width: 64px !important;
    min-height: 42px !important;
    padding: 0 10px !important;
  }

  .menu-label {
    font-size: .84rem !important;
  }

  .floating-actions .floating-register:not(.floating-top) {
    min-height: 42px !important;
    padding: 0 14px !important;
    font-size: .88rem !important;
  }
}


/* --- 2026-03-16 desktop/mobile refinements --- */
.utility-right{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px;}
.hero-actions-floating{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;align-items:center;}
.hero-sound-toggle{cursor:pointer;}
.hero-sound-toggle .sound-label{white-space:nowrap;}
.floating-actions{display:flex;flex-direction:column;align-items:flex-end;right:24px;bottom:24px;gap:14px;}
.floating-actions .floating-register{position:relative;display:inline-flex;align-items:center;justify-content:center;}
.floating-actions .floating-top{width:58px;min-width:58px;height:58px;min-height:58px;padding:0 !important;border-radius:50% !important;font-size:0 !important;line-height:1 !important;}
.floating-actions .floating-top::before{content:"↑";font-size:1.35rem;font-weight:900;color:var(--nuu-green-900);}
@media (min-width: 761px){
  .floating-actions .floating-register:not(.floating-top){padding:0 20px !important;min-height:56px !important;}
}
@media (max-width:760px){
  .utility-right{justify-content:flex-start;gap:10px;}
  .hero-actions-floating{justify-content:center;}
}


/* --- 2026-03-16 floating top icon clarity tweak --- */
.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important;}
.floating-actions .floating-top{background:linear-gradient(135deg,#ffffff,#f4fff8) !important;border:1px solid rgba(19,86,66,.16) !important;}
.floating-actions .floating-top::before{content:none !important;}
.floating-actions .floating-top .floating-top-icon{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:1.5rem;font-weight:900;color:var(--nuu-green-900);transform:translateY(-1px);}
.floating-actions .floating-top:hover .floating-top-icon,.floating-actions .floating-top:focus-visible .floating-top-icon{transform:translateY(-3px);transition:transform .2s ease;}


 .student-support-section {
  padding-top: 60px;
  background: linear-gradient(180deg, rgba(248,251,252,1) 0%, rgba(255,255,255,1) 100%);
}
.student-support-heading {
  max-width: 760px;
  margin-bottom: 28px;
}
.student-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
}
.support-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(20, 51, 66, .10);
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(20, 37, 46, .06);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.support-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--support-accent, #6d8d99);
  opacity: .8;
}
.support-card:hover,
.support-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(20, 37, 46, .10);
  border-color: rgba(20, 51, 66, .18);
}
.support-card-link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}
.support-card-visual {
  position: relative;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 18px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.62), rgba(255,255,255,0) 45%),
    linear-gradient(135deg, var(--support-bg-1, #eef3f5), var(--support-bg-2, #e5edf0));
  border-bottom: 1px solid rgba(20, 51, 66, .08);
}
.support-card-visual::before {
  content: "";
  position: absolute;
  right: 14px;
  top: -10px;
  width: 96px;
  height: 96px;
  border-radius: 32px;
  transform: rotate(18deg);
  background: linear-gradient(135deg, rgba(255,255,255,.28), rgba(255,255,255,0));
  border: 1px solid rgba(255,255,255,.28);
}
.support-card-visual::after {
  content: attr(data-icon);
  position: absolute;
  right: 18px;
  bottom: 12px;
  font-size: 1.55rem;
  line-height: 1;
  opacity: .42;
  filter: grayscale(.1);
}
.support-card-visual span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 72px);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  color: #24485b;
}
.support-card-body {
  padding: 15px 16px 17px;
  background: linear-gradient(180deg, rgba(255,255,255,1), rgba(251,253,253,1));
}
.support-card-body h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  color: #173646;
}
.support-card-body p {
  margin: 0;
  font-size: .89rem;
  line-height: 1.6;
  color: #5d6d76;
}
.support-visual-world { --support-accent:#4f7c8c; --support-bg-1:#edf5f7; --support-bg-2:#ddebf0; }
.support-visual-scholarship { --support-accent:#7b6e8f; --support-bg-1:#f3eff8; --support-bg-2:#e8e0f1; }
.support-visual-counseling { --support-accent:#648c7b; --support-bg-1:#eef6f1; --support-bg-2:#deece4; }
.support-visual-career { --support-accent:#8f735b; --support-bg-1:#f7f1ec; --support-bg-2:#ecdfd2; }
.support-visual-health { --support-accent:#5c8090; --support-bg-1:#eef5f8; --support-bg-2:#dce9ef; }
.support-visual-club { --support-accent:#7d8862; --support-bg-1:#f2f5ec; --support-bg-2:#e2ead7; }
.support-visual-dorm { --support-accent:#6f7f95; --support-bg-1:#eff3f8; --support-bg-2:#e0e7f0; }
.support-visual-restaurant { --support-accent:#8a7a5f; --support-bg-1:#f8f3ec; --support-bg-2:#eee2d1; }
.support-visual-indigenous { --support-accent:#8b6857; --support-bg-1:#f8f1ed; --support-bg-2:#eddcd3; }
@media (max-width: 1080px) {
  .student-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .student-support-section {
    padding-top: 44px;
  }
  .student-support-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .support-card-visual {
    min-height: 76px;
    padding: 0 16px;
  }
  .support-card-body {
    padding: 14px 14px 16px;
  }
}


/* Fullscreen hero refinement */
html { scroll-behavior: smooth; }
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
}
.utility-bar {
  background: linear-gradient(180deg, rgba(8, 23, 19, .74), rgba(8, 23, 19, .42));
  color: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.utility-left a, .utility-right a, .brand-en, .brand-title { color: #fff; }
.header-shell {
  background: linear-gradient(180deg, rgba(8, 23, 19, .40), rgba(8, 23, 19, .18));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.brand-block:hover .brand-mark, .brand-block:focus-visible .brand-mark {
  background: rgba(255,255,255,.16);
}
.main-nav {
  border-top: 1px solid rgba(255,255,255,.08);
}
.main-nav .nav-grid {
  justify-content: center;
}
.main-nav .nav-grid a {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
}
.main-nav .nav-grid a:hover,
.main-nav .nav-grid a:focus-visible {
  background: rgba(255,248,223,.92);
  color: var(--nuu-green-900);
}
.mini-register-flow {
  background: rgba(255,255,255,.14);
  color: #fff;
  border-color: rgba(255,255,255,.28);
}
.menu-toggle { color: #fff; }
.menu-toggle span[aria-hidden="true"] { background: #fff; }
.hero-video-full {
  padding: 0;
}
.hero-stage-full {
  min-height: 100svh;
}
.hero-video-main {
  object-fit: cover;
  object-position: center center;
}
.hero-video-overlay {
  background:
    linear-gradient(180deg, rgba(4, 15, 12, 0.74) 0%, rgba(4, 15, 12, 0.32) 28%, rgba(4, 15, 12, 0.34) 68%, rgba(4, 15, 12, 0.78) 100%),
    linear-gradient(90deg, rgba(4, 15, 12, 0.40) 0%, rgba(4, 15, 12, 0.10) 36%, rgba(4, 15, 12, 0.16) 64%, rgba(4, 15, 12, 0.42) 100%);
}
.hero-overlay-shell {
  justify-content: center;
  padding-top: clamp(160px, 20vh, 220px);
  padding-bottom: clamp(80px, 12vh, 120px);
}
.hero-overlay-content {
  max-width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg, rgba(10, 29, 23, .28), rgba(10, 29, 23, .12));
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(6px);
}
.hero-overlay-copy-showcase {
  display: grid;
  gap: 12px;
  justify-items: center;
}
.hero-eyebrow {
  background: rgba(255,245,211,.90);
  color: var(--nuu-green-900);
}
.hero-overlay-copy h1 {
  max-width: 11ch;
  margin: 0 auto;
  font-size: clamp(2.7rem, 7vw, 5.6rem);
}
.hero-video-text {
  max-width: 48rem;
  margin: 0 auto;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  color: rgba(255,255,255,.92);
}
.hero-actions-floating {
  justify-content: center;
  margin-top: 24px;
}
.hero-scroll-indicator {
  margin: 28px auto 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.88);
  font-size: .78rem;
  letter-spacing: .24em;
}
.hero-scroll-indicator i {
  display: block;
  width: 1px;
  height: 54px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,0));
  position: relative;
}
.hero-scroll-indicator i::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255,255,255,.86);
  border-bottom: 2px solid rgba(255,255,255,.86);
  transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 760px) {
  .site-header { position: absolute; }
  .hero-stage-full { min-height: 100dvh; }
  .hero-overlay-shell {
    padding-top: 144px;
    padding-bottom: 56px;
  }
  .hero-overlay-content {
    padding: 20px 16px;
  }
  .hero-video-main {
    object-position: center center;
  }
  .main-nav.is-open {
    background: rgba(10, 29, 23, .90);
    backdrop-filter: blur(10px);
  }
}


/* 2026-03-16 hero readability refinement */
.utility-bar{
  background:linear-gradient(180deg, rgba(7,22,18,.88), rgba(7,22,18,.76));
  border-bottom:1px solid rgba(255,255,255,.14);
}
.header-shell{
  background:linear-gradient(180deg, rgba(7,22,18,.86), rgba(7,22,18,.70));
  border-bottom:1px solid rgba(255,255,255,.12);
  box-shadow:0 10px 28px rgba(0,0,0,.18);
}
.brand-en,.brand-title,.utility-left a,.utility-right a,.menu-toggle,.mini-register-flow{ text-shadow:0 1px 10px rgba(0,0,0,.34); }
.main-nav .nav-grid{
  grid-template-columns:repeat(7, auto) !important;
  justify-content:center !important;
  gap:18px !important;
}
.main-nav .nav-grid a{
  color:#fff !important;
  background:rgba(255,255,255,.12) !important;
  border:1px solid rgba(255,255,255,.16) !important;
  border-radius:999px !important;
  padding:12px 16px !important;
  font-size:1.1rem !important;
  font-weight:500 !important;
  letter-spacing:.03em !important;
  text-shadow:0 1px 10px rgba(0,0,0,.45);
  backdrop-filter:blur(8px);
}
.main-nav .nav-grid a::after{
  content:none !important;
}
.main-nav .nav-grid a:hover,
.main-nav .nav-grid a:focus-visible{
  color:#0e3429 !important;
  background:rgba(255,247,224,.98) !important;
  border-color:rgba(255,247,224,.98) !important;
}
.mini-register-flow{
  background:rgba(255,244,214,.96) !important;
  color:#12392e !important;
  border-color:rgba(255,244,214,.98) !important;
  box-shadow:0 8px 24px rgba(0,0,0,.18);
}
.mini-register-flow:hover,
.mini-register-flow:focus-visible{
  background:#fff !important;
  color:#0b2f25 !important;
}
.hero-video-overlay{
  background:
    linear-gradient(180deg, rgba(4,15,12,.72) 0%, rgba(4,15,12,.30) 24%, rgba(4,15,12,.08) 44%, rgba(4,15,12,.10) 68%, rgba(4,15,12,.54) 100%),
    linear-gradient(90deg, rgba(4,15,12,.22) 0%, rgba(4,15,12,0) 26%, rgba(4,15,12,0) 74%, rgba(4,15,12,.22) 100%);
}
.hero-overlay-shell{
  align-items:flex-end;
  justify-content:center;
  padding-top:clamp(190px, 24vh, 270px);
  padding-bottom:clamp(28px, 6vh, 56px);
}
.hero-overlay-content{
  width:min(100%, 760px);
  margin:0 auto;
  padding:0;
  text-align:center;
  background:transparent;
  border:none;
  box-shadow:none;
  backdrop-filter:none;
}
.hero-overlay-copy-showcase,
.hero-video-text,
.hero-eyebrow{ display:none !important; }
.visually-hidden{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
.hero-actions-floating{
  justify-content:center;
  gap:12px;
  margin-top:0;
}
.hero-actions-floating .btn{
  min-height:50px;
  padding:0 20px;
  border-radius:999px;
  box-shadow:0 10px 26px rgba(0,0,0,.18);
}
.hero-actions-floating .btn-primary{
  background:rgba(255,246,221,.96);
  color:#12392e;
  border-color:rgba(255,246,221,.98);
}
.hero-actions-floating .btn-primary:hover,
.hero-actions-floating .btn-primary:focus-visible{
  background:#fff;
  color:#0c3026;
}
.hero-actions-floating .btn-ghost-light{
  background:rgba(7,22,18,.46);
  color:#fff;
  border-color:rgba(255,255,255,.26);
  text-shadow:0 1px 10px rgba(0,0,0,.4);
}
.hero-actions-floating .btn-ghost-light:hover,
.hero-actions-floating .btn-ghost-light:focus-visible{
  background:rgba(255,255,255,.92);
  color:#12392e;
  border-color:rgba(255,255,255,.92);
  text-shadow:none;
}
.hero-scroll-indicator{
  margin-top:16px;
  color:rgba(255,255,255,.80);
}
@media (max-width: 960px){
  .main-nav .nav-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important; gap:10px !important;}
  .main-nav .nav-grid a{padding:10px 12px !important; font-size:1rem !important;}
}
@media (max-width: 760px){
  .hero-overlay-shell{padding-top:156px; padding-bottom:22px;}
  .main-nav .nav-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:10px 12px !important;}
  .main-nav .nav-grid a{font-size:.96rem !important; padding:10px 8px !important; border-radius:16px !important;}
  .hero-actions-floating{gap:10px;}
  .hero-actions-floating .btn{min-height:46px; padding:0 16px; font-size:.92rem;}
  .hero-scroll-indicator{display:none;}
}


/* 2026-03-16 hero/header refinement */
.utility-bar{display:none !important;}
.site-header{background:rgba(250,248,241,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);}
.header-shell{background:linear-gradient(180deg, rgba(255,255,255,.82), rgba(251,248,239,.72));}
.brand-row{align-items:center;gap:18px;}
.header-actions{margin-left:auto;display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:flex-end;}
.quick-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:flex-end;}
.quick-links a{color:#21493d;text-decoration:none;font-size:1rem;line-height:1.4;font-weight:500;letter-spacing:.02em;position:relative;padding:4px 0;}
.quick-links a::after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:1px;background:rgba(33,73,61,.28);transform:scaleX(0);transform-origin:left center;transition:transform .22s ease,background .22s ease;}
.quick-links a:hover::after,.quick-links a:focus-visible::after{transform:scaleX(1);background:rgba(33,73,61,.56);}
.quick-links a:hover,.quick-links a:focus-visible{color:#0d3d31;}
.mini-register-flow{display:inline-flex !important;}
.main-nav{border-top:1px solid rgba(23,72,59,.1);border-bottom:1px solid rgba(23,72,59,.08);background:rgba(255,255,255,.72);}
.main-nav .nav-grid{grid-template-columns:repeat(7,auto) !important;justify-content:center !important;gap:30px !important;padding:14px 0 15px !important;}
.main-nav .nav-grid a{color:#193f35 !important;font-size:1.14rem !important;letter-spacing:.03em !important;text-shadow:0 1px 0 rgba(255,255,255,.75),0 0 16px rgba(255,255,255,.78) !important;padding:8px 0 10px !important;}
.main-nav .nav-grid a::after{height:2px !important;opacity:.3 !important;transform:scaleX(.22) !important;left:10% !important;right:10% !important;}
.hero-video-overlay{background:linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,.04) 22%, rgba(7,26,20,.08) 58%, rgba(7,26,20,.18) 100%),linear-gradient(90deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 46%, rgba(7,26,20,.12) 100%) !important;}
.hero-video-main{filter:brightness(1.08) saturate(1.04) contrast(1.02);}
.hero-video-bg{filter:blur(18px) brightness(.72) saturate(.92);}
.hero-overlay-shell{padding-bottom:22px !important;}
.hero-overlay-content{max-width:min(420px,92vw);margin-left:auto;padding:12px 0 0;background:transparent !important;border:none !important;box-shadow:none !important;backdrop-filter:none !important;}
.hero-actions-floating{justify-content:flex-end;gap:10px;align-items:center;margin-top:0;padding-top:0;transform:translateY(8px);}
.hero-actions-floating .btn{min-height:44px;font-size:.95rem;backdrop-filter:blur(8px);}
.hero-actions-floating .btn-primary{box-shadow:0 14px 30px rgba(18,61,49,.18);}
.hero-actions-floating .btn-ghost-light{background:rgba(255,255,255,.76);border:1px solid rgba(24,76,61,.12);color:#183d33;box-shadow:0 10px 24px rgba(18,61,49,.08);border-radius:14px;}
.hero-actions-floating .btn-ghost-light:hover,.hero-actions-floating .btn-ghost-light:focus-visible{background:rgba(255,255,255,.9);}
@media (max-width: 1100px){.brand-row{align-items:flex-start;}.header-actions{gap:12px;}.quick-links{gap:10px 14px;}.quick-links a{font-size:.95rem;}.main-nav .nav-grid{gap:18px !important;}.main-nav .nav-grid a{font-size:1.04rem !important;}}
@media (max-width: 760px){.header-actions{width:100%;justify-content:flex-end;gap:10px;}.quick-links{display:none;}.mini-register-flow{display:inline-flex !important;}.main-nav .nav-grid{grid-template-columns:1fr 1fr !important;gap:10px 14px !important;padding:12px 0 14px !important;}.main-nav .nav-grid a{background:transparent !important;border:none !important;border-radius:0 !important;box-shadow:none !important;padding:8px 0 !important;min-height:auto !important;font-size:1rem !important;text-shadow:0 1px 10px rgba(255,255,255,.92) !important;}.main-nav .nav-grid a::after{display:block !important;left:18% !important;right:18% !important;opacity:.28 !important;}.hero-video-overlay{background:linear-gradient(180deg, rgba(255,255,255,.14) 0%, rgba(255,255,255,.04) 26%, rgba(7,26,20,.1) 60%, rgba(7,26,20,.22) 100%) !important;}.hero-overlay-shell{padding-bottom:16px !important;}.hero-overlay-content{width:auto;max-width:88vw;padding:0;}.hero-actions-floating{width:auto;justify-content:flex-end;gap:8px;flex-wrap:wrap;transform:translateY(0);}.hero-actions-floating .btn{min-height:42px;padding:0 12px;font-size:.88rem;border-radius:12px;}}
@media (max-width: 520px){.brand-row{padding-right:82px !important;}.brand-title{font-size:.95rem !important;}.hero-actions-floating{justify-content:center;}.hero-actions-floating .btn{width:auto;}}


/* 2026-03-16 official crest + subtle watermark */
body::before,
body::after{
  content:"";
  position:fixed;
  inset:auto;
  z-index:-1;
  pointer-events:none;
  background-repeat:no-repeat;
  background-size:contain;
  opacity:.045;
  filter:grayscale(100%) saturate(.6);
}
body::before{
  width:min(30vw, 340px);
  height:min(30vw, 340px);
  top:140px;
  right:-70px;
  background-image:url('../img/nuu-logo.png');
}
body::after{
  width:min(24vw, 260px);
  height:min(24vw, 260px);
  left:-50px;
  bottom:120px;
  background-image:url('../img/nuu-logo.png');
  opacity:.03;
}
.brand-mark{
  width:68px !important;
  height:68px !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.92) !important;
  border:1px solid rgba(17,68,56,.08);
  box-shadow:0 10px 26px rgba(17,68,56,.08) !important;
  padding:8px;
}
.brand-mark-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.brand-block:hover .brand-mark,
.brand-block:focus-visible .brand-mark{
  background:rgba(255,255,255,.96) !important;
  color:inherit !important;
  transform:none !important;
  box-shadow:0 10px 26px rgba(17,68,56,.10) !important;
}
.entry-strip,
.section,
.site-footer{
  position:relative;
}
.entry-strip::before,
#student-support::before,
.site-footer::before{
  content:"";
  position:absolute;
  pointer-events:none;
  background:url('../img/nuu-logo.png') center/contain no-repeat;
  opacity:.028;
  filter:grayscale(100%);
}
.entry-strip::before{
  width:180px;
  height:180px;
  right:18px;
  top:24px;
}
#student-support::before{
  width:220px;
  height:220px;
  left:8px;
  bottom:12px;
}
.site-footer::before{
  width:180px;
  height:180px;
  right:16px;
  bottom:16px;
  opacity:.022;
}
@media (max-width: 760px){
  body::before{width:180px;height:180px;right:-46px;top:180px;opacity:.035;}
  body::after{width:140px;height:140px;left:-34px;bottom:90px;opacity:.022;}
  .brand-mark{width:58px !important;height:58px !important;padding:7px;}
  .entry-strip::before,#student-support::before,.site-footer::before{opacity:.018;}
}

/* remove background crest watermarks per latest revision */
body::before, body::after, .entry-strip::before, #student-support::before, .site-footer::before{content:none !important;background:none !important;}

/* 2026-03-16 final cleanup: readable header + clean pills */
body::before,
body::after{display:none !important;content:none !important;}

.site-header{
  background:rgba(255,250,244,.94) !important;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 8px 24px rgba(17,68,56,.08) !important;
}
.header-shell{
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(250,247,239,.88)) !important;
  border-bottom:1px solid rgba(17,68,56,.08) !important;
  box-shadow:none !important;
}
.brand-en,
.brand-title,
.quick-links a,
.menu-toggle{
  color:#183f34 !important;
  text-shadow:none !important;
}
.brand-en{
  font-size:.82rem !important;
  letter-spacing:.08em !important;
}
.brand-title{
  font-size:clamp(1.05rem, 1.6vw, 1.45rem) !important;
  font-weight:800 !important;
}
.brand-block,
.brand-block:hover,
.brand-block:focus-visible,
.brand-block:hover .brand-en,
.brand-block:hover .brand-title,
.brand-block:focus-visible .brand-en,
.brand-block:focus-visible .brand-title{
  color:inherit !important;
}
.quick-links a{
  font-weight:500 !important;
}
.quick-links a::after{
  background:rgba(24,63,52,.35) !important;
}
.mini-register-flow{
  background:#194a3c !important;
  color:#fff !important;
  border:1px solid #194a3c !important;
  border-radius:999px !important;
  box-shadow:0 8px 18px rgba(25,74,60,.18) !important;
}
.mini-register-flow::before,
.mini-register-flow::after,
.register-flow-btn::before,
.register-flow-btn::after,
.hero-overlay-content::before{
  display:none !important;
  content:none !important;
}
.mini-register-flow:hover,
.mini-register-flow:focus-visible{
  background:#10372c !important;
  color:#fff !important;
  transform:translateY(-1px) !important;
}

.main-nav{
  background:rgba(255,255,255,.82) !important;
  border-top:1px solid rgba(17,68,56,.08) !important;
  border-bottom:1px solid rgba(17,68,56,.06) !important;
}
.main-nav .nav-grid{
  gap:28px !important;
}
.main-nav .nav-grid a{
  background:transparent !important;
  border:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  color:#183f34 !important;
  text-shadow:none !important;
  min-height:auto !important;
  padding:8px 0 10px !important;
  font-size:1.12rem !important;
  font-weight:500 !important;
}
.main-nav .nav-grid a:hover,
.main-nav .nav-grid a:focus-visible{
  background:transparent !important;
  color:#0f3127 !important;
  transform:none !important;
  box-shadow:none !important;
}
.main-nav .nav-grid a::after{
  display:block !important;
  left:12% !important;
  right:12% !important;
  height:2px !important;
  opacity:.18 !important;
  transform:scaleX(.18) !important;
}
.main-nav .nav-grid a:hover::after,
.main-nav .nav-grid a:focus-visible::after{
  opacity:.9 !important;
  transform:scaleX(1) !important;
}

.hero-video-overlay{
  background:
    linear-gradient(180deg, rgba(255,255,255,.10) 0%, rgba(255,255,255,.02) 18%, rgba(8,28,22,.06) 58%, rgba(8,28,22,.16) 100%),
    linear-gradient(90deg, rgba(8,28,22,.10) 0%, rgba(8,28,22,0) 24%, rgba(8,28,22,0) 76%, rgba(8,28,22,.10) 100%) !important;
}
.hero-video-main{filter:brightness(1.08) saturate(1.04) contrast(1.02) !important;}
.hero-overlay-content{
  max-width:min(430px, 92vw) !important;
  padding:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
}
.hero-actions-floating{
  justify-content:flex-end !important;
  gap:10px !important;
  transform:none !important;
}
.hero-actions-floating .btn{
  min-height:44px !important;
  padding:0 16px !important;
  border-radius:999px !important;
  box-shadow:0 6px 18px rgba(17,68,56,.10) !important;
  backdrop-filter:none !important;
  text-shadow:none !important;
}
.hero-actions-floating .btn-primary{
  background:#194a3c !important;
  color:#fff !important;
  border:1px solid #194a3c !important;
}
.hero-actions-floating .btn-primary:hover,
.hero-actions-floating .btn-primary:focus-visible{
  background:#10372c !important;
  color:#fff !important;
}
.hero-actions-floating .btn-ghost-light{
  background:rgba(255,255,255,.94) !important;
  color:#183f34 !important;
  border:1px solid rgba(17,68,56,.12) !important;
}
.hero-actions-floating .btn-ghost-light:hover,
.hero-actions-floating .btn-ghost-light:focus-visible{
  background:#ffffff !important;
  color:#10372c !important;
  border-color:rgba(17,68,56,.18) !important;
}
.hero-scroll-indicator{
  color:rgba(255,255,255,.84) !important;
}

@media (max-width: 760px){
  .main-nav .nav-grid a{
    font-size:1rem !important;
    padding:8px 0 !important;
  }
  .hero-actions-floating{
    justify-content:center !important;
  }
}


/* stronger nav hover refinement */
.main-nav .nav-grid a{
  transition:color .18s ease, transform .18s ease, background-color .18s ease, box-shadow .18s ease !important;
  border-radius:12px !important;
  padding:10px 12px 12px !important;
}
.main-nav .nav-grid a::after{
  height:3px !important;
  left:14px !important;
  right:14px !important;
  bottom:4px !important;
  opacity:.12 !important;
  transform:scaleX(.08) !important;
  transform-origin:center center !important;
}
.main-nav .nav-grid a:hover,
.main-nav .nav-grid a:focus-visible{
  color:#0a2c23 !important;
  background:rgba(25,74,60,.08) !important;
  box-shadow:inset 0 0 0 1px rgba(25,74,60,.08) !important;
  transform:translateY(-1px) !important;
}
.main-nav .nav-grid a:hover::after,
.main-nav .nav-grid a:focus-visible::after{
  opacity:1 !important;
  transform:scaleX(1) !important;
}
@media (max-width:760px){
  .main-nav .nav-grid a{
    border-radius:10px !important;
    padding:10px 8px 12px !important;
  }
}

/* Creative event introduction refresh */
.event-intro-shell{
  position:relative;
  display:grid;
  gap:28px;
  padding:32px;
  border-radius:36px;
  background:linear-gradient(180deg,#fffdf7 0%,#fff8ea 100%);
  border:1.5px solid rgba(21,21,21,.08);
  box-shadow:0 22px 48px rgba(17,68,56,.10);
  overflow:hidden;
}
.event-intro-shell::before{
  content:"";
  position:absolute;
  inset:auto -40px -50px auto;
  width:220px;
  height:220px;
  background:radial-gradient(circle, rgba(233,188,87,.16), rgba(233,188,87,0) 68%);
  pointer-events:none;
}
.event-intro-shell::after{
  content:"PLAN YOUR DAY";
  position:absolute;
  top:24px;
  right:28px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(21,21,21,.05);
  color:rgba(21,21,21,.64);
  font-size:.72rem;
  letter-spacing:.18em;
  font-weight:900;
}
.event-intro-story{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(280px,.95fr);
  gap:22px;
  align-items:end;
}
.event-intro-story .section-heading{margin:0;max-width:none;}
.event-intro-story .section-heading p:last-child{max-width:860px;}
.event-intro-pitch{
  padding:22px 24px;
  border-radius:28px;
  background:linear-gradient(135deg, rgba(34,116,91,.08), rgba(233,188,87,.16));
  border:1px solid rgba(21,21,21,.08);
}
.event-intro-lead{
  margin:0 0 14px;
  font-size:1.08rem;
  font-weight:800;
  line-height:1.7;
  color:#18382f;
}
.event-intro-bullets{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.event-intro-bullets li{
  display:flex;
  align-items:center;
  gap:10px;
  color:#23473d;
  font-weight:700;
}
.event-intro-bullets li::before{
  content:"✦";
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#fff;
  color:#bf8d19;
  flex:none;
  box-shadow:0 10px 18px rgba(17,68,56,.08);
}
.event-intro-cards{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.event-spotlight-card{
  position:relative;
  overflow:hidden;
  padding:26px 26px 24px;
  border-radius:30px;
  color:var(--white);
  border:1.5px solid rgba(21,21,21,.08);
  box-shadow:0 16px 38px rgba(17,68,56,.10);
}
.event-spotlight-card::before{
  content:"";
  position:absolute;
  inset:12px;
  border-radius:22px;
  border:1px dashed rgba(255,255,255,.34);
  pointer-events:none;
}
.event-spotlight-card.featured{
  transform:translateY(-10px) scale(1.01);
}
.spotlight-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.spotlight-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  color:inherit;
  font-size:.72rem;
  letter-spacing:.08em;
  font-weight:800;
}
.event-spotlight-card h3{margin:12px 0 12px;font-size:1.6rem;line-height:1.08;}
.spotlight-main{
  margin:0 0 8px;
  font-size:1.08rem;
  font-weight:800;
  line-height:1.65;
  color:rgba(255,255,255,.98);
}
.spotlight-sub{
  margin:0 0 18px;
  min-height:52px;
  color:rgba(255,255,255,.9);
}
.event-spotlight-card a{
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:3px;
}
.accent-yellow .spotlight-main,
.accent-yellow .spotlight-sub,
.accent-yellow .spotlight-tag{color:#4a3400;}
.accent-yellow .spotlight-tag{background:rgba(255,255,255,.4);}

@media (max-width: 980px){
  .event-intro-shell{padding:26px 22px 24px; border-radius:30px;}
  .event-intro-shell::after{position:static; display:inline-flex; width:max-content; margin-bottom:8px;}
  .event-intro-story{grid-template-columns:1fr;}
  .event-intro-cards{grid-template-columns:1fr;}
  .event-spotlight-card.featured{transform:none;}
  .spotlight-sub{min-height:auto;}
}

/* 2026-03-16 footer CTA block */
.footer-cta-section{
  padding-top: 12px;
  padding-bottom: 18px;
  background: linear-gradient(180deg, #f6f7f3 0%, #f3f4ef 100%);
}
.footer-cta-card{
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) auto;
  align-items: center;
  gap: 28px;
  padding: 34px 38px;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 78%, rgba(246, 237, 189, .66), rgba(246, 237, 189, 0) 20%),
    linear-gradient(135deg, #2f6b52 0%, #5f9b71 58%, #9fb06d 100%);
  box-shadow: 0 30px 55px rgba(27, 67, 53, .16);
  overflow: hidden;
}
.footer-cta-card::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background: linear-gradient(120deg, rgba(255,255,255,.08), rgba(255,255,255,0) 40%);
}
.footer-cta-copy,
.footer-cta-actions{
  position: relative;
  z-index: 1;
}
.footer-cta-eyebrow{
  display:inline-flex;
  align-items:center;
  min-height: 36px;
  padding: 0 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(251, 243, 216, .94);
  color: #214638;
  letter-spacing: .18em;
  font-size: .86rem;
  font-weight: 900;
}
.footer-cta-card h2{
  margin: 0 0 12px;
  font-size: clamp(2rem, 3.5vw, 3.3rem);
  line-height: 1.08;
  color:#fff;
}
.footer-cta-card p{
  margin:0;
  max-width: 670px;
  color: rgba(255,255,255,.96);
  font-size: 1.08rem;
  line-height: 1.9;
}
.footer-cta-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:14px;
}
.footer-cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration:none;
  font-weight:900;
  font-size:1.05rem;
  letter-spacing:.01em;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease;
}
.footer-cta-btn:hover,
.footer-cta-btn:focus-visible{
  transform: translateY(-2px);
}
.footer-cta-btn-primary{
  background: linear-gradient(135deg, #1d5140, #214c40);
  color:#fff;
  box-shadow: 0 14px 24px rgba(18, 53, 42, .22), inset 0 1px 0 rgba(255,255,255,.08);
}
.footer-cta-btn-secondary{
  color:#fff;
  background: rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
@media (max-width: 980px){
  .footer-cta-card{
    grid-template-columns: 1fr;
    padding: 30px 24px;
    gap: 22px;
  }
  .footer-cta-actions{
    justify-content:flex-start;
  }
}
@media (max-width: 760px){
  .footer-cta-section{
    padding-bottom: 10px;
  }
  .footer-cta-card{
    border-radius: 26px;
    padding: 24px 18px;
  }
  .footer-cta-eyebrow{
    min-height: 32px;
    padding: 0 14px;
    margin-bottom: 14px;
    font-size: .76rem;
    letter-spacing: .14em;
  }
  .footer-cta-card h2{
    font-size: 2rem;
  }
  .footer-cta-card p{
    font-size: 1rem;
    line-height: 1.8;
  }
  .footer-cta-actions{
    flex-direction: column;
    align-items: stretch;
  }
  .footer-cta-btn{
    width:100%;
    min-height:54px;
    font-size:1rem;
  }
}


/* --- 2026-03-16 readability + student support refresh --- */
.footer-cta-eyebrow{
  background: linear-gradient(135deg, #173f33 0%, #204d3d 100%);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.26);
  box-shadow: 0 10px 22px rgba(12, 39, 31, .24), inset 0 1px 0 rgba(255,255,255,.10);
  text-shadow: 0 1px 1px rgba(0,0,0,.18);
}

.student-support-grid-enhanced{
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  max-width: 1160px;
}
.student-support-grid-enhanced .support-card{
  grid-column: span 3;
}
.student-support-grid-enhanced .support-card-featured{
  grid-column: span 4;
}
.student-support-grid-enhanced .support-card-featured .support-card-visual{
  min-height: 106px;
}
.student-support-grid-enhanced .support-card-featured .support-card-body{
  padding: 18px 18px 20px;
}
.student-support-grid-enhanced .support-card-featured .support-card-body h3{
  font-size: 1.08rem;
}
.support-card-kicker{
  margin: 0 0 8px;
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #507261;
}
.support-card-compact .support-card-body p{
  font-size: .85rem;
}
.support-card-featured{
  box-shadow: 0 18px 36px rgba(20, 37, 46, .08);
}
.support-visual-new-immigrant { --support-accent:#8b6f9e; --support-bg-1:#f6effa; --support-bg-2:#eadff2; }
.support-visual-exchange { --support-accent:#5f7d97; --support-bg-1:#eef4f8; --support-bg-2:#dde8ef; }

@media (max-width: 1080px) {
  .student-support-grid-enhanced{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .student-support-grid-enhanced .support-card,
  .student-support-grid-enhanced .support-card-featured{
    grid-column: auto;
  }
}
@media (max-width: 640px) {
  .student-support-grid-enhanced{
    grid-template-columns: 1fr;
    gap: 14px;
  }
}


.video-hero-card {
  margin: 0 0 24px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(24, 76, 61, .14);
  box-shadow: 0 22px 60px rgba(20, 62, 48, .12);
  background: linear-gradient(135deg, #10382e 0%, #1d5647 48%, #f5ebbf 100%);
}

.video-hero-link {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, .95fr);
  align-items: stretch;
  color: #fff;
  text-decoration: none;
}

.video-hero-media-wrap {
  position: relative;
  min-height: 100%;
  background: rgba(7, 19, 15, .22);
}

.video-hero-media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-hero-media-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 18, 15, .04) 0%, rgba(6, 18, 15, .12) 48%, rgba(6, 18, 15, .42) 100%);
}

.video-hero-play {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 1;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 248, 223, .92);
  color: var(--nuu-green-900);
  font-size: 1.25rem;
  box-shadow: 0 12px 30px rgba(7, 25, 20, .22);
}

.video-hero-body {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 32px 34px;
  color: #fffdf4;
}

.video-hero-topline {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.video-badge-dark {
  background: rgba(255, 248, 223, .18);
  color: #fff7dc;
  border: 1px solid rgba(255, 248, 223, .26);
}

.video-hero-channel {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: rgba(255, 252, 244, .9);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.video-hero-body h3 {
  margin: 0;
  font-size: clamp(1.65rem, 2.6vw, 2.45rem);
  line-height: 1.2;
  color: #fff7e4;
}

.video-hero-body p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 250, 239, .9);
}

.video-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 44px;
  margin-top: 4px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(8, 28, 22, .34);
  border: 1px solid rgba(255, 248, 223, .22);
  color: #fff9e8;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.video-hero-card:hover,
.video-hero-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 26px 62px rgba(18, 61, 47, .18);
}

@media (max-width: 960px) {
  .video-hero-link {
    grid-template-columns: 1fr;
  }

  .video-hero-media-wrap {
    max-height: 360px;
  }
}

@media (max-width: 760px) {
  .video-hero-card {
    margin-bottom: 20px;
    border-radius: 24px;
  }

  .video-hero-media-wrap {
    max-height: 240px;
  }

  .video-hero-body {
    padding: 20px 18px 22px;
    gap: 12px;
  }

  .video-hero-body h3 {
    font-size: 1.4rem;
  }

  .video-hero-body p {
    font-size: .94rem;
    line-height: 1.7;
  }

  .video-hero-play {
    left: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }
}


/* cursor guidance reset */
.cursor-shell {
  display: none !important;
}

html,
body {
  cursor: auto;
}

a,
button,
[role="button"],
summary,
.highlight-card,
.news-card,
.support-link,
.scroll-video-feature a,
.video-grid a,
.explore-tab,
.campus-chip,
.hero-sound-toggle,
.menu-toggle,
.floating-cta,
.back-to-top {
  cursor: pointer;
}

/* --- 2026-03-16 VH810 mobile cleanup --- */
@media (max-width: 760px) {
  .header-shell {
    background: rgba(255, 251, 242, 0.97) !important;
  }

  .brand-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "brand actions"
      "brand actions" !important;
    align-items: start !important;
    gap: 10px 12px !important;
    padding: 12px 0 14px !important;
    padding-right: 0 !important;
  }

  .brand-block {
    grid-area: brand;
    align-items: flex-start !important;
    gap: 10px !important;
    min-width: 0;
  }

  .brand-mark {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    border-radius: 16px !important;
  }

  .brand-copy {
    gap: 4px !important;
  }

  .brand-en {
    margin-bottom: 0 !important;
    font-size: 0.62rem !important;
    line-height: 1.25 !important;
    letter-spacing: 0.05em !important;
    max-width: 13.5rem;
    color: rgba(24, 47, 42, 0.92) !important;
  }

  .brand-title {
    font-size: clamp(0.86rem, 4.9vw, 1.16rem) !important;
    line-height: 1.28 !important;
    max-width: 14.8rem;
  }

  .header-actions {
    grid-area: actions;
    position: static !important;
    align-self: start !important;
    justify-self: end !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    width: auto !important;
    min-width: 92px;
  }

  .quick-links {
    display: none !important;
  }

  .mini-register-flow {
    display: inline-flex !important;
    min-height: 42px !important;
    padding: 0 14px !important;
    font-size: 0.95rem !important;
    justify-content: center !important;
    white-space: nowrap;
  }

  .menu-toggle {
    width: 92px !important;
    min-height: 42px !important;
    padding: 0 12px !important;
    justify-content: center !important;
  }

  .menu-toggle span[aria-hidden="true"] {
    width: 14px !important;
  }

  .menu-label {
    font-size: 0.88rem !important;
  }

  .hero-video-full {
    padding-bottom: 12px !important;
  }

  .hero-stage-full {
    min-height: clamp(420px, 72svh, 560px) !important;
    min-height: clamp(420px, 72vh, 560px) !important;
  }

  .hero-video-full .hero-video-main {
    object-fit: cover !important;
    object-position: center 38% !important;
    background: #081411 !important;
  }

  .hero-video-full .hero-video-bg {
    filter: blur(12px) saturate(0.9) brightness(0.6) !important;
    transform: scale(1.08) !important;
  }

  .hero-video-overlay {
    background: linear-gradient(180deg, rgba(8, 28, 22, 0.12) 0%, rgba(8, 28, 22, 0.06) 52%, rgba(8, 28, 22, 0.28) 100%) !important;
  }

  .hero-overlay-shell {
    padding-top: calc(88px + env(safe-area-inset-top)) !important;
    padding-bottom: calc(16px + env(safe-area-inset-bottom)) !important;
    justify-content: center !important;
    align-items: flex-end !important;
  }

  .hero-overlay-content {
    width: min(92vw, 360px) !important;
    max-width: min(92vw, 360px) !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .hero-actions-floating {
    width: 100% !important;
    gap: 10px !important;
    justify-content: center !important;
  }

  .hero-actions-floating .btn {
    min-height: 46px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    font-size: 0.96rem !important;
    box-shadow: 0 12px 28px rgba(10, 32, 27, 0.2) !important;
  }

  .hero-scroll-indicator {
    display: none !important;
  }

  .floating-actions {
    right: 12px !important;
    left: auto !important;
    bottom: calc(14px + env(safe-area-inset-bottom)) !important;
    gap: 10px !important;
  }

  .floating-actions .floating-register:not(.floating-top) {
    min-height: 44px !important;
    padding: 0 15px !important;
    font-size: 0.92rem !important;
  }

  .site-footer {
    padding-bottom: 106px !important;
  }
}

@media (max-width: 420px) {
  .brand-en {
    max-width: 11.5rem;
    font-size: 0.58rem !important;
  }

  .brand-title {
    max-width: 12.2rem;
    font-size: clamp(0.82rem, 4.7vw, 1.02rem) !important;
  }

  .header-actions {
    min-width: 84px;
  }

  .mini-register-flow,
  .menu-toggle {
    min-height: 40px !important;
    font-size: 0.88rem !important;
  }

  .menu-toggle {
    width: 84px !important;
  }

  .hero-stage-full {
    min-height: clamp(390px, 66svh, 500px) !important;
    min-height: clamp(390px, 66vh, 500px) !important;
  }

  .hero-actions-floating .btn {
    min-height: 44px !important;
    padding: 0 16px !important;
    font-size: 0.9rem !important;
  }
}


/* pill arrow hover */
@media (hover: hover) and (pointer: fine){
  .pill-arrow{position:relative;overflow:hidden;padding-right:1.55em;transition:padding-right .22s ease, transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease;}
  .pill-arrow::after{content:"→";position:absolute;right:1.05em;top:50%;transform:translate(8px,-50%);opacity:0;transition:opacity .22s ease, transform .22s ease;color:currentColor;font-weight:900;line-height:1;pointer-events:none;}
  .pill-arrow:hover,.pill-arrow:focus-visible{padding-right:2.5em;}
  .pill-arrow:hover::after,.pill-arrow:focus-visible::after{opacity:1;transform:translate(0,-50%);}
}


/* hero oval buttons: arrow appears beside the button without covering text */
.hero-actions .hero-pill-arrow{position:relative;overflow:visible;}
.hero-actions .hero-pill-arrow::after{content:"→";position:absolute;right:-1.05rem;top:50%;transform:translate(-6px,-50%);opacity:0;transition:opacity .22s ease, transform .22s ease;color:currentColor;font-weight:900;line-height:1;pointer-events:none;text-shadow:0 1px 8px rgba(255,255,255,.18);}
.hero-actions .hero-pill-arrow:hover::after,.hero-actions .hero-pill-arrow:focus-visible::after{opacity:1;transform:translate(0,-50%);}
.hero-actions .hero-pill-arrow:hover,.hero-actions .hero-pill-arrow:focus-visible{transform:translateY(-1px);}
@media (max-width: 767px){
  .hero-actions .hero-pill-arrow::after{display:none;}
}

/* --- 2026-03-16 magazine-style student support section --- */
.student-support-section{
  position: relative;
  padding-top: 92px;
  padding-bottom: 108px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.88), transparent 26%),
    radial-gradient(circle at 92% 14%, rgba(235,232,225,.55), transparent 24%),
    linear-gradient(180deg, #f7f5f0 0%, #f3f0ea 46%, #f7f5f1 100%);
}
.student-support-heading{max-width: 860px; margin: 0 auto 42px;}
.student-support-heading .eyebrow{
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #6e736b;
}
.student-support-heading h2{
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.06;
  letter-spacing: -.03em;
  color: #20332d;
  margin-bottom: 12px;
}
.student-support-heading p{
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.07rem;
  color: #56625b;
}
.student-support-editorial{
  display: grid;
  gap: 28px;
}
.support-editorial-main{
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .9fr);
  gap: 26px;
  align-items: stretch;
}
.support-editorial-side{
  display: grid;
  gap: 22px;
}
.support-editorial-card{
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(53,72,63,.08);
  box-shadow: 0 20px 48px rgba(51, 62, 56, 0.08);
}
.support-editorial-link{display:block; color:inherit; text-decoration:none; height:100%;}
.support-editorial-media{
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
.support-editorial-card--hero .support-editorial-media{min-height: 580px;}
.support-editorial-card--secondary .support-editorial-media{min-height: 278px;}
.support-editorial-media::before,
.support-editorial-media::after{
  content:"";
  position:absolute;
  inset:0;
}
.support-editorial-media::before{
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
  transition: transform .7s ease;
}
.support-editorial-media::after{
  background:
    linear-gradient(90deg, rgba(244,239,230,.96) 0%, rgba(244,239,230,.88) 34%, rgba(244,239,230,.2) 72%, rgba(244,239,230,.06) 100%),
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(23,39,34,.08));
}
.support-editorial-card:hover .support-editorial-media::before,
.support-editorial-card:focus-within .support-editorial-media::before{transform: scale(1.06);}
.support-editorial-media--dorm::before{
  background-image:
    radial-gradient(circle at 26% 72%, rgba(41,59,51,.12), transparent 18%),
    linear-gradient(180deg, rgba(205,191,169,.18), rgba(205,191,169,.18)),
    url('https://www.nuu.edu.tw/var/file/0/1000/plugin/mobile/pictures/linkdet_2631_9884794_74103.jpg');
  filter: saturate(.72) sepia(.08) brightness(1.02);
  background-position: center center;
}
.support-editorial-media--scholarship::before{
  background-image:
    radial-gradient(circle at 74% 62%, rgba(46,60,49,.16), transparent 18%),
    linear-gradient(180deg, rgba(213,200,177,.24), rgba(213,200,177,.24)),
    url('../img/highlight-lab.svg');
  filter: saturate(.45) sepia(.16) brightness(1.02);
}
.support-editorial-media--counseling::before{
  background-image:
    radial-gradient(circle at 72% 58%, rgba(38,67,52,.14), transparent 18%),
    linear-gradient(180deg, rgba(190,210,199,.24), rgba(190,210,199,.24)),
    url('../img/highlight-food.svg');
  filter: saturate(.35) sepia(.06) brightness(1.04);
}
.support-editorial-overlay{
  position: relative;
  z-index: 1;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap: 14px;
  min-height: inherit;
  padding: clamp(28px, 4vw, 44px);
  max-width: min(460px, 72%);
}
.support-editorial-kicker{
  margin: 0;
  font-size: .82rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #6b746d;
}
.support-editorial-overlay h3{
  margin:0;
  font-size: clamp(2rem, 4vw, 4.35rem);
  line-height: 1.03;
  letter-spacing: -.04em;
  color:#20332d;
}
.support-editorial-card--secondary .support-editorial-overlay h3{
  font-size: clamp(1.8rem, 2.2vw, 2.75rem);
}
.support-editorial-overlay p{
  margin:0;
  font-size: 1.08rem;
  line-height: 1.8;
  color:#3f4d46;
}
.support-editorial-card--secondary .support-editorial-overlay p{
  font-size: .98rem;
  line-height: 1.72;
}
.support-editorial-cta{
  display:inline-flex;
  align-items:center;
  gap: .6rem;
  width: fit-content;
  margin-top: 4px;
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(42,61,54,.82);
  color:#fff;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .04em;
  transition: transform .35s ease, background-color .35s ease, box-shadow .35s ease;
  box-shadow: 0 12px 28px rgba(38, 53, 47, .16);
}
.support-editorial-link:hover .support-editorial-cta,
.support-editorial-link:focus-visible .support-editorial-cta{
  transform: translateY(-2px);
  background: #274138;
}
.support-editorial-divider{
  display:flex;
  align-items:center;
  gap: 18px;
  color:#9b8f7d;
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-style: italic;
  letter-spacing: .06em;
  padding: 2px 4px 0;
}
.support-editorial-divider::before,
.support-editorial-divider::after{
  content:"";
  height:1px;
  flex:1;
  background: linear-gradient(90deg, rgba(164,152,132,.15), rgba(164,152,132,.55), rgba(164,152,132,.15));
}
.support-editorial-divider span:last-child{
  font-style: normal;
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .32em;
  color: #8a8d84;
}
.support-resource-strip{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.support-resource-card{
  position:relative;
  display:flex;
  flex-direction:column;
  gap: 8px;
  min-height: 164px;
  padding: 22px 22px 20px;
  border-radius: 24px;
  text-decoration:none;
  color:inherit;
  background:
    linear-gradient(135deg, rgba(255,255,255,.78), rgba(246,242,235,.72)),
    linear-gradient(180deg, rgba(229,223,213,.18), rgba(213,225,219,.08));
  border: 1px solid rgba(70,82,75,.08);
  box-shadow: 0 14px 34px rgba(56, 65, 60, 0.06);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.support-resource-card::after{
  content:"↗";
  position:absolute;
  top: 18px;
  right: 18px;
  font-size: 1rem;
  color:#8f8c84;
  transition: transform .35s ease, color .35s ease;
}
.support-resource-card:hover,
.support-resource-card:focus-visible{
  transform: translateY(-5px);
  border-color: rgba(52,72,63,.18);
  box-shadow: 0 18px 36px rgba(44, 58, 52, 0.1);
}
.support-resource-card:hover::after,
.support-resource-card:focus-visible::after{
  transform: translate(2px, -2px);
  color:#30443b;
}
.support-resource-en{
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color:#868980;
}
.support-resource-card strong{
  font-size: 1.42rem;
  line-height: 1.2;
  color:#22352f;
}
.support-resource-card p{
  margin:0;
  color:#59655e;
  line-height: 1.7;
  font-size: .96rem;
}
@media (max-width: 1100px){
  .support-editorial-main{
    grid-template-columns: 1fr;
  }
  .support-editorial-card--hero .support-editorial-media,
  .support-editorial-card--secondary .support-editorial-media{min-height: 360px;}
  .support-editorial-side{grid-template-columns: 1fr 1fr;}
  .support-resource-strip{grid-template-columns: repeat(2, minmax(0, 1fr));}
}
@media (max-width: 760px){
  .student-support-section{padding-top: 76px; padding-bottom: 88px;}
  .student-support-heading{margin-bottom: 28px;}
  .support-editorial-side{grid-template-columns: 1fr;}
  .support-editorial-card--hero .support-editorial-media,
  .support-editorial-card--secondary .support-editorial-media{min-height: 320px;}
  .support-editorial-overlay{
    max-width: 100%;
    padding: 24px;
  }
  .support-editorial-media::after{
    background:
      linear-gradient(180deg, rgba(244,239,230,.64) 0%, rgba(244,239,230,.9) 52%, rgba(244,239,230,.98) 100%);
  }
  .support-editorial-divider{
    flex-wrap: wrap;
    gap: 10px;
  }
  .support-editorial-divider::before,
  .support-editorial-divider::after{display:none;}
  .support-resource-strip{grid-template-columns: 1fr;}
}
