@font-face {
  font-family: SpaceGrotesk;
  src: url(../fonts/SpaceGrotesk-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}


.packages-page {
  max-width: 1240px;
  margin: 0 auto;
  padding: 3rem 1.5rem 5.5rem;
  color: #e5e7eb
}

.packages-header {
  margin-bottom: 2.5rem
}

.packages-header h1 {
  font-size: 2.75rem;
  margin-bottom: .75rem
}

.packages-header p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #cbd5e1
}

.packages-grid {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-auto-rows: minmax(0, 1fr);
  align-items: start
}

.packages-card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 14px 45px rgba(0, 0, 0, .35)
}

.packages-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem
}

.packages-title-row h3 {
  font-size: 1.4rem;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
  hyphens: auto
}

.packages-badge {
  padding: .35rem .65rem;
  border-radius: 999px;
  font-size: .75rem;
  letter-spacing: .02em;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 0 0 auto
}

.packages-badge.core {
  background: rgba(94, 234, 212, .15);
  color: #5eead4;
  border: 1px solid rgba(94, 234, 212, .35)
}

.packages-badge.popular {
  background: rgba(129, 140, 248, .15);
  color: #a5b4fc;
  border: 1px solid rgba(129, 140, 248, .35)
}

.packages-badge.flexible {
  background: rgba(251, 191, 36, .18);
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, .35)
}

.packages-description {
  margin: 0;
  color: #e2e8f0;
  line-height: 1.55
}

.packages-included {
  margin: 0;
  color: #cbd5e1;
  font-weight: 600
}

.packages-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .25), transparent)
}

.packages-section {
  display: flex;
  flex-direction: column;
  gap: .5rem
}

.packages-label {
  font-size: .75rem;
  letter-spacing: .08em;
  color: #94a3b8;
  font-weight: 700
}

.packages-list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: .4rem;
  color: #e2e8f0;
  line-height: 1.5
}

.packages-list li {
  padding-left: .25rem;
  overflow-wrap: anywhere;
  hyphens: auto
}

@media(max-width: 768px) {
  .packages-page {
    padding: 3rem 1rem 4rem
  }

  .packages-header h1 {
    font-size: 2.2rem
  }
}

@font-face {
  font-family: SpaceGrotesk;
  src: url(../fonts/SpaceGrotesk-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: SpaceGrotesk;
  src: url(../fonts/SpaceGrotesk-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: SpaceGrotesk;
  src: url(../fonts/SpaceGrotesk-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Manrope;
  src: url(../fonts/Manrope-Bold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap
}

.item-display {
  position: relative !important;
  top: 0 !important;
  margin: 0 auto !important;
  padding: 20px !important;
  max-width: 1000px !important;
  width: 100% !important;
  box-sizing: border-box !important
}

.portfolioContainer>div {
  margin-bottom: 4rem;
  padding: 2rem 0;
  border-bottom: 1px solid #f0f0f0
}

.portfolioContainer>div:last-child {
  border-bottom: none
}

.portfolioContainer:before {
  content: "";
  height: 2rem;
  display: block
}

#title {
  font-family: Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
  position: relative
}

#title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  border-radius: 2px
}

.centreMe h1 {
  font-family: Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1rem
}

.portfolioContainer p {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  max-width: 65ch
}

.portfolioContainer>div:first-of-type p:first-of-type {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6
}

.portfolioContainer ul {
  margin: 2rem 0;
  padding-left: 1.5rem;
  list-style: disc
}

.portfolioContainer li {
  font-family: Inter, system-ui, sans-serif;
  margin-bottom: .75rem;
  font-size: 1.125rem;
  line-height: 1.6
}

#bg {
  font-family: Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
  border-left: 4px solid #64748b;
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #475569 !important;
  font-size: .95rem
}

.portfolioContainer p:has(+.imageGridContainer),
.portfolioContainer p:contains("insight"),
.portfolioContainer p:contains("challenge") {
  font-size: 1.2rem;
  font-weight: 500;
  color: #1f2937;
  background: linear-gradient(135deg, #0000008a, #f5f5f5);
  padding: 1.5rem 2rem;
  border-radius: 8px;
  border-left: 4px solid #8b5cf6;
  margin: 2rem 0;
  position: relative
}

caption,
figcaption {
  font-family: Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: .875rem;
  color: #6b7280 !important;
  font-style: normal;
  text-align: left;
  margin-top: .5rem;
  line-height: 1.4;
  display: block;
  padding: 0 1rem
}

.imageGridContainer {
  margin: 3rem 0;
  padding: 2rem 0
}

.centreMe {
  text-align: center;
  margin: 3rem 0
}

.scrollToTopBtn {
  margin-top: 4rem;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease;
  box-shadow: 0 4px 12px #4f46e54d
}

.scrollToTopBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #4f46e566
}

@media screen and (min-width: 700px) {
  .item-display {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 20px !important;
    max-width: 1000px !important
  }
}

@media screen and (max-width: 699px) {
  .item-display {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 20px !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important
  }
}

@media (max-width: 768px) {
  #title {
    font-size: 1.875rem
  }

  .centreMe h1 {
    font-size: 2.25rem
  }

  .portfolioContainer p {
    font-size: 1rem
  }

  #title:before {
    left: 0
  }
}

