.first-bite-page {
  display: grid;
  gap: 1.5rem;
}

.first-bite-hero {
  position: relative;
  min-height: clamp(390px, 58vw, 660px);
  overflow: hidden;
  padding: 0;
  isolation: isolate;
}

.first-bite-hero-image,
.first-bite-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.first-bite-hero-image {
  object-fit: cover;
  object-position: center;
  z-index: -3;
}

.first-bite-hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 3, 10, 0.96) 0%, rgba(4, 3, 10, 0.80) 42%, rgba(4, 3, 10, 0.22) 78%),
    linear-gradient(0deg, rgba(4, 3, 10, 0.90) 0%, transparent 42%);
}

.first-bite-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  box-shadow: inset 0 0 90px rgba(126, 63, 255, 0.28);
}

.first-bite-hero-content {
  display: flex;
  min-height: inherit;
  max-width: 760px;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(2rem, 6vw, 5rem);
}

.first-bite-kicker,
.first-bite-section-label {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: #b89bff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.first-bite-hero h1 {
  margin: 0;
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  line-height: 0.95;
  text-shadow: 0 0 28px rgba(125, 75, 255, 0.65);
}

.first-bite-hero-content > p {
  max-width: 690px;
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.first-bite-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.4rem;
}

.first-bite-status-row span {
  border: 1px solid rgba(178, 141, 255, 0.42);
  border-radius: 999px;
  background: rgba(13, 8, 28, 0.74);
  padding: 0.48rem 0.78rem;
  color: #efe9ff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.first-bite-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.75fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.first-bite-intro h2,
.first-bite-page .content-card > h2 {
  margin-top: 0;
}

.first-bite-intro p,
.first-bite-gallery-intro,
.first-bite-development-note p {
  line-height: 1.75;
}

.first-bite-facts {
  border: 1px solid rgba(144, 92, 255, 0.26);
  border-radius: 16px;
  background: rgba(13, 8, 28, 0.56);
  padding: 1.3rem;
}

.first-bite-facts h3 {
  margin-top: 0;
}

.first-bite-facts dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.first-bite-facts dl > div {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 1rem;
  padding: 0.8rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.first-bite-facts dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.first-bite-facts dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}

.first-bite-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.35rem;
}

.first-bite-feature {
  border: 1px solid rgba(130, 78, 245, 0.26);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(104, 55, 210, 0.13), rgba(8, 6, 18, 0.48));
  padding: 1.25rem;
}

.first-bite-feature h3 {
  margin: 0 0 0.65rem;
  color: #f3efff;
}

.first-bite-feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.first-bite-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: 1.35rem;
}

.first-bite-gallery figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(132, 80, 250, 0.25);
  border-radius: 16px;
  background: rgba(8, 6, 18, 0.62);
}

.first-bite-gallery a {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #080612;
}

.first-bite-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease, filter 180ms ease;
}

.first-bite-gallery a:hover img,
.first-bite-gallery a:focus-visible img {
  transform: scale(1.025);
  filter: brightness(1.08);
}

.first-bite-gallery figcaption {
  padding: 0.9rem 1rem 1rem;
  color: rgba(255, 255, 255, 0.70);
  font-size: 0.9rem;
  line-height: 1.55;
}

.first-bite-development-note {
  text-align: center;
}

.first-bite-development-note p {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.first-bite-back-link {
  display: inline-flex;
  margin-top: 0.75rem;
  border: 1px solid rgba(164, 119, 255, 0.42);
  border-radius: 999px;
  background: rgba(103, 54, 210, 0.18);
  padding: 0.72rem 1rem;
  color: #eee7ff;
  font-weight: 800;
  text-decoration: none;
}

.first-bite-back-link:hover,
.first-bite-back-link:focus-visible {
  background: rgba(117, 65, 226, 0.32);
  box-shadow: 0 0 18px rgba(122, 67, 240, 0.24);
}

@media (max-width: 900px) {
  .first-bite-intro,
  .first-bite-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .first-bite-intro > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .first-bite-hero {
    min-height: 520px;
  }

  .first-bite-hero-overlay {
    background:
      linear-gradient(0deg, rgba(4, 3, 10, 0.97) 0%, rgba(4, 3, 10, 0.73) 58%, rgba(4, 3, 10, 0.22) 100%);
  }

  .first-bite-hero-content {
    padding: 1.35rem;
  }

  .first-bite-intro,
  .first-bite-feature-grid,
  .first-bite-gallery {
    grid-template-columns: 1fr;
  }

  .first-bite-intro > div:first-child {
    grid-column: auto;
  }
}
