.campus-tour-shell {
  --campus-bg: #06111f;
  --campus-bg-soft: #0a1b2d;
  --campus-panel: rgba(255, 255, 255, 0.085);
  --campus-panel-strong: rgba(255, 255, 255, 0.13);
  --campus-border: rgba(255, 255, 255, 0.13);
  --campus-text: #f5f9ff;
  --campus-muted: #c8d7eb;
  --campus-cyan: #4cc9f0;
  --campus-violet: #9d5cf5;
  --campus-gold: #ffd166;
  --campus-green: #43d9a3;
  --campus-sidebar-width: 292px;
  --campus-bar-height: 76px;
  --campus-radius: 24px;
  background:
    radial-gradient(circle at 8% 2%, rgba(76, 201, 240, 0.2), transparent 23%),
    radial-gradient(circle at 94% 14%, rgba(157, 92, 245, 0.17), transparent 25%),
    linear-gradient(180deg, #05101d 0%, #091728 42%, #0b1d31 100%);
  color: var(--campus-text);
  font-family: "Inter", sans-serif;
  min-height: 100vh;
  position: relative;
}

.campus-tour-shell *,
.campus-tour-shell *::before,
.campus-tour-shell *::after {
  box-sizing: border-box;
}

.campus-tour-shell a {
  color: inherit;
  text-decoration: none;
}

.campus-tour-shell img {
  display: block;
  max-width: 100%;
}

.campus-tour-topbar {
  backdrop-filter: blur(22px);
  background: rgba(5, 16, 29, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
  position: sticky;
  top: 0;
  z-index: 1030;
}

.campus-topbar-inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  min-height: var(--campus-bar-height);
  padding: 0.65rem 1.15rem;
}

.campus-tour-brand {
  align-items: center;
  display: flex;
  gap: 0.72rem;
  min-width: 250px;
}

.campus-brand-badge,
.campus-sidebar-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--campus-cyan), var(--campus-violet));
  border-radius: 0.9rem;
  box-shadow: 0 10px 24px rgba(76, 201, 240, 0.2);
  display: flex;
  flex: 0 0 auto;
  font-size: 1.08rem;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.campus-tour-brand > span:last-child {
  display: flex;
  flex-direction: column;
}

.campus-tour-brand strong {
  font-size: 0.94rem;
  font-weight: 830;
}

.campus-tour-brand small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.66rem;
}

.campus-menu-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.75rem;
  color: #fff;
  display: inline-flex;
  font-size: 1.25rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.campus-tour-progress {
  margin: 0 auto;
  max-width: 430px;
  width: min(38vw, 430px);
}

.campus-tour-progress > span {
  align-items: center;
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  font-size: 0.65rem;
  font-weight: 750;
  gap: 0.4rem;
  margin-bottom: 0.35rem;
}

.campus-tour-progress > div {
  background: rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  height: 5px;
  overflow: hidden;
}

.campus-tour-progress i[data-tour-progress] {
  background: linear-gradient(90deg, var(--campus-cyan), var(--campus-violet), var(--campus-gold));
  border-radius: inherit;
  display: block;
  height: 100%;
  transition: width 0.16s linear;
  width: 0;
}

.campus-topbar-cta {
  align-items: center;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.73rem;
  font-weight: 800;
  gap: 0.45rem;
  padding: 0.68rem 0.85rem;
  transition: 0.22s ease;
}

.campus-topbar-cta:hover {
  background: #fff;
  color: #07506a;
  transform: translateY(-2px);
}

.campus-tour-layout {
  display: grid;
  grid-template-columns: var(--campus-sidebar-width) minmax(0, 1fr);
}