.portfolioContainer>div:has(h2) {
  scroll-margin-top: 2rem
}

.dark-callout {
  background: rgb(139 92 246) !important;
  color: #fff !important;
  padding: 1.5rem 2rem !important;
  border-radius: 8px !important;
  border-left: 4px solid #8b5cf6 !important;
  margin: 2rem 0 !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5) !important;
  line-height: 1.6 !important
}

.portfolioContainer.dark-theme #title,
.portfolioContainer.dark-theme h1,
.portfolioContainer.dark-theme h2,
.portfolioContainer.dark-theme h3 {
  color: #fff !important
}

.portfolioContainer.dark-theme p,
.portfolioContainer.dark-theme li {
  color: #ffffffe6 !important
}

.portfolioContainer.dark-theme .centreMe h1 {
  color: #fff !important
}

@media (max-width: 768px) {
  .portfolioContainer.dark-theme {
    margin: 0 !important;
    padding: 0 20px !important;
    max-width: 100% !important;
    box-sizing: border-box !important
  }
}

.custom-cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  border: 2px solid black;
  background-color: #ffffffb3;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1000;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference
}

.navLinks {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 1rem;
  align-items: center;
  justify-content: center;
  width: 100%
}

.menu-toggle {
  position: fixed;
  top: 20px;
  left: 20px;
  font-size: 2rem;
  cursor: pointer;
  z-index: 99
}

.hamburger-icon,
.close-icon {
  font-size: 2rem;
  color: #fff
}

.menu-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 98;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out
}

.menu-open .navLinks {
  display: flex;
  gap: 32px
}

.menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000c;
  z-index: 97;
  transition: opacity .3s ease-in-out
}

.navLinks a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 20px;
  transition: opacity .3s ease, color .3s ease
}

.navLinks:hover a {
  opacity: .5
}

.navLinks a:hover {
  opacity: 1
}

.menu-open {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000f2;
  justify-content: center;
  align-items: center;
  z-index: 98
}

.menu-open .sidebar {
  z-index: 0
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0
}

html.home-body-bg,
body.home-body-bg {
  background-color: #000 !important
}

.top-bar {
  display: flex;
  flex-direction: column;
  z-index: 2;
  padding-top: 1.3rem;
  padding-left: 2rem;
  padding-right: 15px;
  text-align: left
}

.tagline {
  display: block;
  flex-grow: 1;
  position: relative;
  padding-top: 4rem;
  color: #fff;
  z-index: 1
}

#home-sidebar {
  position: relative
}

.sidebar {
  padding: 2rem;
  height: 100vh
}

.canvas-wrapper-lighthouse {
  position: absolute;
  top: 0;
  left: 200px;
  width: calc(100vw - 200px);
  z-index: 0
}

.home-cta-link {
  display: flex;
  justify-content: center;
  width: 100%;
  pointer-events: auto
}

.content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 1
}

.overlay-button {
  background-color: #000;
  border: none;
  width: 175px;
  display: flex;
  justify-content: center;
  border-radius: 2px;
  padding: 8px 12px;
  color: #fff;
  cursor: pointer;
  align-self: flex-start;
  transition: background-color .2s ease-in-out
}

