:root {
  --green: #34B44A;
  --green-dark: #2a9c3d;
  --lime: #85E012;
  --navy: #273070;
  --navy-2: #2C3884;
  --ink: #273070;
  --muted: #6a7088;
  --teal: #0F4F50;
  --line: #DDDDDD;
  --bg: #ffffff;
  --bg-soft: #F4F4F4;
  --bg-warm: #F8F3F3;
  --bg-blue: #DCF1FF;
  --card: #ffffff;
  --pill: #e4f5e7;
  --stream-line: #a6e0ec;
  --pale-green: #cfeed4;
  --pale-green-2: #dcf3de;
  --pale-green-3: #e9f7e4;
  --reason-blue: #d8f0fb;
  --foot-line: #d6e6f1;
}

/* ---------- Footer (light) ---------- */
.site-footer { background: #fff; color: var(--navy); padding: 60px 0 28px; }
.footer-cols {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  border-top: 1px solid var(--foot-line);
  border-bottom: 1px solid var(--foot-line);
}
.footer-col { padding: 26px 20px; border-left: 1px solid var(--foot-line); }
.footer-col:first-child { border-left: none; padding-left: 2px; }
.footer-col h4 { font-size: 19px; font-weight: 700; color: var(--navy); margin: 0 0 14px; }
.footer-col h4 a { color: inherit; text-decoration: none; transition: color .2s ease; }
.footer-col h4 a:hover { color: var(--green); }
.fcol-link { display: block; color: #3a4668; text-decoration: none; font-size: 13.5px; line-height: 1.25; margin: 9px 0; padding: 0; transition: color .2s ease, padding-left .2s ease; }
.fcol-link:hover { color: var(--green); padding-left: 3px; }
.foot-eco { text-align: center; padding: 30px 0 0; }
.foot-eco .eco-h { color: var(--green); font-weight: 700; letter-spacing: .18em; font-size: 13px; }
.foot-eco .eco-list { color: var(--navy); font-size: 18px; margin-top: 18px; }
.foot-accred {
  text-align: center;
  border-top: 1px solid var(--foot-line);
  border-bottom: 1px solid var(--foot-line);
  margin-top: 28px;
  padding: 26px 0;
  color: var(--navy);
  font-weight: 700;
  font-size: 18px;
}
.foot-mid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; padding: 44px 0; }
.foot-addr { font-size: 14px; color: #3a4668; line-height: 1.55; }
.foot-addr strong { color: var(--navy); display: block; font-size: 16px; margin-bottom: 8px; }
.foot-addr .help-h { color: var(--navy); font-weight: 700; margin-top: 24px; }
.foot-addr .help-n { color: var(--green); font-weight: 700; font-size: 24px; text-decoration: none; }
.foot-logo { text-align: center; }
.foot-logo img { height: 132px; width: auto; }
.foot-corp { text-align: right; font-size: 14px; color: #3a4668; line-height: 1.55; }
.foot-corp strong { color: var(--navy); display: block; font-size: 16px; margin-bottom: 8px; }
.foot-corp .distil { display: flex; align-items: center; justify-content: flex-end; gap: 10px; margin-top: 22px; }
.foot-corp .distil img { height: 26px; width: auto; }
.foot-corp .distil span { color: var(--navy); font-weight: 700; font-size: 12px; line-height: 1.15; text-align: left; }
.foot-tagline { padding: 30px 0 24px; text-align: center; }
.foot-tagline img { width: 100%; max-width: 1100px; height: auto; opacity: .55; display: inline-block; }
.foot-bottom {
  border-top: 1px solid var(--foot-line);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #3a4668;
}
.foot-bottom a { color: var(--navy); text-decoration: none; font-weight: 600; }
.foot-bottom a:hover { color: var(--green); }

@media (max-width: 1000px) {
  .footer-cols { grid-template-columns: repeat(4, 1fr); }
  .footer-col:nth-child(4n+1) { border-left: none; }
  .foot-mid { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .foot-logo img { margin: 0 auto; }
  .foot-corp { text-align: center; }
  .foot-corp .distil { justify-content: center; }
}
@media (max-width: 560px) {
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Why Industry-Integrated reasons ---------- */
.reasons-head {
  font-family: 'aesthet-nova', 'Fraunces', serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--navy);
  margin-top: 72px;
}
.reasons-grid {
  display: grid;
  grid-template-columns: 1.62fr 1fr;
  gap: 20px;
  margin-top: 30px;
  align-items: stretch;
}
.reason-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.reason-card {
  background: var(--reason-blue);
  border-radius: 18px;
  padding: 26px 28px;
  display: flex;
  flex-direction: column;
  min-height: 168px;
}
.reason-card h4 {
  font-family: 'aesthet-nova', 'Fraunces', serif;
  font-size: 23px;
  line-height: 1.16;
  font-weight: 700;
  color: var(--navy);
}
.reason-card .rfr {
  margin-top: auto;
  align-self: flex-end;
  background: #347a45;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  padding: 9px 15px;
  text-decoration: none;
  transition: filter .2s ease;
}
.reason-card .rfr:hover { filter: brightness(1.12); }
.reasons-img { border-radius: 18px; overflow: hidden; background: #dfe6ef; }
.reasons-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- Partners ---------- */
.partners-layout {
  display: grid;
  grid-template-columns: 0.82fr 2.2fr;
  gap: 22px;
  align-items: stretch;
}
.partners-left { display: flex; flex-direction: column; gap: 22px; }
.partners-info {
  background: var(--navy);
  color: #fff;
  border-radius: 22px;
  padding: 34px 32px;
}
.partners-info .lead {
  font-family: 'aesthet-nova', 'Fraunces', serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}
.partners-info .count { margin-top: 38px; display: flex; align-items: center; gap: 14px; }
.partners-info .num {
  font-family: 'aesthet-nova', 'Fraunces', serif;
  font-size: 62px;
  font-weight: 700;
  color: var(--green);
  line-height: .9;
}
.partners-info .clabel {
  color: var(--green);
  font-weight: 700;
  letter-spacing: .03em;
  font-size: 17px;
  line-height: 1.15;
  text-transform: uppercase;
}
.partners-photo { margin: 0; border-radius: 22px; overflow: hidden; background: #dfe6ef; flex: 1; }
.partners-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.partners-card {
  background: #fcfcfd;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 18px 34px 0;
  display: flex;
  flex-direction: column;
}
.partners-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px 18px;
  padding: 22px 0;
  flex: 1;
}
.partners-logos .logo-cell {
  display: grid;
  place-items: center;
  min-height: 84px;
  padding: 10px;
}
.partners-logos .logo-cell img {
  width: 124px;
  height: 46px;
  max-width: 100%;
  object-fit: contain;
}
.partners-foot {
  border-top: 1px solid var(--line);
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.partners-foot p { margin: 0; color: var(--navy); font-size: 15px; }
.explore-btn {
  flex: none;
  background: #4a57b9;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border-radius: 10px;
  padding: 12px 24px;
  text-decoration: none;
  transition: filter .2s ease;
}
.explore-btn:hover { filter: brightness(1.12); }

@media (max-width: 900px) {
  .partners-layout { grid-template-columns: 1fr; }
  .partners-left { flex-direction: row; }
  .partners-photo { min-height: 220px; }
  .partners-logos { grid-template-columns: repeat(3, 1fr); }
  .partners-foot { flex-wrap: wrap; }
}
@media (max-width: 560px) {
  .partners-left { flex-direction: column; }
  .partners-logos { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Newsletter / ORCHIDORIA ---------- */
.news-card { border-radius: 26px; overflow: hidden; }
.news-top {
  position: relative;
  background: #45c13a;
  background-image: url(assets/orchidians.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 96%;
  display: grid;
  grid-template-columns: 0.7fr 1.6fr 0.7fr;
  align-items: center;
  gap: 20px;
  padding: 40px 48px;
  min-height: 320px;
}
.news-mandala { display: flex; align-items: center; justify-content: center; }
.news-mandala img { width: 100%; max-width: 300px; height: auto; }
.news-center { text-align: center; }
.news-center .ey { font-weight: 700; font-size: 19px; color: var(--navy); }
.news-center .word { margin: 8px auto 2px; display: block; height: 64px; width: auto; }
.news-center .sub { font-weight: 800; font-size: 22px; letter-spacing: .02em; color: var(--navy); }
.news-form {
  display: flex;
  align-items: center;
  background: var(--lime);
  border-radius: 999px;
  padding: 8px 8px 8px 26px;
  margin-top: 26px;
}
.news-form input {
  flex: 1;
  border: none;
  background: none;
  outline: none;
  font-size: 17px;
  color: var(--navy);
}
.news-form input::placeholder { color: var(--navy); opacity: .85; }
.news-form button {
  flex: none;
  background: var(--navy);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .04em;
  font-size: 14px;
  padding: 14px 26px;
  cursor: pointer;
  transition: filter .2s ease;
}
.news-form button:hover { filter: brightness(1.2); }
.news-people { align-self: end; display: flex; justify-content: flex-end; }
.news-people img { max-width: 100%; height: auto; display: block; align-self: flex-end; }

.news-social {
  background: #5048d6;
  display: grid;
  grid-template-columns: 1fr repeat(4, 160px);
  align-items: stretch;
}
.news-social__title {
  display: flex;
  align-items: center;
  padding: 28px 48px;
  color: #fff;
  font-family: 'aesthet-nova', 'Fraunces', serif;
  font-weight: 700;
  font-size: 26px;
}
.social-cell {
  border-left: 1px solid rgba(255,255,255,.22);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 26px 8px;
  text-decoration: none;
  transition: background .2s ease;
}
.social-cell:hover { background: rgba(255,255,255,.08); }
.social-cell .ico {
  width: 38px; height: 38px;
  background: #fff;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
  -webkit-mask-size: contain; mask-size: contain;
}
.social-cell .lbl { color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .06em; }

@media (max-width: 1000px) {
  .news-top { grid-template-columns: 1fr; text-align: center; }
  .news-mandala, .news-people { display: none; }
  .news-social { grid-template-columns: 1fr; }
  .news-social__title { justify-content: center; }
  .social-cell { border-left: none; border-top: 1px solid rgba(255,255,255,.22); flex-direction: row; }
}

/* ---------- Connect / Department ---------- */
.connect-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.7fr 0.85fr;
  gap: 22px;
  align-items: stretch;
}
.connect-intro {
  background: var(--bg-soft);
  border-radius: 22px;
  padding: 36px 34px;
  display: flex;
  flex-direction: column;
}
.connect-intro h2 { font-size: 30px; color: var(--navy); line-height: 1.15; }
.connect-intro p { color: var(--muted); font-size: 14.5px; line-height: 1.55; margin-top: 20px; }
.connect-intro .contact-us {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: #b9ee83;
  color: var(--navy);
  font-weight: 600;
  font-size: 17px;
  border-radius: 12px;
  padding: 16px 22px;
  text-decoration: none;
  min-width: 240px;
  transition: filter .2s ease;
}
.connect-intro .contact-us:hover { filter: brightness(.97); }

.connect-mid { position: relative; }
.dept-dd { position: relative; }
.dept-dd__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #8ee06a;
  border-radius: 16px;
  padding: 22px 26px;
  cursor: pointer;
  user-select: none;
}
.dept-dd__head span {
  font-family: 'aesthet-nova', 'Fraunces', serif;
  font-size: 30px;
  font-weight: 500;
  color: #2e7d39;
}
.dept-dd__chev {
  flex: none;
  width: 44px; height: 44px;
  background: #fff;
  border-radius: 999px;
  background-image: url(assets/dropdown.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 44px 44px;
  transition: transform .25s ease;
}
.dept-dd.open .dept-dd__chev { transform: rotate(180deg); }
.dept-dd__menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0; right: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scaleY(.96);
  transform-origin: top;
  transition: opacity .28s ease, transform .28s cubic-bezier(.16,.84,.44,1), visibility .28s;
}
.dept-dd.open .dept-dd__menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.dept-dd__menu button {
  display: block;
  width: 100%;
  text-align: left;
  background: #8ee06a;
  border: none;
  font-family: 'aesthet-nova', 'Fraunces', serif;
  font-size: 26px;
  font-weight: 500;
  color: #2e7d39;
  padding: 16px 26px;
  border-radius: 16px;
  cursor: pointer;
  box-shadow: 0 10px 22px -16px rgba(46,125,57,.6);
  transition: filter .2s ease, transform .15s ease;
}
.dept-dd__menu button:hover { filter: brightness(.96); transform: translateX(3px); }

.dept-body {
  background: var(--bg-soft);
  border-radius: 18px;
  padding: 30px 32px;
  margin-top: 14px;
}
.dept-body > p { color: var(--ink); font-size: 16.5px; line-height: 1.55; max-width: 720px; }
.dept-body__row { display: flex; align-items: stretch; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.dept-contact-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dept-contact-box .email { color: var(--navy); font-weight: 600; text-decoration: none; font-size: 16px; }
.dept-contact-box .phone { font-family: 'aesthet-nova','Fraunces',serif; font-size: 30px; font-weight: 500; color: var(--navy); margin-top: 12px; }
.dept-hours {
  flex: 0 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 16px 18px;
}
.dept-hours strong { display: block; color: var(--navy); font-size: 17px; }
.dept-hours .hrs { color: var(--navy); font-size: 14px; margin-top: 4px; }
.dept-hours .lbl { color: var(--green-dark); font-size: 10px; font-weight: 700; letter-spacing: .08em; margin-top: 8px; }
.dept-write {
  flex: 0 0 auto;
  min-width: 140px;
  background: #fff;
  border-radius: 12px;
  padding: 16px 24px;
  display: grid;
  place-items: center;
  color: var(--green-dark);
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  transition: filter .2s ease;
}
.dept-write:hover { filter: brightness(1.05); }

.connect-photo { border-radius: 22px; overflow: hidden; background: #dfe6ef; min-height: 360px; }
.connect-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 1000px) {
  .connect-grid { grid-template-columns: 1fr; }
  .connect-photo { min-height: 260px; }
}

/* ---------- Campus Life ---------- */
.campuslife-grid {
  display: grid;
  grid-template-columns: 2.6fr 1fr;
  gap: 22px;
  align-items: stretch;
}
.cl-photo {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 540px;
  background: #2a3a55;
}
.cl-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cl-photo::after {
  content: '';
  position: absolute; left: 0; right: 0; top: 0; height: 45%;
  background: linear-gradient(180deg, rgba(20,30,55,.6), rgba(20,30,55,0));
}
.cl-top {
  position: absolute;
  top: 34px; left: 36px; right: 36px;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.cl-top p { color: #fff; font-size: 15px; line-height: 1.5; max-width: 620px; margin: 0; }
.cl-top h2 { color: #fff; font-size: 30px; white-space: nowrap; }
.cl-explore {
  background: var(--navy);
  border-radius: 22px;
  padding: 30px 32px;
}
.cl-explore h3 {
  font-family: 'aesthet-nova', 'Fraunces', serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 12px;
}
.cl-explore h3 a { color: inherit; text-decoration: none; transition: color .2s ease; }
.cl-explore h3 a:hover { color: #9be88c; }
.cl-explore span {
  display: block;
  color: #fff;
  font-size: 17px;
  padding: 8px 0;
}

@media (max-width: 900px) {
  .campuslife-grid { grid-template-columns: 1fr; }
  .cl-photo { min-height: 360px; }
  .cl-top { position: static; flex-direction: column; padding: 0; }
  .cl-top p, .cl-top h2 { color: #fff; }
  .cl-photo::after { height: 100%; background: linear-gradient(180deg, rgba(20,30,55,.55), rgba(20,30,55,.2)); }
}

/* ---------- Aspiring / Orchidian ---------- */
.orchidian-grid {
  display: grid;
  grid-template-columns: 1.62fr 1fr;
  gap: 22px;
  align-items: stretch;
}
.orchidian-left {
  background: var(--pale-green-3);
  border-radius: 24px;
  padding: 46px 44px;
}
.orchidian-left > h2 {
  font-family: 'aesthet-nova', 'Fraunces', serif;
  font-size: 38px;
  font-weight: 700;
  color: var(--navy);
}
.orchidian-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 32px; }
.ocard {
  background: #fff;
  border-radius: 16px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
}
.ocard h3 { font-size: 21px; font-weight: 700; color: var(--navy); }
.ocard p { color: var(--ink); font-size: 14.5px; line-height: 1.55; margin-top: 16px; }
.obtn {
  margin-top: auto;
  align-self: flex-start;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 15px 22px;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  text-decoration: none;
  transition: filter .2s ease;
}
.obtn:hover { filter: brightness(1.2); }
.obtn .oarrow {
  width: 20px; height: 20px;
  background: #3cb043;
  -webkit-mask: url(assets/arrow1.svg) center/contain no-repeat;
          mask: url(assets/arrow1.svg) center/contain no-repeat;
}
.orchidian-right {
  background: #3cb043;
  border-radius: 24px;
  overflow: hidden;
  min-height: 360px;
}
.orchidian-right img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

@media (max-width: 900px) {
  .orchidian-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .orchidian-cards { grid-template-columns: 1fr; }
}

/* ---------- Explore Programs ---------- */
.programs-card {
  display: grid;
  grid-template-columns: 1.05fr 3fr;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}
.programs-intro { display: flex; flex-direction: column; }
.programs-intro .pi-text { padding: 40px 36px 24px; }
.programs-intro h2 { font-size: 40px; color: var(--teal); }
.programs-intro p { color: var(--muted); font-size: 15px; line-height: 1.6; margin-top: 18px; }
.programs-intro figure { margin: auto 0 0; }
.programs-intro figure img { width: 100%; height: auto; display: block; }

.programs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-left: 1px solid var(--line);
}
.program-cell {
  background: #fff;
  padding: 24px 26px;
  min-height: 226px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: background .2s ease;
}
.program-cell:hover { background: #fafcff; }
.program-cell .plabel { font-size: 14px; color: var(--navy); font-weight: 500; }
.program-cell .plogo { flex: 1; display: grid; place-items: center; padding: 14px; }
.program-cell .plogo img { max-height: 92px; max-width: 72%; width: auto; object-fit: contain; }

@media (max-width: 900px) {
  .programs-card { grid-template-columns: 1fr; }
  .programs-intro figure { margin-top: 24px; }
  .programs-grid { border-left: none; border-top: 1px solid var(--line); }
}
@media (max-width: 560px) {
  .programs-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Campus full-width band ---------- */
.campus-band {
  background-color: var(--bg-blue);
  background-image: url(assets/orchid_ad_visual.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  color: var(--navy);
  overflow: hidden;
}
.campus-band .container { padding-top: 78px; padding-bottom: 78px; }
.campus-text { max-width: 560px; }
.campus-text h2 { font-size: 44px; line-height: 1.12; color: var(--navy); }
.campus-text p { color: var(--ink); font-size: 16.5px; line-height: 1.6; margin-top: 22px; }
.campus-btns { display: flex; gap: 16px; margin-top: 34px; flex-wrap: wrap; }
.campus-btn {
  position: relative;
  width: 188px;
  height: 168px;
  border-radius: 14px;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  color: #fff;
  transition: filter .2s ease, transform .2s ease;
}
.campus-btn:hover { transform: translateY(-3px); filter: brightness(1.06); }
.campus-btn .cb-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.18;
}
.campus-btn .cb-arrow {
  position: absolute;
  top: 20px; right: 20px;
  width: 30px; height: 30px;
  background: #fff;
  -webkit-mask: url(assets/arrow1.svg) center/contain no-repeat;
          mask: url(assets/arrow1.svg) center/contain no-repeat;
}
.cb-navy { background: var(--navy); }
.cb-green { background: #3cb043; }

@media (max-width: 900px) {
  .campus-band {
    background-position: center bottom;
    background-size: 130% auto;
    padding-bottom: 56vw;
  }
  .campus-band .container { padding-top: 56px; padding-bottom: 0; }
  .campus-text h2 { font-size: 34px; }
}

/* ---------- Begin at Work band ---------- */
.biw { position: relative; border-radius: 26px; overflow: hidden; aspect-ratio: 2.3 / 1; }
.biw > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.biw::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,30,55,.05), rgba(20,30,55,.22)); }
.biw-text { position: absolute; left: 3.5%; right: 3.5%; bottom: 10%; z-index: 2; }
.biw-text text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1.3;
  fill: #fff;
}

@media (max-width: 980px) {
  .reasons-grid { grid-template-columns: 1fr; }
  .reasons-img { min-height: 280px; }
}
@media (max-width: 560px) {
  .reason-cards { grid-template-columns: 1fr; }
}

/* ---------- Industry-Integrated panel + masonry ---------- */
.integrated-grid {
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  gap: 24px;
  align-items: stretch;
}
.integrated-card {
  background: var(--pale-green-3);
  border-radius: 26px;
  padding: 56px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.integrated-card h2 {
  font-family: 'aesthet-nova', 'Fraunces', serif;
  font-size: 38px;
  line-height: 1.14;
  font-weight: 700;
  color: var(--green);
}
.integrated-card p {
  color: var(--ink);
  font-size: 16.5px;
  line-height: 1.6;
  margin-top: 22px;
}
.integrated-card p + p { margin-top: 18px; }

.masonry-col { position: relative; min-height: 0; }
.masonry {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(12, minmax(0, 1fr));
  gap: 12px;
  grid-template-areas:
    "robo robo elec"
    "robo robo elec"
    "robo robo elec"
    "robo robo elec"
    "fine engn elec"
    "fine engn elec"
    "fine engn agri"
    "fine engn agri"
    "beau hotel agri"
    "beau hotel agri"
    "beau hotel agri"
    "beau hotel agri";
}
.masonry figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #dfe6ef;
  min-height: 0;
  min-width: 0;
}
.masonry figure img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 0; transition: transform .5s ease; }
.masonry figure:hover img { transform: scale(1.05); }
.m-robo { grid-area: robo; }
.m-elec { grid-area: elec; }
.m-fine { grid-area: fine; }
.m-auto { grid-area: engn; }
.m-agri { grid-area: agri; }
.m-beau { grid-area: beau; }
.m-hotel { grid-area: hotel; }

@media (max-width: 980px) {
  .integrated-grid { grid-template-columns: 1fr; }
  .masonry-col { min-height: 560px; }
}
@media (max-width: 560px) {
  .masonry-col { min-height: 0; }
  .masonry {
    position: static;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    grid-auto-rows: 150px;
    grid-template-areas: none;
  }
  .masonry figure { grid-area: auto !important; }
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}
html, body { overflow-x: clip; max-width: 100%; }

body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0;
}

.display {
  font-family: 'aesthet-nova', 'Fraunces', 'Plus Jakarta Sans', serif;
}
.font-slab {
  font-family: 'Alfa Slab One', 'aesthet-nova', serif;
}

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

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Reveal animation ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(.16,.84,.44,1),
              transform 0.7s cubic-bezier(.16,.84,.44,1);
  will-change: opacity, transform;
}
[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* ---------- Cards ---------- */
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: transform .35s ease, box-shadow .35s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -24px rgba(13,34,69,.35);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 999px;
  padding: 12px 22px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease;
  text-decoration: none;
}
.btn:active { transform: scale(.97); }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-dark); box-shadow: 0 10px 24px -10px rgba(58,174,42,.7); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-2); }
.btn-outline { background: transparent; border-color: var(--line); color: var(--ink); }
.btn-outline:hover { border-color: var(--green); color: var(--green); }
.btn-white { background:#fff; color: var(--navy); }
.btn-white:hover { background:#eef6ec; }

.nav-link {
  position: relative;
  color: var(--navy);
  text-decoration: none;
  font-family: 'aesthet-nova', 'Fraunces', serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 6px 2px;
}
.nav-link::after {
  content: '';
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 2px;
  background: var(--green);
  transition: width .25s ease;
}
.nav-link:hover { color: var(--green); }
.nav-link:hover::after { width: 100%; }

/* ---------- Pick your Stream ---------- */
.stream-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 56px;
  margin-top: 34px;
}
.stream-list { border-top: 2px solid var(--stream-line); }
.stream-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 4px;
  border-bottom: 2px solid var(--stream-line);
  cursor: pointer;
  font-family: 'aesthet-nova', 'Fraunces', serif;
  font-weight: 500;
  font-size: 21px;
  color: var(--navy);
  transition: color .2s ease, padding-left .25s ease;
}
.stream-row:hover { color: var(--green); padding-left: 8px; }
.stream-row .sub { font-size: 14px; font-weight: 500; }
.stream-row .plus {
  position: relative;
  flex: none;
  width: 26px; height: 26px;
  font-size: 0;
  transition: transform .2s ease;
}
.stream-row .plus::before,
.stream-row .plus::after {
  content: '';
  position: absolute;
  background: var(--green);
  border-radius: 2px;
}
.stream-row .plus::before { left: 0; right: 0; top: 50%; height: 3px; transform: translateY(-50%); }
.stream-row .plus::after { top: 0; bottom: 0; left: 50%; width: 3px; transform: translateX(-50%); }
.stream-row:hover .plus { transform: rotate(90deg); }

/* Find a Course search field */
.course-search {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--pale-green);
  border-radius: 16px;
  padding: 18px 26px;
}
.course-search input {
  flex: 1;
  border: none;
  background: none;
  outline: none;
  font-family: 'aesthet-nova', 'Fraunces', serif;
  font-size: 22px;
  color: var(--navy);
}
.course-search input::placeholder { color: var(--navy); opacity: .92; }
.course-search .ico {
  flex: none;
  width: 26px; height: 26px;
  background: var(--navy);
  -webkit-mask: url(assets/search1.svg) center/contain no-repeat;
          mask: url(assets/search1.svg) center/contain no-repeat;
}

/* Bottom CTA row */
.stream-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: stretch;
  margin-top: 32px;
}
.stream-cta {
  background: var(--pale-green-2);
  border-radius: 16px;
  padding: 20px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.stream-cta p { margin: 0; color: var(--navy); font-size: 13.5px; max-width: 620px; line-height: 1.45; }
.take-test {
  flex: none;
  background: #b6e6bd;
  color: var(--navy);
  font-family: 'aesthet-nova', 'Fraunces', serif;
  font-weight: 700;
  font-size: 18px;
  border-radius: 11px;
  padding: 15px 28px;
  text-decoration: none;
  transition: filter .2s ease;
}
.take-test:hover { filter: brightness(.96); }
.stream-pills { display: flex; gap: 16px; }
.pill-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'aesthet-nova', 'Fraunces', serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--navy);
  border-radius: 13px;
  padding: 0 34px;
  min-width: 180px;
  text-decoration: none;
  transition: filter .2s ease;
}
.pill-btn:hover { filter: brightness(1.05); }
.pill-dark { background: #2e9e42; }
.pill-light { background: #39b54a; }

@media (max-width: 860px) {
  .stream-cols { grid-template-columns: 1fr; gap: 0; }
  .stream-list:last-child { border-top: none; }
  .stream-bottom { grid-template-columns: 1fr; }
  .stream-pills { flex-wrap: wrap; }
  .pill-btn { flex: 1; padding: 16px 24px; }
}

/* ---------- Mission + Stat cards ---------- */
.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: 22px;
  align-items: stretch;
}
.mission-card {
  background: var(--bg-warm);
  border-radius: 22px;
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
}
.mission-card h2 { font-size: 40px; line-height: 1.12; color: var(--navy); }
.mission-card h2 .lede { font-weight: 700; }
.mission-card h2 .rest { font-weight: 400; }
.mission-card p { color: var(--ink); font-size: 17px; line-height: 1.55; margin-top: 26px; }
.mission-link {
  margin-top: auto;
  padding-top: 36px;
  color: var(--navy);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .12em;
  text-decoration: none;
}
.mission-link:hover { color: var(--green); }
.mission-img { border-radius: 22px; overflow: hidden; min-height: 560px; background: #dfe6ef; }
.mission-img img { width: 100%; height: 100%; object-fit: cover; }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 22px;
}
.stat-card {
  background: var(--bg-soft);
  border-radius: 18px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}
.stat-card .num {
  font-family: 'aesthet-nova', 'Fraunces', serif;
  font-weight: 700;
  font-size: 62px;
  line-height: 1;
  color: var(--navy);
}
.stat-card .num .day { font-size: 30px; font-weight: 700; margin-right: 6px; }
.stat-card .label { font-weight: 700; font-size: 20px; color: var(--navy); margin-top: 8px; }
.stat-card .desc { color: var(--green); font-size: 15.5px; line-height: 1.4; margin-top: auto; padding-top: 22px; }
.stat-card .desc em { font-style: italic; font-weight: 700; }

@media (max-width: 980px) {
  .mission-grid { grid-template-columns: 1fr; }
  .mission-img { min-height: 320px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Footer ---------- */
.footer-link {
  color: rgba(255,255,255,.62);
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  padding: 4px 0;
  transition: color .2s ease, padding-left .2s ease;
}
.footer-link:hover { color: #fff; padding-left: 4px; }

.chip {
  display:inline-flex; align-items:center;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px; font-weight:600;
}

/* ---------- Modal ---------- */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(10,22,44,.55);
  backdrop-filter: blur(6px);
  z-index: 1000;
  opacity: 0;
  transition: opacity .25s ease;
}
.modal.is-open { display: flex; opacity: 1; }
.modal__panel {
  background: #fff;
  border-radius: 22px;
  max-width: 440px;
  width: 100%;
  padding: 34px 32px 28px;
  text-align: center;
  box-shadow: 0 40px 90px -30px rgba(10,22,44,.6);
  transform: translateY(16px) scale(.96);
  transition: transform .3s cubic-bezier(.16,.84,.44,1);
}
.modal.is-open .modal__panel { transform: none; }
.modal__icon {
  width: 64px; height: 64px;
  margin: 0 auto 18px;
  border-radius: 999px;
  display: grid; place-items: center;
  background: var(--pill);
  color: var(--green);
}
.modal__close {
  position: absolute;
  top: 14px; right: 16px;
  background: none; border: none;
  font-size: 26px; line-height: 1;
  color: #fff;
  cursor: pointer;
}

/* ---------- Header action buttons ---------- */
.hbtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 9px;
  padding: 12px 20px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: filter .2s ease, transform .15s ease;
}
.hbtn:active { transform: scale(.97); }
.hbtn-green { background: var(--green); color: #fff; }
.hbtn-green:hover { filter: brightness(.95); }
.hbtn-navy { background: var(--navy); color: #fff; }
.hbtn-navy:hover { filter: brightness(1.15); }

/* Apply For button (chevron nested inside) + dropdown */
.apply-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--green);
  border-radius: 13px;
  padding: 5px 5px 5px 22px;
}
.apply-main {
  font-family: 'aesthet-nova', 'Fraunces', serif;
  font-weight: 700;
  color: var(--navy);
  font-size: 19px;
  text-decoration: none;
}
.apply-chev {
  flex: none;
  width: 42px; height: 42px;
  background: none;
  border: none;
  padding: 0;
  display: grid; place-items: center;
  cursor: pointer;
  transition: filter .2s ease;
}
.apply-chev:hover { filter: brightness(1.12); }
.apply-chev-ico {
  width: 42px; height: 42px;
  display: block;
  transition: transform .25s ease;
}
.apply-wrap.open .apply-chev-ico { transform: rotate(180deg); }
.apply-wrap.open .apply-chev:hover .apply-chev-ico { transform: rotate(180deg); }
.apply-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scaleY(.96);
  transform-origin: top;
  transition: opacity .28s ease, transform .28s cubic-bezier(.16,.84,.44,1), visibility .28s;
}
.apply-wrap.open .apply-menu { opacity: 1; visibility: visible; transform: none; }
.apply-menu a {
  background: var(--green);
  text-decoration: none;
  color: var(--navy);
  font-family: 'aesthet-nova', 'Fraunces', serif;
  font-weight: 500;
  font-size: 17px;
  padding: 10px 18px;
  border-radius: 10px;
  box-shadow: 0 10px 22px -16px rgba(46,125,57,.7);
  transition: filter .2s ease, transform .15s ease;
}
.apply-menu a:hover { filter: brightness(1.05); transform: translateX(3px); }

/* Search button */
.search-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-family: 'aesthet-nova', 'Fraunces', serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--green);
  background: var(--navy);
  border: none;
  border-radius: 11px;
  padding: 11px 22px;
  cursor: pointer;
  transition: filter .2s ease;
}
.search-btn:hover { filter: brightness(1.18); }
.search-ico {
  width: 18px; height: 18px;
  background: var(--green);
  -webkit-mask: url(assets/search.svg) center/contain no-repeat;
          mask: url(assets/search.svg) center/contain no-repeat;
}