.campus-tour-sidebar {
  align-self: start;
  backdrop-filter: blur(20px);
  background: rgba(6, 17, 31, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  height: calc(100vh - var(--campus-bar-height));
  overflow-y: auto;
  position: sticky;
  top: var(--campus-bar-height);
}

.campus-sidebar-inner {
  padding: 1rem;
}

.campus-sidebar-intro {
  align-items: center;
  background: linear-gradient(145deg, rgba(76, 201, 240, 0.14), rgba(157, 92, 245, 0.14));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.15rem;
  display: flex;
  gap: 0.7rem;
  padding: 0.85rem;
}

.campus-sidebar-intro div {
  display: flex;
  flex-direction: column;
}

.campus-sidebar-intro small {
  color: #9be8ff;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.campus-sidebar-intro strong {
  font-size: 0.76rem;
  margin-top: 0.08rem;
}

.campus-side-nav {
  display: flex;
  flex-direction: column;
  margin-top: 0.9rem;
}

.campus-side-label {
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.59rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  margin: 0.72rem 0.65rem 0.35rem;
  text-transform: uppercase;
}

.campus-side-link {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0.9rem;
  color: var(--campus-muted);
  display: grid;
  gap: 0.66rem;
  grid-template-columns: 35px minmax(0, 1fr);
  margin: 0.1rem 0;
  padding: 0.62rem;
  position: relative;
  transition: 0.22s ease;
}

.campus-side-link > span {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 0.65rem;
  color: #9be8ff;
  display: flex;
  height: 35px;
  justify-content: center;
  transition: 0.22s ease;
}

.campus-side-link > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.campus-side-link strong {
  color: #eef6ff;
  font-size: 0.73rem;
}

.campus-side-link small {
  color: rgba(200, 215, 235, 0.57);
  font-size: 0.61rem;
  margin-top: 0.08rem;
}

.campus-side-link:hover,
.campus-side-link.active {
  background: rgba(76, 201, 240, 0.1);
  border-color: rgba(76, 201, 240, 0.18);
  color: #fff;
  transform: translateX(3px);
}

.campus-side-link.active::before {
  background: linear-gradient(var(--campus-cyan), var(--campus-violet));
  border-radius: 999px;
  bottom: 0.58rem;
  content: "";
  left: -1rem;
  position: absolute;
  top: 0.58rem;
  width: 3px;
}

.campus-side-link.active > span {
  background: linear-gradient(135deg, var(--campus-cyan), var(--campus-violet));
  box-shadow: 0 8px 18px rgba(76, 201, 240, 0.18);
  color: #fff;
}

.campus-explore-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 1rem;
  padding-top: 0.2rem;
}