.overlay-button:hover {
  background-color: #000
}

.custom-nav-link {
  color: #adadad;
  font-size: 16px;
  text-decoration: none;
  transition: opacity .3s ease, color .3s ease
}

.nav-links-container {
  min-width: 150px;
  flex-shrink: 0
}

.custom-nav-link {
  white-space: nowrap
}

.visual-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative
}

.visual-scroll::-webkit-scrollbar {
  display: none
}

.visual-scroll-hint {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 4px 10px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .8);
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .6) 80%);
  border-radius: 12px;
  pointer-events: none
}

.contact-link {
  margin-top: 10px;
  font-weight: 500
}

.custom-nav-link:hover {
  opacity: 1;
  color: gold
}

.custom-active {
  opacity: 1;
  color: #fff
}


.menu-toggle.dark-icon .hamburger-icon {
  color: #000 !important
}

.enter-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw
}

.enter-page-container {
  width: 90%;
  max-width: 1600px;
  height: 70vh;
  background: #fff;
  text-align: center;
  margin: 5rem auto;
  box-sizing: border-box
}

.enter-page-container h1 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 10px
}

.enter-page-container p {
  font-size: 1em;
  margin: 5px 0;
  line-height: 1.5
}

.enter-page-container button {
  padding: 10px 20px;
  border: 1px solid #000;
  background: transparent;
  font-size: .8em;
  font-weight: 700;
  cursor: pointer;
  transition: background .3s, color .3s
}

.enter-page-container button:hover {
  background: #fff !important;
  color: #000 !important
}

.enterBlurb {
  position: absolute;
  top: 175px;
  left: 15%;
  z-index: 10;
  text-align: left;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: Inter, system-ui, sans-serif
}

.enterBlurb h1 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 1rem;
  font-family: Inter, system-ui, sans-serif;
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #fff !important;
  border-left: none !important;
  padding-left: 0 !important
}

.enterBlurb p {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  font-family: Inter, system-ui, sans-serif
}

:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.7;
  font-weight: 450;
  overflow-x: hidden;
  color-scheme: light dark;
  color: #fffffff2;
  background-color: #000;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility
}

.top-bar {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column
}

.main-content-wrapper {
  display: flex;
  height: 100vh
}

#swup {
  display: flex
}

#historyTitle {
  display: block
}

canvas {
  width: 100vw;
  height: 100vh
}

.imageGridContainer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 1rem;
  box-sizing: border-box
}

.sm-media-gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  padding: 20px;
  padding-left: 4rem;
  padding-top: 4rem
}

.all-items-container {
  display: flex;
  flex-direction: column;
  gap: 12rem
}

.altered-media-gallery {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  display: block
}

.media-gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  padding: 20px;
  padding-left: 4rem;
  padding-top: 4rem
}

.media-item {
  position: relative;
  cursor: pointer;
  text-align: center;
  transition: transform .2s ease-in-out;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform: scale(.99)
}

.media-item:hover {
  transform: scale(1.03)
}

.media-item img,
.media-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .2s ease-in-out
}

.media-item:hover img,
.media-item:hover video {
  opacity: .7
}

.contentContainer {
  overflow: auto
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
  transition: opacity .2s ease-in-out
}

.media-item:hover .overlay {
  opacity: 1
}

.overlay p {
  margin: 0 0 10px;
  padding: 0;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.overlay-buttons-container {
  display: flex !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  justify-content: center !important
}

.overlay-buttons-container button {
  font-size: 11px !important;
  padding: 6px 12px !important
}

.canvas-wrapper-lighthouse {
  width: 100vw;
  position: absolute;
  z-index: 0;
  top: 0
}

.flex-container {
  display: flex
}

.content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1.5rem
}

.button-container {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

button,
.overlay-button {
  background-color: #000;
  border: 1px solid white;
  width: 175px;
  display: flex;
  justify-content: center;
  border-radius: 2px;
  padding: 8px 12px;
  color: #fff;
  cursor: pointer;
  align-self: flex-start;
  transition: background-color .2s ease-in-out
}

.overlay-buttons-container {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important
}

.overlay-buttons-container button {
  align-self: center !important;
  width: auto !important;
  margin: 0 auto !important
}

.overlay-button:hover,
.portfolioContainer {
  background-color: #000
}

.portfolioContainer p,
.portfolioContainer caption,
.portfolioContainer h1,
.portfolioContainer h2,
.portfolioContainer #title {
  color: #fff;
  padding: 1rem
}

