/* Project cards: no hover-overlay copy or frosted blur on the thumbnails. */
[data-framer-name="Overlay"] {
  display: none !important;
}

[data-framer-name="Thumbnail"] {
  transform: none !important;
}

/* Homepage hero was sized for a longer headline; don't leave a 55vh hole.
   The role label is position:absolute, so the headline needs top padding
   or it sits on top of "Senior UX/UI Design Engineer". */
header.framer-1h517mn {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding-top: 48px !important;
}

header.framer-1h0dspi {
  gap: 28px !important;
}

@media (max-width: 809.98px) {
  header.framer-1h517mn {
    padding-top: 56px !important;
  }
}

/* Keep Framer content visible if appear / scroll / split-text animations stall. */
h1.framer-text span,
h2.framer-text span,
h3.framer-text span,
h4.framer-text span,
h5.framer-text span,
h6.framer-text span,
p.framer-text span,
[data-framer-component-type="Text"] span,
[data-framer-appear-id] {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

.jw-lightbox-hit {
  cursor: zoom-in;
}

.jw-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 48px 72px;
  background: rgba(0, 0, 0, 0.88);
  box-sizing: border-box;
}

.jw-lightbox.is-open {
  display: flex;
}

.jw-lightbox img {
  max-width: min(1200px, 100%);
  max-height: calc(100vh - 96px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.jw-lightbox-close,
.jw-lightbox-prev,
.jw-lightbox-next {
  appearance: none;
  position: absolute;
  border: 0;
  background: #fff;
  color: #111;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  cursor: pointer;
  font: 500 22px/1 "Switzer", "Inter", sans-serif;
  display: grid;
  place-items: center;
}

.jw-lightbox-close {
  top: 20px;
  right: 20px;
  font-size: 26px;
}

.jw-lightbox-prev,
.jw-lightbox-next {
  top: 50%;
  transform: translateY(-50%);
}

.jw-lightbox-prev {
  left: 16px;
}

.jw-lightbox-next {
  right: 16px;
}

.jw-lightbox-close:hover,
.jw-lightbox-prev:hover,
.jw-lightbox-next:hover {
  background: #f2f2f2;
}

@media (max-width: 809px) {
  .jw-lightbox {
    padding: 64px 16px 16px;
  }

  .jw-lightbox-prev,
  .jw-lightbox-next {
    display: none;
  }
}