.campus-sidebar-cta {
  background:
    radial-gradient(circle at 90% 0, rgba(255, 209, 102, 0.17), transparent 35%),
    linear-gradient(145deg, rgba(157, 92, 245, 0.18), rgba(76, 201, 240, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.15rem;
  margin-top: 1rem;
  padding: 1rem;
}

.campus-sidebar-cta > span {
  align-items: center;
  background: linear-gradient(135deg, var(--campus-gold), #ffad33);
  border-radius: 0.7rem;
  color: #2b1600;
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.campus-sidebar-cta strong {
  display: block;
  font-size: 0.76rem;
  margin-top: 0.68rem;
}

.campus-sidebar-cta p {
  color: rgba(216, 230, 248, 0.68);
  font-size: 0.65rem;
  line-height: 1.55;
  margin: 0.35rem 0 0.68rem;
}

.campus-sidebar-cta a {
  align-items: center;
  color: #9be8ff;
  display: inline-flex;
  font-size: 0.69rem;
  font-weight: 800;
  gap: 0.4rem;
}

.campus-tour-main {
  min-width: 0;
  overflow: hidden;
}

.tour-container {
  margin-inline: auto;
  max-width: 1460px;
  padding-inline: clamp(1rem, 3vw, 3rem);
  width: 100%;
}

.campus-tour-shell [data-tour-section] {
  scroll-margin-top: calc(var(--campus-bar-height) + 18px);
}

.campus-tour-shell .hero {
  align-items: center;
  display: flex;
  min-height: min(820px, 82vh);
  overflow: hidden;
  position: relative;
}

.campus-tour-shell .hero::before {
  background:
    linear-gradient(90deg, rgba(3, 13, 25, 0.91) 0%, rgba(4, 16, 30, 0.67) 54%, rgba(4, 16, 30, 0.28) 100%),
    url("https://images.unsplash.com/photo-1562774053-701939374585?auto=format&fit=crop&w=1900&q=85") center / cover no-repeat;
  content: "";
  inset: 0;
  position: absolute;
  transform: scale(1.025);
}

.campus-tour-shell .hero::after {
  background: linear-gradient(to top, #091728, transparent);
  bottom: 0;
  content: "";
  height: 190px;
  left: 0;
  position: absolute;
  right: 0;
}

.campus-tour-shell .hero-content {
  max-width: 900px;
  padding: clamp(4rem, 8vw, 7rem) 0;
  position: relative;
  z-index: 2;
}

.campus-tour-shell .eyebrow,
.campus-tour-shell .section-tag {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(76, 201, 240, 0.12);
  border: 1px solid rgba(131, 226, 255, 0.23);
  border-radius: 999px;
  color: #b9efff;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 760;
  gap: 0.5rem;
  padding: 0.52rem 0.82rem;
}

.campus-tour-shell .eyebrow {
  background: rgba(5, 20, 36, 0.48);
  margin-bottom: 1rem;
}

.campus-tour-shell .hero h1 {
  color: #fff;
  font-size: clamp(2.65rem, 5.5vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.048em;
  line-height: 0.99;
  margin: 0 0 1rem;
  max-width: 880px;
  text-shadow: 0 8px 34px rgba(0, 0, 0, 0.48);
}

.campus-tour-shell .hero-content > p {
  color: #e1ecfa;
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.78;
  margin: 0;
  max-width: 760px;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.65);
}

.campus-tour-shell .hero-actions,
.campus-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.65rem;
}

.campus-tour-shell .btn-main,
.campus-tour-shell .btn-ghost {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 820;
  gap: 0.6rem;
  justify-content: center;
  padding: 0.85rem 1.05rem;
  transition: 0.22s ease;
}

.campus-tour-shell .btn-main {
  background: linear-gradient(135deg, var(--campus-gold), #ffb703);
  box-shadow: 0 14px 30px rgba(255, 183, 3, 0.18);
  color: #2b1600;
}

.campus-tour-shell .btn-ghost {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.19);
  color: #fff;
}

.campus-tour-shell .btn-main:hover,
.campus-tour-shell .btn-ghost:hover {
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
  transform: translateY(-3px);
}

.campus-tour-shell .hero-stats {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2rem;
}

.campus-tour-shell .stat {
  backdrop-filter: blur(16px);
  background: rgba(6, 20, 36, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.1rem;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
  min-width: 0;
  padding: 0.9rem;
}

.campus-tour-shell .stat strong {
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 850;
}

.campus-tour-shell .stat span {
  color: #cbd9eb;
  display: block;
  font-size: 0.68rem;
  line-height: 1.45;
  margin-top: 0.15rem;
}

.campus-tour-main > section:not(.hero) {
  padding: clamp(4rem, 7vw, 6.5rem) 0;
  position: relative;
}

.campus-tour-main > section:nth-of-type(odd):not(.hero) {
  background: rgba(255, 255, 255, 0.018);
}

.campus-tour-shell .section-head {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.campus-tour-shell .section-tag {
  margin-bottom: 0.8rem;
}

.campus-tour-shell .section-head h2 {
  color: #fff;
  font-size: clamp(1.9rem, 3.4vw, 3.15rem);
  font-weight: 880;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0;
  max-width: 820px;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}

.campus-tour-shell .section-head > p {
  color: #d0def0;
  font-size: 0.94rem;
  line-height: 1.72;
  margin: 0;
  max-width: 620px;
}

.campus-tour-shell .tour-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.campus-tour-shell .tour-card {
  background: var(--campus-panel);
  border: 1px solid var(--campus-border);
  border-radius: var(--campus-radius);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
  min-height: 380px;
  overflow: hidden;
  position: relative;
}

.campus-tour-shell .tour-card:nth-child(odd) {
  border-left: 4px solid var(--campus-cyan);
}

.campus-tour-shell .tour-card:nth-child(even) {
  border-right: 4px solid var(--campus-violet);
}

.campus-tour-shell .tour-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.55s ease;
  width: 100%;
}

.campus-tour-shell .tour-card:hover img {
  filter: saturate(1.1);
  transform: scale(1.055);
}

.campus-tour-shell .tour-card::after {
  background: linear-gradient(to top, rgba(3, 12, 23, 0.96), rgba(4, 15, 28, 0.18) 70%, transparent);
  content: "";
  inset: 0;
  position: absolute;
}

.campus-tour-shell .tour-card .content {
  bottom: 0;
  left: 0;
  padding: 1.4rem;
  position: absolute;
  right: 0;
  z-index: 2;
}

.campus-tour-shell .tour-card .icon {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.85rem;
  display: flex;
  height: 46px;
  justify-content: center;
  margin-bottom: 0.8rem;
  width: 46px;
}

.campus-tour-shell .tour-card h3 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 830;
  margin: 0 0 0.35rem;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.55);
}

.campus-tour-shell .tour-card p {
  color: #e1ebf8;
  font-size: 0.82rem;
  line-height: 1.6;
  margin: 0;
  max-width: 690px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.campus-tour-shell .span-7 { grid-column: span 7; }
.campus-tour-shell .span-5 { grid-column: span 5; }

.campus-tour-shell .highlights,
.campus-tour-shell .location-wrap {
  align-items: stretch;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1.1fr 0.9fr;
}

.campus-tour-shell .location-wrap {
  grid-template-columns: 0.92fr 1.08fr;
}

.campus-tour-shell .glass,
.campus-tour-shell .map-frame,
.campus-tour-shell .video-card {
  backdrop-filter: blur(18px);
  background: var(--campus-panel);
  border: 1px solid var(--campus-border);
  border-radius: var(--campus-radius);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.2);
}

.campus-tour-shell .glass {
  padding: 1.45rem;
}

.campus-tour-shell .journey-heading,
.campus-tour-shell .location-card h3 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 830;
  margin: 0 0 0.65rem;
}

.campus-tour-shell .muted-copy {
  color: var(--campus-muted);
  line-height: 1.7;
}

.campus-tour-shell .feature-list {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.2rem;
}

.campus-tour-shell .feature,
.campus-tour-shell .meta-item {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  padding: 0.95rem;
  transition: 0.22s ease;
}

.campus-tour-shell .feature:hover,
.campus-tour-shell .meta-item:hover {
  background: rgba(255, 255, 255, 0.085);
  border-color: rgba(76, 201, 240, 0.2);
  transform: translateY(-3px);
}

.campus-tour-shell .feature i,
.campus-tour-shell .meta-item i {
  color: #9be8ff;
  font-size: 1.05rem;
}

.campus-tour-shell .feature h4 {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  margin: 0.55rem 0 0.25rem;
}

.campus-tour-shell .feature p {
  color: var(--campus-muted);
  font-size: 0.73rem;
  line-height: 1.55;
  margin: 0;
}

.campus-tour-shell .campus-image-card {
  overflow: hidden;
  padding: 0;
}

.campus-tour-shell .campus-feature-image {
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  width: 100%;
}

.campus-tour-shell .meta-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.campus-tour-shell .meta-item {
  align-items: flex-start;
  display: flex;
  gap: 0.8rem;
}

.campus-tour-shell .meta-item strong {
  color: #fff;
  font-size: 0.78rem;
}

.campus-tour-shell .meta-item .muted-copy {
  font-size: 0.7rem;
}

.campus-tour-shell .map-frame {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(76, 201, 240, 0.12), rgba(157, 92, 245, 0.16)),
    rgba(255, 255, 255, 0.045);
  display: flex;
  justify-content: center;
  min-height: 470px;
  padding: 2rem;
  text-align: center;
}

.campus-tour-shell .map-frame i {
  color: #9be8ff;
  font-size: 2.1rem;
}

.campus-tour-shell .map-frame h3 {
  color: #fff;
  font-size: 1.2rem;
  margin: 0.7rem 0 0.4rem;
}

.campus-tour-shell .map-frame p {
  color: var(--campus-muted);
  font-size: 0.79rem;
  line-height: 1.6;
  margin: 0.25rem auto;
  max-width: 520px;
}

.campus-tour-shell .video-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.campus-tour-shell .video-card {
  overflow: hidden;
  transition: 0.24s ease;
}

.campus-tour-shell .video-card:hover {
  border-color: rgba(76, 201, 240, 0.22);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.27);
  transform: translateY(-5px);
}

