body[data-page="list"] {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
@supports (overflow: clip) {
  body[data-page="list"] { overflow-x: clip; }
}

.hero {
  --carousel-slide-min-height: max(560px, calc(75vh - 58.5px));
  position: relative;
  min-height: var(--carousel-slide-min-height);
  overflow: hidden;
  background:
    linear-gradient(rgba(148,163,184,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148,163,184,.08) 1px, transparent 1px),
    #f7fafc;
  background-size: 54px 54px;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,250,252,.2), rgba(247,250,252,.7)); }
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: 5%; top: 7%; background: radial-gradient(circle, rgba(14,165,233,.16), rgba(14,165,233,0) 68%); }
.hero-glow-two { width: 380px; height: 380px; left: -10%; bottom: -14%; background: radial-gradient(circle, rgba(125,211,252,.18), transparent 68%); }
.exhibition-overview { position: relative; z-index: 2; padding: 30px 0; border-bottom: 1px solid var(--orbit-border); background: white; }
.exhibition-overview-inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.overview-title .section-kicker { display: block; }
.overview-title h1 { margin: -2px 0 0; color: var(--orbit-heading); font-size: clamp(2rem, 3.6vw, 3.8rem); font-weight: 850; line-height: 1.05; letter-spacing: -.065em; }
.overview-title h1 em { color: var(--orbit-accent); font-style: normal; }
.overview-stats { display: grid; grid-template-columns: repeat(2, minmax(150px, 1fr)); gap: 12px; }
.overview-stats article { position: relative; min-width: 160px; padding: 18px 21px; border: 1px solid var(--orbit-border); border-radius: 15px; background: #f8fafc; }
.overview-stats strong { display: block; color: var(--orbit-heading); font-size: 28px; line-height: 1.15; letter-spacing: -.04em; }
.overview-stats p { margin: 7px 0 0; color: #8491a4; font-size: 11px; font-weight: 750; }
.hero .carousel,
.hero .carousel-inner,
.hero .carousel-item { min-height: var(--carousel-slide-min-height); }
.hero .carousel-inner { overflow: hidden; }
.hero .carousel-item { transition: transform .68s cubic-bezier(.65,0,.35,1); }
.hero .carousel-item > .container { min-height: var(--carousel-slide-min-height); }
.hero-grid {
  position: relative;
  z-index: 1;
  min-height: var(--carousel-slide-min-height);
  align-items: center;
  padding-block: 63px 79px;
}
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--orbit-accent-dark); font-size: 11px; font-weight: 900; letter-spacing: .17em; }
.eyebrow i { width: 21px; height: 2px; background: var(--orbit-accent); }
.hero h1 {
  margin: 28px 0 25px;
  color: var(--orbit-heading);
  font-size: clamp(4rem, 6.4vw, 6.7rem);
  line-height: .98;
  letter-spacing: -.075em;
  font-weight: 850;
}
.hero h1 em { color: var(--orbit-accent); font-style: normal; }
.hero h2 {
  margin: 20px 0 25px;
  color: var(--orbit-heading);
  font-size: clamp(4rem, 7vw, 7.2rem);
  font-weight: 850;
  line-height: .96;
  letter-spacing: -.075em;
}
.slide-number { margin: 44px 0 0 !important; color: #91a0b3 !important; font-size: 10px !important; font-weight: 900; letter-spacing: .16em; }
.hero-copy > p { margin: 0; color: #65738a; font-size: 17px; line-height: 1.9; }
.hero-copy > .featured-team { margin-top: 18px; color: var(--orbit-accent-dark); font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.hero-buttons { display: flex; gap: 12px; margin-top: 36px; }
.button-secondary { background: transparent; color: var(--orbit-heading); }
.button-secondary:hover { color: var(--orbit-accent-dark); transform: translateY(-2px); }
.play-circle { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 38px; padding: 0; border: 1px solid #cbd5e1; border-radius: 50%; background: white; font-size: 10px; line-height: 1; text-align: center; }
.hero-note { display: flex; align-items: center; gap: 13px; margin-top: 52px; color: #8290a3; font-size: 12px; line-height: 1.45; }
.hero-note strong { color: var(--orbit-heading); }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack i { width: 34px; height: 34px; margin-left: -8px; display: grid; place-items: center; border: 3px solid #f7fafc; border-radius: 50%; color: white; font-style: normal; font-size: 9px; font-weight: 900; }
.avatar-stack i:nth-child(1) { background: #17233b; }
.avatar-stack i:nth-child(2) { background: #0ea5e9; }
.avatar-stack i:nth-child(3) { background: #7c3aed; }
.floating-chip { position: absolute; z-index: 4; padding: 8px 12px; border-radius: 100px; background: white; color: var(--orbit-heading); box-shadow: var(--shadow-sm); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.chip-one { right: -14px; top: 25%; }
.chip-two { right: -14px; top: 10%; background: var(--orbit-accent); color: white; }
.stat-icon { position: absolute; right: 20px; top: 18px; color: var(--orbit-accent); font-weight: 900; }
.featured-slide-art { position: relative; }
.featured-slide-art .artwork { min-height: auto; aspect-ratio: 16 / 9; border-radius: 24px; box-shadow: 0 32px 80px rgba(15,23,42,.18); }
.carousel-control {
  top: 50%;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: 1px solid rgba(148,163,184,.45);
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: var(--orbit-heading);
  font-size: 20px;
  line-height: 1;
  text-align: center;
  opacity: 1;
  transform: translateY(-50%);
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  z-index: 10;
  display: inline-flex;
  opacity: 1 !important;
  visibility: visible;
}
.carousel-control:hover,
.carousel-control:focus,
.carousel-control:focus-visible { background: var(--orbit-accent); color: white; transform: translateY(-50%) scale(1.06); }
.carousel-control-prev { left: 20px; }
.carousel-control-next { right: 20px; }
.carousel-arrow {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  transform: translateY(-1px);
}
.carousel-indicators { bottom: 23px; flex-wrap: wrap; gap: 7px; margin-bottom: 0; }
.carousel-indicators [data-bs-target] { width: 8px; height: 8px; margin: 0; border: 0; border-radius: 50%; background: #94a3b8; opacity: .48; }
.carousel-indicators .active { width: 28px; border-radius: 100px; background: var(--orbit-accent); opacity: 1; }
.carousel-control[hidden],
.carousel-indicators[hidden] { display: none !important; }
.hero-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.hero-empty > p { margin: 0; color: #65738a; font-size: 17px; }

.portfolio-section { padding: 120px 0 130px; }
.section-heading { margin-bottom: 54px; }
.section-heading > .section-kicker { display: inline-block; margin-bottom: 21px; }
.section-heading > div { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.section-heading h2,
.section-heading h3 { margin: 0; color: var(--orbit-heading); font-size: clamp(2.3rem, 4vw, 4.3rem); line-height: 1.12; letter-spacing: -.06em; }
.section-heading p { max-width: 410px; margin: 0 0 4px; color: #718096; font-size: 14px; line-height: 1.85; }
.filter-panel { display: flex; align-items: center; gap: 18px; padding: 15px 18px; margin-bottom: 40px; border: 1px solid var(--orbit-border); border-radius: 16px; background: rgba(255,255,255,.78); box-shadow: 0 8px 30px rgba(30,41,59,.04); }
.filter-controls { min-width: 0; display: flex; align-items: center; gap: 16px; }
.filter-trigger { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 15px; border: 1px solid var(--orbit-border); border-radius: 10px; background: white; color: var(--orbit-heading); font-size: 12px; font-weight: 850; transition: border-color .2s ease, color .2s ease, box-shadow .2s ease; }
.filter-trigger:hover,
.filter-trigger:focus-visible { border-color: var(--orbit-accent); color: var(--orbit-accent-dark); box-shadow: 0 7px 18px rgba(14,165,233,.12); }
.filter-search-icon { position: relative; width: 17px; height: 17px; display: inline-block; flex: 0 0 17px; }
.filter-search-icon::before { content: ""; position: absolute; left: 1px; top: 1px; width: 11px; height: 11px; border: 2px solid currentColor; border-radius: 50%; }
.filter-search-icon::after { content: ""; position: absolute; left: 11px; top: 12px; width: 6px; height: 2px; border-radius: 2px; background: currentColor; transform: rotate(45deg); transform-origin: left center; }
.filter-divider { width: 1px; height: 24px; background: var(--orbit-border); }
.active-filter-pills { min-width: 0; display: flex; align-items: center; flex-wrap: wrap; }
.active-filter-pill { min-height: 32px; display: inline-flex; align-items: center; padding: 0 13px; margin-left: -1px; border: 1px solid #cfe3ee; border-radius: 0; background: #edf7fb; color: #426174; font-size: 10px; font-weight: 850; white-space: nowrap; }
.active-filter-pill:first-child { margin-left: 0; border-radius: 100px 0 0 100px; }
.active-filter-pill:last-child { border-radius: 0 100px 100px 0; }
.active-filter-pill:only-child { border-radius: 100px; }
.result-count { margin-left: auto; color: #94a3b8; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.result-count strong { margin-right: 5px; color: var(--orbit-heading); font-size: 13px; }
.project-filter-modal .modal-dialog { max-width: 600px; }
.project-filter-modal .modal-content { overflow: hidden; border: 1px solid var(--orbit-border); border-radius: 20px; box-shadow: 0 30px 80px rgba(15,23,42,.22); }
.project-filter-modal .modal-header { align-items: flex-start; padding: 29px 32px 24px; border-bottom-color: var(--orbit-border); }
.project-filter-modal .modal-title { margin: 7px 0 0; color: var(--orbit-heading); font-size: 28px; font-weight: 850; letter-spacing: -.04em; }
.project-filter-modal .btn-close { margin-top: 4px; }
.project-filter-modal .modal-body { padding: 7px 32px; }
.filter-fieldset { margin: 0; padding: 22px 0; border: 0; border-bottom: 1px solid var(--orbit-border); }
.filter-fieldset:last-child { border-bottom: 0; }
.filter-fieldset legend,
.filter-fieldset > label { display: block; width: auto; margin: 0 0 12px; color: var(--orbit-heading); font-size: 12px; font-weight: 850; }
.modal-filter-options { display: flex; flex-wrap: wrap; gap: 8px; }
.modal-filter-pill { min-width: 74px; padding: 8px 15px; border: 1px solid var(--orbit-border); border-radius: 100px; background: white; color: #64748b; font-size: 12px; font-weight: 800; }
.modal-filter-pill:hover { border-color: #8fd4f2; color: var(--orbit-accent-dark); background: #f0f9fd; }
.modal-filter-pill.active { border-color: var(--orbit-accent); background: var(--orbit-accent); color: white; box-shadow: 0 7px 16px rgba(14,165,233,.2); }
.developer-search { position: relative; }
.developer-search .filter-search-icon { position: absolute; z-index: 2; left: 16px; top: 50%; color: #8491a4; transform: translateY(-50%); pointer-events: none; }
.developer-search .form-control { min-height: 48px; padding: 9px 15px 9px 46px; border-color: var(--orbit-border); border-radius: 12px; color: var(--orbit-heading); font-size: 13px; }
.developer-search .form-control:focus { border-color: var(--orbit-accent); box-shadow: 0 0 0 4px rgba(14,165,233,.12); }
.filter-number-input { min-height: 48px; border-color: var(--orbit-border); border-radius: 12px; color: var(--orbit-heading); font-size: 13px; }
.filter-number-input:focus { border-color: var(--orbit-accent); box-shadow: 0 0 0 4px rgba(14,165,233,.12); }
.filter-help { margin: -4px 0 15px; color: #94a3b8; font-size: 10px; }
.technology-filter-groups { display: grid; gap: 16px; }
.technology-filter-group { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 14px; align-items: start; }
.technology-filter-group > strong { padding-top: 7px; color: #64748b; font-size: 10px; font-weight: 850; letter-spacing: .04em; }
.technology-filter-options { display: flex; flex-wrap: wrap; gap: 7px; }
.technology-filter-tag { position: relative; display: inline-flex; margin: 0; cursor: pointer; }
.technology-filter-tag input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.technology-filter-tag span { min-height: 32px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid #d3e5ee; border-radius: 100px; background: #edf5f9; color: #526579; font-size: 10px; font-weight: 800; transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.technology-filter-tag:hover span { border-color: #8fd4f2; color: var(--orbit-accent-dark); }
.technology-filter-tag input:checked + span { border-color: var(--orbit-accent); background: var(--orbit-accent); color: white; box-shadow: 0 7px 16px rgba(14,165,233,.18); }
.technology-filter-tag input:focus-visible + span { outline: 3px solid rgba(14,165,233,.32); outline-offset: 2px; }
.project-filter-modal .modal-footer { justify-content: space-between; padding: 20px 32px 26px; border-top-color: var(--orbit-border); }
.filter-reset { color: #718096; font-size: 12px; font-weight: 800; }
.filter-reset:hover { color: var(--orbit-heading); }
.filter-apply { min-width: 118px; min-height: 46px; }
.empty-state { padding: 80px 20px; border: 1px dashed #bdcbd8; border-radius: 18px; text-align: center; }
.empty-state strong { color: var(--orbit-heading); font-size: 18px; }
.empty-state p { margin: 5px 0 0; font-size: 13px; }
.project-pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 7px; margin-top: 46px; }
.project-pagination .page-link { min-width: 40px; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; border: 1px solid var(--orbit-border); border-radius: 10px; background: white; color: #64748b; font-size: 11px; font-weight: 850; }
.project-pagination .page-link:hover,
.project-pagination .page-link.active { border-color: var(--orbit-accent); background: var(--orbit-accent); color: white; }

@media (max-width: 1199px) {
  .hero h1 { font-size: clamp(3.7rem, 7.4vw, 5.6rem); }
}
@media (max-width: 991px) {
  .exhibition-overview-inner { align-items: stretch; }
  .overview-stats { flex: 1; }
  .hero-grid { padding-block: 56px 72px; }
  .hero-copy { display: flex; flex-direction: column; align-items: flex-start; }
  .hero h1 { font-size: clamp(4rem, 12vw, 6.2rem); }
  .hero h2 { font-size: clamp(3rem, 7vw, 4rem); }
  .slide-number { margin-top: 30px !important; }
  .hero-buttons { flex-wrap: wrap; margin-top: 28px; }
  .featured-slide-art { width: 50%; margin-inline: 0; }
  .section-heading > div { display: block; }
  .section-heading p { margin-top: 25px; }
  .filter-panel { flex-wrap: wrap; }
  .filter-controls { flex: 1 1 100%; }
  .result-count { margin-left: auto; }
}
@media (max-width: 767px) {
  .exhibition-overview { padding: 24px 0; }
  .exhibition-overview-inner { display: block; }
  .overview-stats { margin-top: 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .overview-stats article { min-width: 0; padding: 16px 18px; }
  .hero { --carousel-slide-min-height: max(620px, calc(75svh - 51px)); }
  .hero-grid { row-gap: 34px; padding-block: 46px 82px; text-align: center; }
  .hero-copy { align-items: center; }
  .hero h1 { font-size: clamp(3.3rem, 16vw, 5rem); }
  .hero h2 { margin-block: 16px 20px; font-size: clamp(3rem, 13vw, 4rem); }
  .slide-number { margin-top: 25px !important; }
  .hero-copy > p { font-size: 14px; }
  .desktop-break { display: none; }
  .hero-buttons { width: min(100%, 420px); justify-content: center; }
  .hero-buttons .button { flex: 1 1 130px; }
  .hero-note { margin-top: 30px; }
  .featured-slide-art { width: min(86%, 480px); margin-inline: auto; }
  .portfolio-section { padding: 82px 0 90px; }
  .section-heading h2,
  .section-heading h3 { font-size: 2.8rem; }
  .filter-panel { padding: 15px; }
  .filter-controls { align-items: flex-start; flex-wrap: wrap; gap: 12px; }
  .filter-divider { height: 40px; }
  .active-filter-pills { flex: 1; padding-top: 4px; }
  .result-count { display: block; padding-top: 10px; border-top: 1px solid var(--orbit-border); text-align: right; }
  .project-filter-modal .modal-dialog { margin: 15px; }
  .project-filter-modal .modal-header { padding: 24px 22px 20px; }
  .project-filter-modal .modal-body { padding-inline: 22px; }
  .project-filter-modal .modal-footer { padding: 18px 22px 22px; }
  .technology-filter-group { grid-template-columns: 1fr; gap: 8px; }
  .technology-filter-group > strong { padding-top: 0; }
  .carousel-control { top: 50%; bottom: auto; width: 38px; height: 38px; transform: translateY(-50%); }
  .carousel-control:hover,
  .carousel-control:focus,
  .carousel-control:focus-visible { transform: translateY(-50%) scale(1.06); }
  .carousel-control-prev { left: 15px; }
  .carousel-control-next { right: 15px; }
}
@media (max-width: 430px) {
  .overview-stats { grid-template-columns: 1fr; }
  .hero h1 { font-size: 3.35rem; }
}