.portfolioContainer.light-case-study {
  background-color: #fff
}

.portfolioContainer.light-case-study p,
.portfolioContainer.light-case-study caption,
.portfolioContainer.light-case-study h1,
.portfolioContainer.light-case-study h2,
.portfolioContainer.light-case-study #title {
  color: #000 !important;
  padding: 1rem
}

.portfolioContainer li {
  color: #fff !important
}

.media-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .2s ease-in-out
}

.contentContainer {
  flex-direction: row;
  width: 100vw;
  overflow-x: hidden;
  height: 85vh
}

.card-content-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem
}

.card-animation {
  flex-shrink: 0
}

.card-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 4;
  height: 500px;
  vertical-align: middle
}

.card-text {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.card-animation {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center
}

.cardContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding-left: 2rem
}

.card {
  background-color: #000;
  color: gray;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background-color .3s, transform .3s;
  cursor: pointer;
  overflow-y: hidden;
  border-bottom: 1px solid #1E1E1E;
  position: relative
}

.card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: linear-gradient(to right, white, transparent)
}

.card:last-child {
  border-bottom: none
}

.card.active {
  background-color: #0f0f0f;
  color: #fff;
  border: 2px solid #fff;
  min-height: 250px;
  overflow: hidden
}

.card:not(.active) {
  color: #ccc
}

.card:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: white;
  transition: all .5s ease;
  transform: scaleX(0);
  transform-origin: left
}

.card:hover:before {
  transform: scaleX(1) translateY(-2px);
  box-shadow: 0 2px 5px #fffc;
  transition: all .5s ease
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 5px #fff6
  }

  50% {
    box-shadow: 0 0 20px #fffc
  }

  to {
    box-shadow: 5 0 5px #fff6
  }
}

.card:hover:before {
  animation: glowing 1.5s infinite
}

.card {
  overflow: hidden;
  text-overflow: ellipsis
}

.description {
  padding-top: 10px;
  font-weight: 700
}

.contentContainer {
  display: flex;
  padding: 40px 120px
}

.item-display {
  position: relative;
  top: 0;
  margin-left: 12rem;
  padding: 20px
}

.app-container {
  opacity: 1;
  transition: opacity .5s ease
}

.app-container.fade {
  opacity: 0
}

.card-detail-fullscreen {
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  z-index: 100
}

.back-button {
  margin-top: 20px;
  margin-left: 1rem;
  align-self: flex-start;
  padding: 10px 15px 10px 20px;
  background: black;
  color: #fff;
  border: none;
  border-radius: 4px
}

.fullscreen-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 18px;
  color: #d3d3d3;
  cursor: pointer;
  opacity: 0;
  transition: opacity .2s ease;
  z-index: 2
}

.media-item:hover .fullscreen-icon {
  opacity: 1
}

.timeline-container {
  position: relative;
  margin: 3rem 0;
  padding: 2rem 0
}

.timeline-item {
  display: flex;
  margin-bottom: 3rem;
  position: relative;
  opacity: .7;
  transition: all .3s ease
}

.timeline-item:hover {
  opacity: 1;
  transform: translate(8px)
}

.timeline-item.current {
  opacity: 1;
  background: linear-gradient(135deg, #fef7ff, #f3e8ff);
  padding: 1.5rem;
  border-radius: 12px;
  border-left: 4px solid #8b5cf6
}

.timeline-item.upcoming {
  opacity: .6
}

.timeline-item.upcoming .timeline-content {
  border: 2px dashed #e5e7eb;
  border-radius: 8px;
  padding: 1rem
}

.timeline-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 2rem;
  position: relative
}

.timeline-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  border: 3px solid white;
  box-shadow: 0 0 0 3px #e5e7eb;
  z-index: 2;
  transition: all .3s ease
}

.timeline-item.current .timeline-dot {
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #10b981, #059669);
  box-shadow: 0 0 0 3px #d1fae5, 0 0 20px #10b9814d;
  animation: pulse 2s infinite
}