.campus-tour-shell .video-thumb {
  background-position: center;
  background-size: cover;
  height: 220px;
  position: relative;
}

.campus-tour-shell .video-thumb::after {
  background: linear-gradient(to top, rgba(4, 13, 25, 0.86), rgba(4, 13, 25, 0.12));
  content: "";
  inset: 0;
  position: absolute;
}

.campus-tour-shell .play-badge {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.21);
  border-radius: 50%;
  bottom: 15px;
  display: flex;
  font-size: 1.25rem;
  height: 58px;
  justify-content: center;
  left: 15px;
  position: absolute;
  width: 58px;
  z-index: 2;
}

.campus-tour-shell .video-body {
  padding: 1.15rem;
}

.campus-tour-shell .video-body h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 820;
  margin: 0 0 0.4rem;
}

.campus-tour-shell .video-body p {
  color: var(--campus-muted);
  font-size: 0.75rem;
  line-height: 1.62;
  margin: 0 0 0.9rem;
}

.campus-tour-shell .video-link {
  align-items: center;
  color: #9be8ff;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 800;
  gap: 0.45rem;
  transition: gap 0.2s ease;
}

.campus-tour-shell .video-link:hover {
  color: #fff;
  gap: 0.68rem;
}

.campus-tour-shell .video-thumb-exterior {
  background-image: url("https://images.unsplash.com/photo-1562774053-701939374585?auto=format&fit=crop&w=1200&q=80");
}

