.hero-cinema {
  position: relative;
  min-height: 100dvh;
  display: grid;
  align-items: end;
  color: #f4f5f7;
  overflow: hidden;
  isolation: isolate;
}

.hero-cinema__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7, 9, 14, 0.58) 0%, rgba(7, 9, 14, 0.22) 46%, rgba(7, 9, 14, 0.2) 100%),
    linear-gradient(180deg, rgba(7, 9, 14, 0.08) 0%, rgba(7, 9, 14, 0.42) 100%),
    url("../images/free/heroimg.jpg") center / cover no-repeat,
    #0b0f19;
}

.hero-cinema__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 70% at 78% 88%, rgba(210, 220, 240, 0.16), transparent 42%),
    linear-gradient(180deg, transparent 62%, rgba(7, 9, 14, 0.55));
  pointer-events: none;
}

.hero-cinema__copy {
  position: relative;
  z-index: 1;
  padding: calc(var(--header-h) + 4rem) 0 7.5rem;
}

.hero-cinema__copy h1 {
  max-width: 12ch;
  font-family: var(--font-zh);
  font-size: clamp(2.1rem, 5.6vw, 3.6rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.hero-cinema__en {
  margin-top: 1.35rem;
  max-width: 28rem;
  font-family: var(--font-en);
  font-size: 0.82rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: rgba(244, 245, 247, 0.72);
}

.hero-cinema__scroll {
  position: absolute;
  right: var(--gutter);
  bottom: 2.4rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-en);
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(244, 245, 247, 0.78);
}

.hero-cinema__scroll::after {
  content: "";
  width: 1px;
  height: 3.2rem;
  background: linear-gradient(#f4f5f7, transparent);
}

.hero-cinema__lockup {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.1rem;
  z-index: 1;
  text-align: center;
  font-family: var(--font-brand);
  font-size: clamp(1.6rem, 6vw, 3.4rem);
  font-weight: 400;
  letter-spacing: 0.42em;
  color: rgba(244, 245, 247, 0.22);
  pointer-events: none;
}

@media (max-width: 699px) {
  .hero-cinema__lockup {
    letter-spacing: 0.22em;
    font-size: 1.35rem;
  }
}

.about-split {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.about-split__copy .section-title {
  margin-bottom: 1.5rem;
}

.about-split__media {
  position: relative;
  min-height: 22rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(11, 15, 25, 0.08), rgba(11, 15, 25, 0.45)),
    url("../images/free/editorial-desk.jpg") center / cover no-repeat,
    url("https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d?auto=format&fit=crop&w=1400&q=80") center / cover no-repeat,
    #1a1e28;
  filter: grayscale(1) contrast(1.08);
}

.about-split__watermark {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  text-align: center;
  font-family: var(--font-brand);
  font-size: clamp(1.4rem, 4vw, 2.4rem);
  letter-spacing: 0.38em;
  color: rgba(244, 245, 247, 0.55);
}

@media (min-width: 900px) {
  .about-split {
    grid-template-columns: 0.92fr 1.08fr;
    gap: 5rem;
    align-items: stretch;
  }

  .about-split__media {
    min-height: 34rem;
  }
}

.section-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 2rem;
}

.section-head .text-link {
  margin-top: 0;
}

.mark-rings {
  display: flex;
  justify-content: center;
  margin-bottom: 2.75rem;
}

.mark-rings span {
  width: 7.5rem;
  height: 7.5rem;
  border: 1px solid rgba(244, 245, 247, 0.28);
  border-radius: 50%;
}

.mark-rings span + span {
  margin-left: -2.6rem;
}

.page-hero {
  padding: 5.5rem 0 3.25rem;
}

.page-hero--cinema {
  position: relative;
  min-height: min(78dvh, 42rem);
  display: grid;
  align-items: end;
  color: #f4f5f7;
  overflow: hidden;
  padding: 0;
}

.page-hero--cinema .page-hero__visual {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 9, 14, 0.28), rgba(7, 9, 14, 0.72)),
    url("../images/free/editorial-architecture.jpg") center / cover no-repeat,
    url("https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?auto=format&fit=crop&w=1800&q=80") center / cover no-repeat,
    #0b0f19;
}

.page-hero--cinema .wrap {
  position: relative;
  z-index: 1;
  padding: 8rem 0 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-hero--cinema .label {
  color: rgba(244, 245, 247, 0.7);
}

.page-hero--cinema .lede {
  color: rgba(244, 245, 247, 0.78);
}

.page-hero--cinema .btn {
  margin-top: 1.5rem;
}

.page-hero .h1 {
  margin: 0.45rem 0 1.15rem;
  max-width: 16ch;
}

.split {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.split--top {
  align-items: start;
}

@media (min-width: 900px) {
  .split {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 4rem;
  }

  .split--reverse {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .split--reverse .split__copy {
    order: 2;
  }
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.4rem;
}

.chip {
  font-family: var(--font-en);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--line-strong);
}

.contact-grid {
  display: grid;
  gap: 2.8rem;
}

@media (min-width: 880px) {
  .contact-grid {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 4.5rem;
  }
}

.contact-meta dt {
  font-family: var(--font-en);
  font-size: var(--label);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 1.25rem;
}

.contact-meta dd {
  margin: 0.25rem 0 0;
}

.feature-points {
  display: grid;
  gap: 1.1rem;
  margin-top: 1.5rem;
}

.feature-points li {
  padding-left: 1.1rem;
  border-left: 1px solid var(--ink);
}

.feature-points strong {
  display: block;
  font-family: var(--font-en);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.soft-panel {
  background: var(--canvas-deep);
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.offset-media {
  margin-top: 1.5rem;
}

@media (min-width: 900px) {
  .offset-media {
    margin-left: 8%;
    margin-top: -1rem;
  }
}

.error-page {
  min-height: 70dvh;
  display: grid;
  align-content: center;
  padding-block: 4rem;
}

body:not([data-page="home"]) .page-hero.wrap {
  padding-top: 2.75rem;
}