/* ---------- Hero cards ---------- */
.hero-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  transition: transform .4s ease, box-shadow .4s ease;
}
.hero-card:hover { transform: translateY(-4px); box-shadow: 0 22px 50px -28px rgba(13,34,69,.45); }
.hero-card.tall { aspect-ratio: 1 / 1; }
.hero-card.short { min-height: 296px; }
.hero-card img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-card.tall { aspect-ratio: auto; min-height: 320px; }
  .hero-card.short { min-height: 320px; }
}

/* utilities */
.eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--green);
}
.section { padding: 54px 0; }
.section-tight { padding: 40px 0; }

/* ---------- Header layout / mobile nav ---------- */
.site-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 90px;
}
.site-menu { display: flex; flex: 1; align-items: center; gap: 36px; }
.site-nav { display: flex; flex: 1; align-items: center; justify-content: space-between; gap: 20px; }
.site-actions { display: flex; align-items: center; gap: 16px; flex: none; }
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px; height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  height: 2.5px;
  border-radius: 2px;
  background: var(--navy);
  transition: transform .25s ease, opacity .25s ease;
}
.site-header.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.site-header.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.site-header.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

@media (max-width: 1080px) {
  .site-nav { gap: 18px; }
  .site-nav .nav-link { font-size: 14px; }
}
@media (max-width: 920px) {
  .topbar-wrap { display: none; }
  .site-header { backdrop-filter: none !important; -webkit-backdrop-filter: none !important; background: #fff !important; top: 0 !important; z-index: 1000 !important; }
  .site-header__bar { height: 64px; }
  .nav-toggle { display: flex; }
  .site-menu {
    position: absolute;
    top: 100%; left: 0; right: 0;
    height: calc(100vh - 64px);
    flex: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    background: #fff;
    border-top: 1px solid var(--line);
    padding: 12px 0 40px;
    overflow-y: auto;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform .3s ease, visibility .3s;
    z-index: 40;
  }
  .site-header.nav-open .site-menu { transform: none; visibility: visible; }
  .site-nav { flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav .nav-link { padding: 18px 28px; font-size: 19px; border-bottom: 1px solid var(--line); }
  .site-nav .nav-link::after { display: none; }
  .site-actions { flex-direction: column; align-items: stretch; gap: 14px; padding: 26px 28px 0; }
  .apply-wrap { width: 100%; justify-content: space-between; }
  .search-btn { justify-content: center; }
  .apply-menu { left: 0; right: 0; }
}
@media (max-width: 560px) {
  .site-logo img { height: 38px; }
}

/* ---------- Topbar responsive ---------- */
@media (max-width: 920px) {
  .topbar-wrap { padding-top: 10px; }
  .topbar { grid-template-columns: 1fr !important; justify-items: center; text-align: center; padding: 9px 16px; }
  .topbar > span:first-child, .topbar > span:last-child { display: none !important; }
  .topbar > span:nth-child(2) { font-size: 14px !important; }
}

/* ---------- Global responsive tuning ---------- */
@media (max-width: 768px) {
  .container { padding: 0 18px; }
  .section { padding: 40px 0; }
  .stream-head { grid-template-columns: 1fr !important; }
  .stream-head h2 { font-size: 38px !important; }
  .display { letter-spacing: -0.01em; }
  .mission-card h2, .integrated-card h2, .orchidian-left > h2,
  .reasons-head, .connect-intro h2, .campus-text h2, .cl-explore h3,
  .programs-intro h2, .news-social__title { font-size: 30px !important; }
  .stat-card .num { font-size: 48px; }
  .stat-card { min-height: 240px; }
}
@media (max-width: 600px) {
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .news-form { flex-wrap: wrap; }
  .dept-body__row { flex-direction: column; }
  .dept-hours, .dept-write { width: 100%; }
  .dept-write { padding: 16px; }
  .campus-btns { gap: 12px; }
  .campus-btn { width: calc(50% - 6px); height: 150px; }
  .foot-bottom { flex-direction: column; }
}
@media (max-width: 700px) {
  /* hero titles fit the card images */
  .hero-title { font-size: 26px !important; }
  .adm-badge { transform: scale(.8); transform-origin: top left; }
  .batch-mark { height: 46px !important; top: 18px !important; }
  /* Begin at Work taller on mobile */
  .biw { aspect-ratio: auto; height: 30vh; }
  .biw-text { bottom: 6%; }
}
@media (max-width: 420px) {
  .hero-title { font-size: 23px !important; }
  .stat-card .num { font-size: 40px; }
}

/* ---------- Mobile section refinements ---------- */
@media (max-width: 820px) {
  /* Take a Test banner: text on top, button below */
  .stream-cta { flex-direction: column; align-items: flex-start; gap: 18px; }
  .take-test { flex: none; }
  /* Partners 800+ block fits within the card */
  .partners-info .count { flex-wrap: wrap; gap: 10px 14px; }
  .partners-info .num { font-size: 52px; }
  .partners-info .clabel { font-size: 14px; }
  /* Campus band: room below buttons for the collage image */
  .campus-band { background-size: 118% auto; background-position: center bottom; }
  .campus-band .container { padding-top: 46px; padding-bottom: 82vw; }
  .campus-text h2 { font-size: 32px; }
  /* Campus Life: taller box so text + heading fit over the photo */
  .cl-photo { min-height: 600px; }
  .cl-top { gap: 18px; }
  .cl-top h2 { white-space: normal; }
  /* General Information dropdown: smaller, fits within width */
  .dept-dd__head { padding: 13px 16px; gap: 10px; }
  .dept-dd__head span { font-size: 17px; min-width: 0; }
  .dept-dd__chev { width: 36px; height: 36px; background-size: 36px 36px; }
  .dept-dd__menu button { font-size: 15px; padding: 11px 16px; }
  /* Email + phone box: shorter */
  .dept-contact-box { flex: 0 0 auto; padding: 16px 18px; }
  .dept-contact-box .email { font-size: 14px; }
  .dept-contact-box .phone { font-size: 23px; margin-top: 8px; }
  /* Footer: smaller, legible, centered logo */
  .foot-eco .eco-list { font-size: 14px; }
  .foot-accred { font-size: 14px; padding: 20px 0; }
  .footer-col h4 { font-size: 17px; }
  .fcol-link { font-size: 13px; }
  .foot-logo { text-align: center; }
  .foot-logo img { height: 110px; }
  .foot-addr, .foot-corp { text-align: center; font-size: 13.5px; }
  .foot-corp .distil { justify-content: center; }
  .foot-bottom { flex-direction: column; align-items: center; text-align: center; gap: 14px; }
}

/* ===========================================================
   Academics MEGA MENU (sitewide — populated by megamenu.js)
   =========================================================== */
.site-header .container { position: relative; }
.mega {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0; margin: 0 auto;
  width: min(1180px, 94vw); background: #fff; border-radius: 22px;
  box-shadow: 0 30px 70px -28px rgba(20,28,70,.45); padding: 40px 48px;
  display: grid; grid-template-columns: 280px 1fr; gap: 30px 48px;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s; z-index: 1200;
}
.mega.open { opacity: 1; visibility: visible; transform: translateY(0); }
.mega__lead .num { font-family: 'aesthet-nova','Fraunces',serif; color: var(--green); font-weight: 700; font-size: 96px; line-height: .9; }
.mega__lead .cap { font-family: 'aesthet-nova','Fraunces',serif; color: var(--navy); font-weight: 700; font-size: 26px; line-height: 1.15; margin-top: 12px; }
.mega__cols { columns: 2; column-gap: 56px; }
.mega__cols a { display: block; break-inside: avoid; color: var(--navy); text-decoration: none; font-size: 18px; font-weight: 500; padding: 11px 0; line-height: 1.25; transition: color .15s ease, padding-left .15s ease; }
.mega__cols a:hover { color: var(--green); padding-left: 4px; }
@media (max-width: 860px) { .mega { display: none !important; } }
