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

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'DM Sans', sans-serif;
  background: #111;
}

/* ═══════════════════════════════════
   HERO
═══════════════════════════════════ */
.fomo-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 750px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Video background */
.fomo-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

/* Radial gradient overlay — exact from Figma spec */
.fomo-hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(67.64% 67.64% at 50% 56.34%, rgba(0, 0, 0, 0.60) 12.5%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

/* ═══════════════════════════════════
   NAVBAR
═══════════════════════════════════ */
.fomo-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 104px;
  z-index: 20;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 90px;
}

/* Nav backdrop — gradient top bar with blur */
.fomo-nav::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.55) 0%, rgba(17, 17, 17, 0) 100%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: -1;

}

/* Left nav group */
.fomo-nav__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  width: 441px;
}

/* Logo — absolutely centred */
.fomo-nav__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 80px;
  text-decoration: none;
  flex-shrink: 0;
}

.fomo-nav__logo svg {
  height: 30px;
  width: auto;
  display: block;
}

/* Right nav group */
.fomo-nav__right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  width: 441px;
}

/* Nav items */
.fomo-nav__item {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.fomo-nav__item-label,
.fomo-nav__lang-label {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

.fomo-nav__chevron {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fomo-nav__chevron svg {
  width: 10px;
  height: 6px;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.fomo-nav__lang {
  display: inline-flex;
  align-items: center;
  gap: 0;
  cursor: pointer;
}

/* ═══════════════════════════════════
   HERO CONTENT
═══════════════════════════════════ */
.fomo-hero__content {
  position: relative;
  z-index: 10;
  width: 834px;
  max-width: calc(100% - 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.fomo-hero__title {
  font-family: 'DM Serif Display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 110%;
  text-align: center;
  color: #fff;
  width: 100%;
}

.fomo-hero__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 620px;
  max-width: 100%;
}

.fomo-hero__subtitle {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  width: 100%;
}

.fomo-hero__cta {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  gap: 10px;
  width: 280px;
  height: 48px;
  background: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.fomo-hero__cta:hover {
  background: transparent;
}

.fomo-hero__cta:hover .fomo-hero__cta-label {
  color: #fff;
}

.fomo-hero__cta-label {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 0;
  transition: color .2s ease;
}

/* ═══════════════════════════════════
   LOCATIONS SECTION
═══════════════════════════════════ */
.fomo-locations {
  background: #111;
  padding: 100px 90px;
}

.fomo-locations__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
}

.fomo-locations__tag {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 14px;
}

.fomo-locations__heading {
  font-family: 'DM Serif Display', serif;
  font-style: normal;
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
  color: #fff;
}

.fomo-locations__view-all {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 2px;
  white-space: nowrap;
}

.fomo-locations__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.fomo-location-card {
  position: relative;
  overflow: hidden;
  background: #1a1a1a;
  cursor: pointer;
}

.fomo-location-card__img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}

.fomo-location-card:hover .fomo-location-card__img {
  transform: scale(1.05);
}

.fomo-location-card__placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: #1c2820;
}

.fomo-location-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(10, 10, 10, 0.88) 100%);
}

.fomo-location-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 24px;
}

.fomo-location-card__area {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 8px;
}

.fomo-location-card__name {
  font-family: 'DM Serif Display', serif;
  font-style: normal;
  font-size: 26px;
  font-weight: 400;
  line-height: 110%;
  color: #fff;
  margin-bottom: 6px;
}

.fomo-location-card__meta {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

/* ═══════════════════════════════════
   MAP
═══════════════════════════════════ */
.fomo-map-section {
  display: flex;
  width: 100%;
  min-height: 700px;
  position: relative;
}

.fomo-map-section__left {
  flex: 0 0 40%;
  background-color: #feecec;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 80px 60px;
}

.fomo-map-section__flamingo {
  position: absolute;
  left: -40px;
  top: 0;
  height: 100%;
  width: auto;
  opacity: 0.25;
  pointer-events: none;
  object-fit: cover;
}

.fomo-map-section__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.fomo-map-section__heading {
  font-family: var(--font-body);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 900;
  color: #111;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0;
}

.fomo-map-section__address-label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 8px;
}

