/* ============================================================
   Base
   ============================================================ */
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

strong, b {
  font-weight: 700 !important;
}

a {
  text-decoration-skip-ink: none;
}

a:hover {
  text-decoration: underline;
}


/* ============================================================
   Project 1 · KY — hero layered images
   ============================================================ */
.img-ky-1 {
  position: absolute;
  object-fit: cover;
  height: 758px;
  left: 1.5px;
  top: -136px;
  width: 1137px;
}

.img-ky-2 {
  position: absolute;
  object-fit: cover;
  height: 980px;
  left: -227px;
  top: -82px;
  width: 1470px;
}

.img-ky-3 {
  position: absolute;
  object-fit: cover;
  height: 1036px;
  left: -207.5px;
  top: -210px;
  width: 1554px;
}

.img-ky-4 {
  position: absolute;
  object-fit: cover;
  height: 763px;
  left: 0;
  top: 0;
  width: 1144.5px;
}

/* ============================================================
   Project 2 · Amamente Baby
   ============================================================ */
.img-amamente-hero {
  position: absolute;
  object-fit: cover;
  height: 957.614px;
  left: 0;
  top: -162px;
  width: 1139px;
}

.vec-amamente-1 {
  position: absolute;
  left: 329px;
  top: 237px;
}

.vec-amamente-1 img {
  width: 46.54px;
  height: 28.11px;
  transform: rotate(104.17deg);
}

.vec-amamente-2 {
  position: absolute;
  left: 818px;
  top: 200px;
}

.vec-amamente-2 img {
  width: 76.43px;
  height: 106.35px;
  transform: rotate(-78.08deg);
}

.img-amamente-product {
  position: absolute;
  object-fit: cover;
  height: 940px;
  left: -242px;
  top: -166px;
  width: 940px;
}

/* ============================================================
   Project 3 · Mood Café
   ============================================================ */
.img-moodcafe-hero {
  position: absolute;
  left: 0;
  width: 100%;
  height: 119.18%;
  top: -15.84%;
  object-fit: cover;
}

.img-moodcafe-respira {
  position: absolute;
  object-fit: cover;
  height: 622.849px;
  left: -307px;
  top: -120px;
  width: 1005px;
}

.img-moodcafe-adrenalina {
  position: absolute;
  object-fit: cover;
  height: 620.484px;
  left: -149.05px;
  top: -112.83px;
  width: 998.053px;
}

/* ============================================================
   Project 4 · Tramontina
   ============================================================ */
.img-tramontina-cadeiras {
  position: absolute;
  object-fit: cover;
  height: 515.74px;
  left: -66px;
  top: 0.26px;
  width: 1205px;
}

/* ============================================================
   Project 5 · NUAÁ
   ============================================================ */
.img-nuaa-screenshot {
  position: absolute;
  left: 0;
  max-width: none;
  object-fit: cover;
  height: 117.14%;
  top: -0.35%;
  width: 100.92%;
}


/* ============================================================
   Lightbox
   ============================================================ */
section:not(#about) img {
  cursor: zoom-in;
}

.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  cursor: zoom-out;
}

.lightbox-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  transform: scale(0.85);
  transition: transform 0.3s ease;
  cursor: default;
}

.lightbox-overlay.open img {
  transform: scale(1);
}

#lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  color: white;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
}

#lightbox-close:hover {
  opacity: 1;
}


/* ============================================================
   Scroll reveal animation
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   Mobile — images fill their container instead of Figma offsets
   ============================================================ */
@media (max-width: 767px) {
  .img-ky-1,
  .img-ky-2,
  .img-ky-3,
  .img-ky-4,
  .img-amamente-hero,
  .img-amamente-product,
  .img-moodcafe-respira,
  .img-moodcafe-adrenalina,
  .img-tramontina-cadeiras {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  .img-moodcafe-hero {
    top: 0;
    height: 100%;
  }

  .img-nuaa-screenshot {
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .vec-amamente-1,
  .vec-amamente-2 {
    display: none;
  }

  section:not(#about) img {
    cursor: default;
  }

  .lightbox-overlay {
    display: none !important;
  }
}