.timeline-item.upcoming .timeline-dot {
  background: #d1d5db;
  box-shadow: 0 0 0 3px #f3f4f6
}

.timeline-line {
  width: 2px;
  height: 60px;
  background: linear-gradient(to bottom, #e5e7eb, #f3f4f6);
  margin-top: 8px
}

.timeline-item:last-child .timeline-line {
  display: none
}

.timeline-content {
  flex: 1;
  min-width: 0
}

.timeline-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap
}

.timeline-version {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #1f2937 !important;
  margin: 0 !important;
  padding: 0 !important
}

.timeline-date {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  color: #6b7280;
  background: #f3f4f6;
  padding: .25rem .75rem;
  border-radius: 12px;
  letter-spacing: .025em
}

.timeline-item.current .timeline-date {
  background: #dcfce7;
  color: #166534
}

.timeline-features {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  margin-bottom: 1rem
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: .75rem
}

.feature-bullet {
  color: #4f46e5;
  font-weight: 700;
  margin-top: .125rem;
  flex-shrink: 0
}

.feature-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #374151
}

.timeline-milestone {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: 1rem;
  padding: .75rem 1rem;
  background: linear-gradient(135deg, #fffbeb, #fef3c7);
  border-radius: 8px;
  border-left: 3px solid #f59e0b
}

.milestone-icon {
  font-size: 1.125rem
}

.timeline-milestone em {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: .875rem;
  color: #92400e;
  font-weight: 500
}

@keyframes pulse {

  0%,
  to {
    box-shadow: 0 0 0 3px #d1fae5, 0 0 20px #10b9814d
  }

  50% {
    box-shadow: 0 0 0 6px #d1fae5, 0 0 30px #10b98180
  }
}

@media (max-width: 768px) {
  .timeline-item {
    margin-bottom: 2rem
  }

  .timeline-marker {
    margin-right: 1rem
  }

  .timeline-header {
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem
  }

  .timeline-version {
    font-size: 1.25rem !important
  }

  .timeline-milestone {
    flex-direction: column;
    align-items: flex-start;
    text-align: left
  }
}

@media screen and (max-height: 375px) {
  .enterBlurb {
    top: 5px
  }

  #enter-button {
    margin-top: 2px !important
  }
}

@media screen and (max-width: 375px) and (min-height: 480px) and (max-height: 500px) {
  .enterBlurb {
    top: 50px !important
  }
}

@media screen and (max-height: 600px) {
  .enterBlurb {
    top: 75px
  }
}

@media screen and (max-height: 700px) and (max-width: 480px) {
  .enterBlurb {
    top: 125px
  }
}

@media screen and (min-width: 481px) {
  .canvas-wrapper-melting-glaciers {
    margin-top: 0rem;
    display: flex
  }

  .all-items-container {
    display: flex;
    flex-direction: column;
    gap: 8rem
  }
}

@media screen and (min-width: 500px) and (max-width: 600px) and (orientation: portrait) {
  .enterBlurb {
    top: 300px !important;
    left: 20% !important
  }

  .enter-page-container button {
    margin-top: 150px
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .enterBlurb {
    top: 300px !important;
    left: 20%
  }

  .enter-page-container button {
    margin-top: 100px;
    left: 45% !important
  }
}

.platform-filters {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.5rem auto;
  max-width: 1400px;
  padding: 0 1rem
}

.filter-btn {
  padding: .65rem 1.25rem;
  border-radius: 50px;
  border: none;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  cursor: pointer;
  transition: background .2s ease;
  backdrop-filter: blur(10px)
}

.filter-btn:hover {
  background: rgba(255, 255, 255, .15)
}

.filter-btn.active {
  background: linear-gradient(135deg, #4ade80, #8b5cf6);
  color: #000;
  font-weight: 600
}

.ui-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  padding: 2rem 0;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto
}

.ui-gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  transition: all .3s ease;
  cursor: pointer
}

.ui-gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(74, 222, 128, .2);
  border-color: rgba(74, 222, 128, .3)
}

.ui-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover
}

.ui-gallery-item .enlarge-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, .7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none
}

.ui-gallery-item:hover .enlarge-icon {
  opacity: 1
}