.fomo-map-section__address p {
  font-family: var(--font-body);
  font-size: 1rem;
  color: rgba(17, 17, 17, 0.7);
  line-height: 1.7;
  margin: 0;
}

.fomo-map-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 32px;
  align-self: flex-start;
  transition: background 0.2s;
}

.fomo-map-section__btn:hover {
  background: #333;
}

/* Rotating badge */
.fomo-map-badge {
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  height: 150px;
  z-index: 10;
}

.fomo-map-badge__ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: badgeSpin 10s linear infinite;
}

@keyframes badgeSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.fomo-map-badge__photo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  border-radius: 50%;
  object-fit: cover;
  z-index: 2;
}

/* Right map panel */
.fomo-map-section__right {
  flex: 1;
  position: relative;
}

.fomo-map-section__right iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* ═══════════════════════════════════
   FOOTER
═══════════════════════════════════ */
.fomo-footer {
  background: #0a0a0a;
  padding: 80px 90px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.fomo-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  gap: 60px;
}

.fomo-footer__logo {
  font-family: 'DM Serif Display', serif;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  font-style: normal;
}

.fomo-footer__tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  max-width: 200px;
  line-height: 1.5;
}

.fomo-footer__nav {
  display: flex;
  gap: 72px;
}

.fomo-footer__col-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 18px;
}

.fomo-footer__col-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fomo-footer__col-list a {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color .2s;
}

.fomo-footer__col-list a:hover {
  color: #fff;
}

.fomo-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.fomo-footer__copy {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.25);
}

.fomo-footer__socials {
  display: flex;
  gap: 20px;
}

.fomo-footer__social-link {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  transition: color .2s;
}

.fomo-footer__social-link:hover {
  color: #fff;
}

/* ═══════════════════════════════════
   CLOSER THAN YOU THINK
═══════════════════════════════════ */
.fomo-closer {
  position: relative;
  background: #111;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 1440 / 704;
  overflow: hidden;
}

/* Building photo — covers the full section */
.fomo-closer__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

/* Slight dark gradient over the full photo */
.fomo-closer::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/* Text block — left side */
.fomo-closer__inner {
  position: relative;
  z-index: 2;
  padding: 80px 120px 40px;
  max-width: 48%;
}

.fomo-closer__heading {
  font-family: 'DM Serif Display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 68px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 18px;
}

.fomo-closer__desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 170%;
  color: #FFFFFF;
  max-width: 513px;
}

/* Stats cards row */
.fomo-closer__cards {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 12px;
  padding: 0 72px 40px;
}

.fomo-closer__card {
  flex: 1;
  padding: 72px 32px 84px;
  margin-bottom: 104px;
  background: rgb(255, 255, 255);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Amber indicator dot */
.fomo-closer__dot {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
}

.fomo-closer__place {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: rgb(0, 0, 0);
  margin-bottom: 8px;
}

.fomo-closer__stats {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.fomo-closer__stats strong {
  font-family: 'DM Sans', sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  letter-spacing: -0.03em;
}

.fomo-closer__stats span {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.50);
}

/* Navigation arrows */
.fomo-closer__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: transparent;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: background 0.2s;
}

.fomo-closer__nav:hover {
  background: rgba(255, 255, 255, 0.15);
}

.fomo-closer__nav--prev {
  left: 40px;
}

.fomo-closer__nav--next {
  right: 40px;
}


/* ═══════════════════════════════════
   CLOSER — responsive
═══════════════════════════════════ */
@media (max-width: 1100px) {
  .fomo-closer__inner {
    padding: 60px 60px 32px;
    max-width: 55%;
  }

  .fomo-closer__heading {
    font-size: 54px;
  }

  .fomo-closer__cards {
    padding: 0 40px 32px;
  }

  .fomo-closer__card {
    padding: 48px 24px 56px;
    margin-bottom: 60px;
  }

  .fomo-closer__stats strong {
    font-size: 28px;
  }
}

