/* ============================================================
   CHRONOFALL — EN landing + case study
   Additive layer on top of ../css/style.css.
   This page is intentionally JS-free, so it overrides a few
   defaults that the root page only fixes up via JavaScript:
     - the custom cursor (cursor:none) is restored to a normal one
     - .reveal elements are shown without the IntersectionObserver
   ============================================================ */

/* No JS here, so the JS-driven custom cursor never appears.
   Restore a normal pointer. */
body { cursor: auto; }
a, button { cursor: auto; }

/* .reveal normally waits for js/main.js to add .is-in. With no JS we
   simply show everything (motion-safe: a one-shot fade on load). */
.reveal { opacity: 1; transform: none; }

/* ============ Static hero (poster, no scrub video) ============ */
.en-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8rem 1.4rem 6rem;
  overflow: hidden;
}
.en-hero__media {
  position: absolute;
  inset: 0;
  background: var(--bg) center/cover no-repeat;
  z-index: 0;
}
.en-hero__media::after {
  /* same cinematic vignette/tint the scroll-video uses */
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 50% 50%, transparent 45%, rgba(7, 4, 13, .65)),
    linear-gradient(to bottom, rgba(7, 4, 13, .55), transparent 30%, transparent 70%, rgba(7, 4, 13, .92));
}
.en-hero__inner { position: relative; z-index: 1; max-width: 60rem; }

.en-hero .hero__title { margin: 0 auto; }
.en-hero .hero__tagline { max-width: 46ch; margin-left: auto; margin-right: auto; }

.en-hero__note {
  margin-top: 2rem;
  font-size: .62rem;
  letter-spacing: .28em;
  color: var(--text-dim);
  text-transform: uppercase;
}

/* ============ World (prose, EN) ============ */
.en-world__lede {
  max-width: 60ch;
  margin: 0 auto;
}
.en-world__lede p {
  color: var(--text-dim);
  line-height: 1.85;
  font-size: clamp(.98rem, 1.5vw, 1.12rem);
  margin-bottom: 1.5rem;
}
.en-world__lede strong { color: var(--pink); font-weight: 600; }

/* ============ Case study ============ */
.casestudy { max-width: 1000px; }
.casestudy__lede {
  max-width: 62ch;
  margin: 0 auto 3.5rem;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  line-height: 1.6;
  color: var(--text);
  text-align: center;
  text-shadow: 0 0 30px rgba(168, 85, 247, .35);
}
.casestudy__lede em {
  font-style: normal;
  color: var(--purple-soft);
  text-shadow: 0 0 20px rgba(168, 85, 247, .7);
}

.ledger {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1px;
  background: rgba(168, 85, 247, .22);
  border: 1px solid rgba(168, 85, 247, .22);
  margin-bottom: 3.5rem;
}
.ledger__cell {
  background: linear-gradient(160deg, rgba(168, 85, 247, .07), rgba(13, 7, 22, .92));
  padding: 2rem 1.6rem;
}
.ledger__num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 18px rgba(168, 85, 247, .7);
}
.ledger__num span { color: var(--purple-soft); font-size: .55em; }
.ledger__label {
  margin-top: .9rem;
  font-size: .82rem;
  line-height: 1.6;
  color: var(--text-dim);
}

/* How it was built — numbered build log */
.buildlog {
  display: grid;
  gap: 1.2rem;
  max-width: 70ch;
  margin: 0 auto 3.5rem;
}
.buildlog__row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.4rem;
  align-items: baseline;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(139, 129, 159, .16);
}
.buildlog__step {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .9rem;
  color: var(--purple);
  letter-spacing: .15em;
  white-space: nowrap;
}
.buildlog__row h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--pink);
  margin-bottom: .5rem;
}
.buildlog__row p {
  color: var(--text-dim);
  line-height: 1.75;
  font-size: .94rem;
}

/* Honest caveat block */
.casestudy__note {
  max-width: 64ch;
  margin: 0 auto 3.5rem;
  padding: 1.6rem 1.8rem;
  border-left: 2px solid rgba(168, 85, 247, .5);
  background: rgba(168, 85, 247, .05);
  color: var(--text-dim);
  line-height: 1.8;
  font-size: .92rem;
}

/* Agency CTA */
.agency {
  text-align: center;
  border: 1px solid rgba(168, 85, 247, .3);
  background:
    radial-gradient(ellipse 70% 100% at 50% 0%, rgba(107, 33, 168, .25), transparent),
    rgba(13, 7, 22, .8);
  padding: 3.4rem 2rem;
}
.agency__kicker {
  font-size: .7rem;
  letter-spacing: .5em;
  color: var(--purple);
  margin-bottom: 1.2rem;
}
.agency h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  line-height: 1.2;
  color: #fff;
  margin-bottom: 1.2rem;
}
.agency h3 em {
  font-style: normal;
  color: var(--purple-soft);
  text-shadow: 0 0 20px rgba(168, 85, 247, .7);
}
.agency p {
  max-width: 52ch;
  margin: 0 auto 2.2rem;
  color: var(--text-dim);
  line-height: 1.8;
}
.agency__actions {
  display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap;
}

/* DE/EN language link in the nav */
.nav__lang {
  font-family: var(--font-display);
  font-size: .7rem;
  letter-spacing: .2em;
  color: var(--text-dim);
  text-decoration: none;
  padding: .55rem .8rem;
  border: 1px solid rgba(168, 85, 247, .3);
  transition: color .25s, border-color .25s, box-shadow .25s;
}
.nav__lang:hover {
  color: var(--pink);
  border-color: var(--purple);
  box-shadow: 0 0 16px rgba(168, 85, 247, .4);
}

@media (max-width: 760px) {
  .buildlog__row { grid-template-columns: 1fr; gap: .5rem; }
  .ledger__cell { padding: 1.6rem 1.3rem; }
  .nav__lang { padding: .5rem .7rem; }
}