.ui-gallery-item .enlarge-icon svg {
  width: 16px;
  height: 16px;
  fill: #fff
}

.ui-gallery-empty {
  text-align: center;
  padding: 4rem 2rem;
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  width: 100%
}

.ui-gallery-empty h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #fff;
  background: none !important;
  -webkit-background-clip: unset !important;
@media (max-width: 768px) {
  .canvas-wrapper-lighthouse {
    display: none;
  }
}
  -webkit-text-fill-color: #fff !important;
  border-left: none !important;
  padding-left: 0 !important;
  margin-top: 0 !important
}

.ui-gallery-empty p {
  font-size: 1rem;
  opacity: .7;
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #fff !important;
  border-left: none !important;
  padding-left: 0 !important
}

.ui-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: 2rem;
  overflow: auto
}

.ui-modal-overlay img {
  max-width: 90%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .5)
}

@media (max-width: 768px) {
  .platform-filters {
    display: block;
    text-align: center;
    gap: 0;
    padding: 0;
    margin: 0;
    width: 100%
  }

  .filter-btn {
    padding: .5rem .75rem;
    font-size: .8rem;
    max-width: fit-content;
    margin: .25rem
  }

  .view-more-btn {
    margin: 1rem;
    margin-left: 1rem;
    display: inline-block;
    text-align: left
  }

  .ui-gallery {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: .75rem;
    padding: 1rem;
    margin: 0
  }

  .ui-gallery-item {
    height: 150px
  }

  .ui-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
  }

  .ui-gallery-item:nth-child(n+5) {
    display: none
  }

  .ui-gallery.show-all .ui-gallery-item {
    display: block
  }

  .ui-gallery-item .enlarge-icon {
    opacity: 1
  }
}

.no-accent,
.no-accent h1,
.no-accent h2,
.no-accent h3,
.no-accent h4,
.no-accent h5,
.no-accent h6 {
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #fff !important;
  background-clip: unset !important;
  border-left: none !important;
  padding-left: 0 !important
}

@media screen and (max-width: 699px) {

  h1,
  h2,
  h3,
  h4,
  h5 {
    margin-top: 20px
  }

  ul,
  li {
    max-width: 300px
  }

  #historyTitle {
    display: none
  }

  #sticky {
    position: fixed
  }

  body,
  #root {
    display: flex;
    flex-direction: column
  }

  .blurb {
    width: 225px
  }

  .top-bar {
    display: block;
    position: absolute;
    background-color: transparent
  }

  .canvas-wrapper-melting-glaciers {
    margin-top: 4rem;
    padding: 10px
  }

  .canvas-wrapper-intro {
    width: 100%;
    left: 0;
    right: 0
  }

  .home-cta-link {
    transform: translateX(-50%) !important;
    top: 72% !important;
    width: 100% !important;
    justify-content: center !important
  }

  .home-cta-link .cta-outline {
    margin: 0 auto !important
  }

  .content-wrapper {
    overflow-x: auto;
    z-index: 0;
    overflow-y: auto;
    height: 100vh
  }

  .cardContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    padding-left: 0rem;
    padding-top: 1rem;
    background-color: #000;
    width: 100%
  }

  .card {
    flex-shrink: 0;
    margin: 0 10px 10px;
    flex-basis: 100%;
    max-width: 100%
  }

  .card-content-row {
    flex-direction: column;
    width: 100%;
    padding: 2px
  }

  .lottie-player {
    width: 300px;
    height: 300px
  }

  .bio-container {
    background-color: #0006;
    padding-top: 4rem;
    z-index: 51;
    position: relative;
    padding: 20px;
    margin-top: 5rem;
    height: 120vh
  }

  .contentContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 2px;
    margin-left: 0rem;
    margin-top: 0rem
  }

  .sidebar {
    z-index: 1
  }

  .item-display {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column
  }

  .overlay {
    font-size: 12px !important;
    margin-bottom: 20px
  }

  .overlay-button {
    background-color: #fff;
    color: #000
  }

  .overlay-button:hover {
    background-color: #fff
  }

  .overlay p {
    margin: 0
  }

  .media-gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    padding: 10px
  }

  .nav-links-container {
    padding: 0rem !important;
    margin-left: 0rem !important;
    height: 100vh !important
  }

  .black-overlay {
    display: none
  }

  .enterBlurb {
    position: absolute;
    top: 200px;
    left: 15%;
    transform: translate(-50%);
    z-index: 10;
    text-align: left;
    color: #fff;
    width: 150px !important;
    font-family: Inter, system-ui, sans-serif
  }

  .enterBlurb h1 {
    font-size: 1.5rem;
    letter-spacing: normal;
    font-family: Inter, system-ui, sans-serif
  }

  .enterBlurb p {
    font-size: .9rem;
    line-height: 1.7;
    font-family: Inter, system-ui, sans-serif
  }

  .enter-page-container {
    width: 90%;
    padding: 15px;
    margin: 10px auto;
    background: #fff;
    text-align: center;
    box-sizing: border-box
  }

  .enter-page-container button {
    left: 30% !important
  }

  button {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    padding: .8rem 1.5rem;
    font-size: 1rem;
    z-index: 10
  }

  .App {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
  }

  nav .menu-toggle {
    display: block
  }

  nav>ul {
    padding: 20px 10px 10px
  }

  .menu-open {
    display: flex
  }

  .canvas-container {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    min-height: 200px;
    position: relative
  }

  .navLinks {
    display: none
  }

  .navLinks a {
    padding: 10px;
    text-align: center;
    display: block
  }

  .card.active {
    background-color: #0f0f0f;
    color: #fff;
    border: 2px solid #fff;
    overflow: hidden
  }

  .menu-toggle {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100
  }

  .menu-open .navLinks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #000000f2;
    z-index: 98;
    position: fixed;
    top: 0;
    left: 0
  }

  .menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 97
  }

  .scrollToTopBtn {
    position: relative;
    bottom: 80px;
    right: 0;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 6rem
  }

  .scrollToTopBtn:hover {
    background-color: #0056b3
  }

  .media-item {
    position: relative
  }

  .overlay-button {
    padding: 10px 15px;
    margin: 4px;
    width: 80%;
    max-width: 200px
  }

  .tagline {
    width: 350px;
    padding-left: 1rem
  }
}