@media (max-width: 1468px) {
  .fomo-closer {
    aspect-ratio: auto;
    min-height: 600px;
  }

  .fomo-closer__inner {
    max-width: 65%;
  }

  .fomo-closer__heading {
    font-size: 46px;
  }

  .fomo-closer__cards {
    flex-wrap: wrap;
    gap: 10px;
  }

  .fomo-closer__card {
    flex: 1 1 calc(50% - 10px);
    min-width: calc(50% - 10px);
    margin-bottom: 40px;
    padding: 40px 20px 48px;
  }
}

@media (max-width: 860px) {
  .fomo-closer__inner {
    max-width: 75%;
    padding: 48px 40px 24px;
  }

  .fomo-closer__heading {
    font-size: 40px;
  }

  .fomo-closer__nav {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  .fomo-closer__nav--prev {
    left: 16px;
  }

  .fomo-closer__nav--next {
    right: 16px;
  }
}

@media (max-width: 580px) {
  .fomo-closer {
    aspect-ratio: auto;
    min-height: auto;
  }

  .fomo-closer__inner {
    max-width: 100%;
    padding: 40px 24px 20px;
  }

  .fomo-closer__heading {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .fomo-closer__desc {
    font-size: 15px;
    max-width: 100%;
  }

  .fomo-closer__cards {
    flex-direction: column;
    padding: 0 24px 24px;
    gap: 10px;
  }

  .fomo-closer__card {
    flex: none;
    width: 100%;
    padding: 28px 24px 32px;
    margin-bottom: 0;
  }

  .fomo-closer__stats strong {
    font-size: 26px;
  }

  .fomo-closer__nav {
    display: none;
  }
}

@media (max-width: 480px) {
  .fomo-closer__inner {
    padding: 32px 20px 16px;
  }

  .fomo-closer__heading {
    font-size: 28px;
  }

  .fomo-closer__desc {
    font-size: 14px;
    line-height: 160%;
  }

  .fomo-closer__cards {
    padding: 0 20px 20px;
  }

  .fomo-closer__card {
    padding: 24px 20px 28px;
  }

  .fomo-closer__stats strong {
    font-size: 24px;
  }
}

/* ═══════════════════════════════════
   RESPONSIVE
═══════════════════════════════════ */
@media(max-width:1100px) {
  .fomo-nav {
    padding: 0 40px;
  }

  .fomo-nav__left,
  .fomo-nav__right {
    width: auto;
    gap: 24px;
  }

  .fomo-hero__title {
    font-size: 56px;
  }

  .fomo-locations,
  .fomo-footer {
    padding-left: 40px;
    padding-right: 40px;
  }

}

@media(max-width:860px) {

  .fomo-nav__left,
  .fomo-nav__right {
    display: none;
  }

  .fomo-hero__title {
    font-size: 42px;
  }

  .fomo-locations__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:580px) {
  .fomo-hero__title {
    font-size: 32px;
  }

  .fomo-hero__cta {
    width: 100%;
    box-sizing: border-box;
  }

  .fomo-locations__grid {
    grid-template-columns: 1fr;
  }

  .fomo-footer__nav {
    flex-direction: column;
    gap: 36px;
  }
}

/* ═══════════════════════════════════
   FOOTER — responsive (copied from about.css / funky-fomo.css)
═══════════════════════════════════ */
@media (max-width: 1100px) {
  .site-footer {
    position: relative;
    z-index: 10;
    overflow: visible;
  }

  .footer-logo-overlap {
    position: absolute;
    z-index: 20;
    overflow: visible;
  }
}

@media (max-width: 960px) {
  .footer-nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-middle {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .footer-logo-overlap img {
    width: 240px;
  }
}

@media (max-width: 600px) {
  .site-footer {
    padding: 100px 0 0;
  }

  .footer-inner {
    padding: 0 24px;
  }

  .footer-nav {
    grid-template-columns: 1fr;
  }

  .footer-logo-overlap img {
    width: 180px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .site-footer {
    padding-top: 80px;
  }

  .footer-logo-overlap {
    top: -40px;
  }
}

/* ═══════════════════════════════════
   CAMPUS EXPLORER (shared with private-offices)
═══════════════════════════════════ */
.offices-campus {
  position: relative;
  background: #fff;
  overflow-x: clip;
  margin-top: 0;
}

.offices-campus::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent, #ffffff 80%);
  pointer-events: none;
  z-index: 10;
}

.campus-header {
  text-align: center;
  padding: 60px var(--container-padding) 30px;
  max-width: var(--site-width);
  margin: 0 auto;
  background: #fff;
}

.campus-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 52px;
  line-height: 1.15;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.campus-desc {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(20, 20, 20, 0.55);
  max-width: 540px;
  margin: 0 auto;
}

.campus-map {
  position: relative;
  width: 100%;
  line-height: 0;
  margin-top: 50px;
  height: 1300px;
  overflow: hidden;
}

.campus-map::before,
.campus-map::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
}

.campus-map::before {
  top: 0;
  height: 180px;
  background: linear-gradient(to bottom, #ffffff, transparent);
}

.campus-map::after {
  bottom: 0;
  height: 180px;
  background: linear-gradient(to top, #ffffff, transparent);
}

.campus-map > img {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(-23%);
}

.campus-label {
  position: absolute;
  background: #1a1a1a;
  color: #fff;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  z-index: 2;
}

.campus-label:hover {
  background: #333;
  transform: translateY(-2px);
}

.campus-label.active {
  background: #fff;
  color: #1a1a1a;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.campus-mobile-tabs {
  display: none;
}

.campus-map-wrap {
  display: grid;
}

.campus-map {
  grid-row: 1;
  grid-column: 1;
}

.campus-details {
  grid-row: 1;
  grid-column: 1;
  align-self: end;
  z-index: 11;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 var(--container-padding) 40px;
}

.campus-detail {
  display: none;
  background: rgba(240, 235, 224, 0.95);
  backdrop-filter: blur(10px);
  overflow: hidden;
  opacity: 0;
  transform: translateX(var(--slide-in, 100vw));
}

.campus-detail.active {
  display: flex;
  animation: campusSlideIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.campus-detail.sliding-out {
  display: flex;
  animation: campusSlideOut 0.4s cubic-bezier(0.55, 0, 1, 0.45) forwards;
}

@keyframes campusSlideIn {
  0% { opacity: 0; transform: translateX(var(--slide-in, 100vw)); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes campusSlideOut {
  0% { opacity: 1; transform: translateX(0); }
  100% { opacity: 0; transform: translateX(var(--slide-out, -100vw)); }
}

.campus-detail-img {
  flex: 0 0 280px;
  overflow: hidden;
}

.campus-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.campus-detail-info {
  flex: 1;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
}

.campus-detail-name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 32px;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.campus-detail-desc {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(20, 20, 20, 0.6);
  margin-bottom: 16px;
}

.campus-detail-link {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  color: #1a1a1a;
  text-decoration: none;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  display: inline-block;
}

.campus-detail-link:hover {
  text-decoration: underline;
}

.campus-detail-tags {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  color: rgba(20, 20, 20, 0.5);
  border-top: 1px solid rgba(20, 20, 20, 0.1);
  padding-top: 16px;
  margin-top: auto;
}



.campus-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-150%);
  background: #1a1a1a;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  transition: background 0.2s ease, transform 0.2s ease;
}

.campus-nav-btn:hover {
  background: #333;
  transform: translateY(-150%) scale(1.05);
}

.campus-nav-prev {
  left: 90px;
}

.campus-nav-next {
  right: 90px;
}

/* Campus — responsive */
@media (max-width: 960px) {
  .campus-header { padding: 50px var(--container-padding) 24px; }
  .campus-title { font-size: 40px; }
  .campus-detail { flex-direction: column; }
  .campus-detail-img { flex: none; height: 220px; }
  .campus-details { max-width: 100%; padding: 0 var(--container-padding) 32px; }
  .campus-detail-info { padding: 28px 28px; }
}

@media (max-width: 768px) {
  .campus-map-wrap { display: flex; flex-direction: column; }
  .campus-map,
  .campus-details { grid-row: auto; grid-column: auto; }
  .campus-details { align-self: auto; padding-top: 0; }
  .campus-map { height: auto; margin-top: 0; }
  .campus-map > img { transform: none; }
  .campus-map::before,
  .campus-map::after { display: none; }
  .offices-campus::after { display: none; }
}

@media (max-width: 600px) {
  .campus-header { padding: 40px var(--container-padding) 20px; }
  .campus-title { font-size: 32px; }
  .campus-desc { font-size: 15px; line-height: 1.6; }
  .campus-detail-img { height: 180px; }
  .campus-detail-info { padding: 24px 20px; }
  .campus-detail-name { font-size: 24px; }
  .campus-detail-desc { font-size: 14px; }
  .campus-detail-link { margin-bottom: 16px; }
  .campus-detail-tags {
    flex-wrap: wrap;
    row-gap: 6px;
    font-size: 13px;
    padding-top: 14px;
  }
  .campus-map .campus-label { display: none; }
  .campus-nav-btn { display: none; }

  .campus-mobile-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 16px var(--container-padding);
  }
  .campus-mobile-tabs .campus-label {
    position: static;
    width: 100%;
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 12px 10px;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .campus-title { font-size: 28px; }
  .campus-detail-img { height: 160px; }
  .campus-detail-info { padding: 20px 16px; }
  .campus-mobile-tabs .campus-label { font-size: 10px; padding: 10px 6px; }
}

/* USP SECTION */
.fomo-usp {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #EEEAE0;
  padding: 100px 120px;
}

.fomo-usp__leaf-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.fomo-usp__leaf-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.fomo-usp__leaf-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.fomo-usp__leaf-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.fomo-usp__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.fomo-usp__item {
  padding: 0 48px 0 0;
}

.fomo-usp__icon {
  width: 52px;
  height: 52px;
  margin-bottom: 32px;
  margin-left: 12px;
  display: flex;
  align-items: flex-end;
}

.fomo-usp__icon svg {
  width: 100%;
  height: 100%;
  fill: #7A8C6E;
}

.fomo-usp__title {
  font-family: 'DM Serif Display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 115%;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.fomo-usp__desc {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
  color: #666;
}

@media(max-width:1100px) {
  .fomo-usp {
    padding: 80px 60px;
  }

  .fomo-usp__item {
    padding-right: 32px;
  }
}

@media(max-width:860px) {
  .fomo-usp__grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px 0;
  }

  .fomo-usp__leaf-left,
  .fomo-usp__leaf-right {
    display: none;
  }
}

@media(max-width:580px) {
  .fomo-usp__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .fomo-usp {
    padding: 60px 32px;
  }
}



/* ═══════════════════════════════════
   HERO — responsive
═══════════════════════════════════ */
@media (max-width: 900px) {
  .fomo-hero {
    height: 100vh;
    min-height: 480px;
    align-items: center;
  }

  .fomo-hero__content {
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
    align-items: center;
    text-align: center;
  }

  .fomo-hero__title {
    font-size: 48px;
    text-align: center;
  }

  .fomo-hero__body {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .fomo-hero__subtitle {
    text-align: center;
  }

  .fomo-hero__cta {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .fomo-hero {
    height: 100vh;
    min-height: 420px;
  }

  .fomo-hero__content {
    padding: 0 20px;
  }

  .fomo-hero__title {
    font-size: 56px;
  }

  .fomo-hero__subtitle {
    font-size: 17.6px;
  }
}
.marquee-wrapper { background: #fff; }

.marquee-wrapper {
  -webkit-mask-image: none;
  mask-image: none;
  position: relative;
}

.marquee-wrapper::before,
.marquee-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  width: 140px;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.marquee-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #fff 2%, transparent);
}

.marquee-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #fff 2%, transparent);
}

.ws-main {
  width: 100%;
  background: url('../images/cta-section-cutout.png') center center / 100% 100% no-repeat;
  background-color: #fff;
  z-index: 13 !important;
  aspect-ratio: 1440 / 876;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ws-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-image: none;
}

.ws-bg-img { display: none; }
