.top[data-astro-cid-ha2puyu4] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .75rem 2rem;
  max-width: 74rem;
  margin: 0 auto;
  padding: 1.4rem 2rem;
  color: #faf7f2;
}

.top[data-astro-cid-ha2puyu4] .wordmark[data-astro-cid-ha2puyu4] {
  color: #faf7f2;
}

.top[data-astro-cid-ha2puyu4] nav[data-astro-cid-ha2puyu4] {
  display: flex;
  gap: 1.3rem;
}

.top[data-astro-cid-ha2puyu4] nav[data-astro-cid-ha2puyu4] a[data-astro-cid-ha2puyu4] {
  color: #faf7f2d9;
  text-decoration: none;
  font-size: .9rem;
}

.stage[data-astro-cid-ha2puyu4] {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.stage[data-astro-cid-ha2puyu4] img[data-astro-cid-ha2puyu4] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 38%;
}

.scrim[data-astro-cid-ha2puyu4] {
  position: absolute;
  inset: 0;
  background: linear-gradient(#221f1bb3, #221f1b80);
}

.stage-in[data-astro-cid-ha2puyu4] {
  position: relative;
  z-index: 1;
  max-width: 74rem;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 2rem 6rem;
  color: #faf7f2;
}

.stage-in[data-astro-cid-ha2puyu4] .pill[data-astro-cid-ha2puyu4] {
  color: #f0c9a8;
  margin-bottom: 1.2rem;
}

.stage-in[data-astro-cid-ha2puyu4] h1[data-astro-cid-ha2puyu4] {
  color: #faf7f2;
  font-size: clamp(2.5rem, 6vw, 4.2rem);
}

.sheet[data-astro-cid-ha2puyu4] {
  position: relative;
  z-index: 5;
  max-width: 60rem;
  margin: -5rem auto 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 24px 60px #221f1b2e;
  padding: 2.5rem clamp(1.5rem, 4vw, 3rem);
}

.definition[data-astro-cid-ha2puyu4] {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.6vw, 1.7rem);
  line-height: 1.45;
  color: var(--ink);
  margin-bottom: 1.5rem;
}

.btns[data-astro-cid-ha2puyu4] {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.block[data-astro-cid-ha2puyu4] {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: 3rem;
  max-width: 74rem;
  margin: 0 auto;
  padding: 3.5rem 2rem;
}

.marker[data-astro-cid-ha2puyu4] {
  position: relative;
}

.marker[data-astro-cid-ha2puyu4] span[data-astro-cid-ha2puyu4] {
  display: block;
  font-family: var(--serif);
  font-size: 3.4rem;
  line-height: 1;
  color: var(--line);
  margin-bottom: .3rem;
}

.marker[data-astro-cid-ha2puyu4] h2[data-astro-cid-ha2puyu4] {
  font-size: 1.6rem;
  position: sticky;
  top: 1.5rem;
}

.content[data-astro-cid-ha2puyu4] {
  max-width: 40rem;
}

.content[data-astro-cid-ha2puyu4] h3[data-astro-cid-ha2puyu4] {
  font-size: 1.4rem;
  margin: 1.5rem 0 .8rem;
}

.content[data-astro-cid-ha2puyu4] p[data-astro-cid-ha2puyu4] {
  margin-bottom: 1rem;
}

.overlap[data-astro-cid-ha2puyu4] {
  position: relative;
  margin: 0;
  padding-bottom: 3rem;
}

.overlap[data-astro-cid-ha2puyu4] img[data-astro-cid-ha2puyu4] {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
}

.quote[data-astro-cid-ha2puyu4].card {
  position: relative;
  margin: -3rem 0 0 2rem;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: 4px;
  padding: 1.4rem 1.6rem;
  box-shadow: 0 16px 40px #221f1b24;
  font-size: 1.15rem;
}

.closing[data-astro-cid-ha2puyu4] {
  background: var(--dark);
  color: #faf7f2;
  text-align: center;
  padding: 3.25rem 1.5rem;
}

.closing[data-astro-cid-ha2puyu4] h2[data-astro-cid-ha2puyu4] {
  color: #faf7f2;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  margin-bottom: 1.3rem;
}

footer[data-astro-cid-ha2puyu4] {
  text-align: center;
  padding: 1.5rem;
  font-size: .8rem;
  color: var(--muted);
}

@media (width <= 860px) {
  .block[data-astro-cid-ha2puyu4] {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .marker[data-astro-cid-ha2puyu4] h2[data-astro-cid-ha2puyu4] {
    position: static;
  }

  .sheet[data-astro-cid-ha2puyu4] {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .quote[data-astro-cid-ha2puyu4].card {
    margin-left: .75rem;
  }
}