@media screen and (min-width: 700px) {
  .menu-toggle {
    display: none
  }

  .navLinks {
    display: flex;
    flex-direction: column;
    gap: 32px
  }

  .back-button {
    margin-left: 1rem
  }

  .top-bar {
    padding: 4rem 0rem 0px;
    margin-right: 2rem;
    text-align: center
  }

  .cardContainer {
    display: flex;
    flex-direction: column;
    padding-top: 4rem;
    gap: 10px;
    margin: 0
  }

  .card {
    flex-shrink: 0;
    margin: 10px
  }

  .content-wrapper {
    overflow-y: auto !important;
    margin-top: 0rem
  }

  .packages-page .content-wrapper {
    overflow-y: auto !important
  }

  .portfolioContainer,
  .html-content-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto
  }

  .experiments-no-scroll {
    overflow-x: hidden !important;
    overflow-y: hidden !important
  }

  .contentContainer {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-top: 1.8rem;
    padding-left: 2rem
  }

  .item-display {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    max-width: 1000px
  }

  .media-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    padding: 10px;
    padding-left: 4rem;
    padding-top: 4rem
  }

  .lottie-player {
    width: 600px;
    height: 300px
  }

  .scrollToTopBtn {
    position: fixed;
    bottom: 80px;
    right: 35px;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer
  }

  .scrollToTopBtn:hover {
    background-color: #0056b3
  }

  .overlay p {
    font-size: 14px;
    margin-bottom: 10px
  }

  .overlay-button {
    padding: 10px 15px;
    margin: 4px;
    width: 80%;
    max-width: 200px
  }

  .media-item {
    position: relative
  }

  .addSpace {
    margin-top: 4rem;
    margin-left: 2em;
  }

  .addSpace_btm {
    margin-bottom: 4em;
    margin-left: 2em;
   
  }
}

@media screen and (min-width: 768px) {
  .media-gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-left: 4rem
  }

  .html-content-wrapper {
    display: flex;
    overflow-x: hidden
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .lottie-player {
    width: 700px;
    height: 400px
  }
}

@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .lottie-player {
    width: 800px;
    height: 500px
  }
}