.campus-tour-shell .video-thumb-aerial {
  background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=1200&q=80");
}

.campus-tour-shell .video-thumb-arrival {
  background-image: url("https://images.unsplash.com/photo-1498243691581-b145c3f54a5a?auto=format&fit=crop&w=1200&q=80");
}

.campus-tour-shell .cta {
  padding-bottom: 6rem;
}

.campus-tour-shell .cta-panel {
  background:
    radial-gradient(circle at 90% 0, rgba(255, 209, 102, 0.15), transparent 30%),
    linear-gradient(135deg, rgba(76, 201, 240, 0.17), rgba(157, 92, 245, 0.22));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.8rem;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.3rem);
  position: relative;
}

.campus-tour-shell .cta-panel-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.campus-tour-shell .cta h3 {
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  font-weight: 870;
  letter-spacing: -0.03em;
  margin: 0 0 0.4rem;
}

.campus-tour-shell .cta p {
  color: #dce8f8;
  line-height: 1.68;
  margin: 0;
  max-width: 700px;
}

.campus-tour-shell .campus-cta-actions {
  margin-top: 0;
}

.campus-mobile-panel {
  background: #081728;
  border: 0;
  color: #fff;
  max-width: 330px;
  width: 90vw !important;
}

.campus-mobile-panel .offcanvas-header {
  background:
    radial-gradient(circle at 90% 0, rgba(76, 201, 240, 0.2), transparent 35%),
    linear-gradient(135deg, #071827, #153a57);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.campus-mobile-panel .offcanvas-header small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.65rem;
  text-transform: uppercase;
}

.campus-mobile-panel .offcanvas-title {
  font-size: 1.05rem;
  font-weight: 820;
}

@media (max-width: 1199.98px) {
  .campus-tour-layout {
    display: block;
  }

  .campus-topbar-inner {
    justify-content: flex-start;
  }

  .campus-topbar-cta {
    margin-left: auto;
  }
}

@media (max-width: 991.98px) {
  .campus-tour-shell .hero-stats,
  .campus-tour-shell .video-grid,
  .campus-tour-shell .highlights,
  .campus-tour-shell .location-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .campus-tour-shell .highlights,
  .campus-tour-shell .location-wrap {
    grid-template-columns: 1fr;
  }

  .campus-tour-shell .span-7,
  .campus-tour-shell .span-5 {
    grid-column: span 12;
  }
}

@media (max-width: 767.98px) {
  .campus-tour-progress {
    display: none;
  }

  .campus-tour-brand {
    min-width: 0;
  }

  .campus-tour-shell .hero {
    min-height: auto;
  }

  .campus-tour-shell .hero-content {
    padding: 4rem 0 5rem;
  }

  .campus-tour-shell .hero h1 {
    font-size: clamp(2.3rem, 11vw, 3.6rem);
  }

  .campus-tour-shell .hero-stats,
  .campus-tour-shell .video-grid {
    grid-template-columns: 1fr;
  }

  .campus-tour-shell .feature-list {
    grid-template-columns: 1fr;
  }

  .campus-tour-shell .section-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .campus-tour-shell {
    --campus-bar-height: 70px;
  }

  .campus-topbar-inner {
    gap: 0.55rem;
    padding: 0.58rem 0.7rem;
  }

  .campus-tour-brand small {
    display: none;
  }

  .campus-tour-brand strong {
    font-size: 0.8rem;
  }

  .campus-brand-badge {
    border-radius: 0.75rem;
    height: 40px;
    width: 40px;
  }

  .campus-topbar-cta {
    padding: 0.64rem;
  }

  .tour-container {
    padding-inline: 0.8rem;
  }

  .campus-tour-shell .hero-actions,
  .campus-tour-shell .btn-main,
  .campus-tour-shell .btn-ghost,
  .campus-tour-shell .campus-cta-actions {
    width: 100%;
  }

  .campus-tour-shell .tour-card {
    min-height: 330px;
  }

  .campus-tour-shell .cta-panel-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .campus-tour-shell *,
  .campus-tour-shell *::before,
  .campus-tour-shell *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