@media screen and (min-width: 1400px) and (max-width: 1999px) {
  .lottie-player {
    width: 850px;
    height: 550px
  }
}

@media screen and (min-width: 1400px) and (max-height: 850px) {
  .enterBlurb {
    top: 300px !important;
    left: 20% !important
  }
}

@media screen and (min-width: 2000px) {
  p {
    font-size: 18px
  }

  .enterBlurb {
    top: 300px !important;
    left: 25% !important
  }

  .lottie-player {
    width: 900px;
    height: 600px
  }
}

.timeline-version {
  color: #fff !important
}

.timeline-date {
  color: #fff !important;
  background: rgba(255, 255, 255, .2) !important
}

.feature-text {
  color: #fff !important
}

.timeline-milestone {
  background: rgba(255, 255, 255, .1) !important;
  border-left-color: #fbbf24 !important
}

.timeline-milestone em {
  color: #fff !important
}

.timeline-item.current .timeline-date {
  background: rgba(255, 255, 255, .3) !important;
  color: #fff !important
}

.timeline-item.current {
  background: #000 !important;
  border-left: 4px solid #8b5cf6 !important;
  border: none !important;
  border-left: 4px solid #8b5cf6 !important
}

.contentContainer h1,
.contentContainer h2,
.contentContainer h3,
body h1,
body h2,
body h3 {
  font-family: Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding-left: 1rem !important;
  position: relative !important;
  border-left: 4px solid #8b5cf6 !important;
  margin-top: 3rem !important;
  margin-bottom: 1.5rem !important;
  background: none !important;
  background-image: none !important;
  text-shadow: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #fff !important;
  background-clip: unset !important
}

.contentContainer h1,
body h1 {
  font-size: 2.25rem !important;
  line-height: 1.2 !important
}

.contentContainer h2,
body h2 {
  font-size: 1.875rem !important;
  line-height: 1.3 !important
}

.contentContainer h3,
body h3 {
  font-size: 1.5rem !important;
  line-height: 1.4 !important
}

.contentContainer p,
body p {
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 1.125rem !important;
  line-height: 1.7 !important;
  color: #fff !important
}

.lightbox-main {
  position: relative;
  max-width: 85vw;
  max-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  border-radius: 12px;
  padding: 2rem
}

.lightbox-image {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .5)
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, .9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  color: #000
}

.lightbox-close:hover {
  background: #fff;
  transform: scale(1.1)
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .9);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 32px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  color: #000
}

.lightbox-nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.1)
}

.lightbox-prev {
  left: -70px
}

.lightbox-next {
  right: -70px
}

.lightbox-thumbnails {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, .8);
  border-radius: 50px;
  max-width: 90vw;
  overflow-x: auto;
  z-index: 10;
  backdrop-filter: blur(10px)
}

.lightbox-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  opacity: .5;
  transition: all .3s ease;
  border: 2px solid transparent
}

.lightbox-thumbnails img:hover {
  opacity: .8;
  transform: scale(1.05)
}

.lightbox-thumbnails img.thumbnail-active {
  opacity: 1;
  border-color: #4ade80;
  box-shadow: 0 0 12px rgba(74, 222, 128, .5)
}

.view-more-btn {
  padding: .75rem 2rem;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .05);
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: .95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s ease;
  backdrop-filter: blur(10px);
  margin: 0;
  display: inline-block;
  text-align: center
}

.view-more-btn:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .5);
  transform: translateY(-2px)
}

@media (max-width: 768px) {
  .lightbox-main {
    max-width: 95vw;
    padding: 1rem
  }

  .lightbox-image {
    max-height: 60vh
  }

  .lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 24px
  }

  .lightbox-prev {
    left: 10px
  }

  .lightbox-next {
    right: 10px
  }

  .lightbox-thumbnails {
    bottom: 10px;
    gap: 6px;
    padding: 8px 12px;
    max-width: 95vw
  }

  .lightbox-thumbnails img {
    width: 60px;
    height: 60px
  }

  .lightbox-close {
    width: 35px;
    height: 35px;
    font-size: 24px
  }
}

/* Override About overlay pseudo-element to remove dark wash */
.bio-container::before {
  background: transparent !important;
}
