:root {
  color-scheme: dark;
  --ink: #080706;
  --ink-soft: #11100f;
  --paper: #f3f0eb;
  --muted: rgba(243, 240, 235, .58);
  --line: rgba(243, 240, 235, .18);
  --mars: #c45f35;
  --mars-bright: #eb8a5e;
  --pad: clamp(1.35rem, 4.1vw, 5rem);
  --header: 4.5rem;
  font-family: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); overflow-x: hidden; }
a { color: inherit; }
img { display: block; width: 100%; }
figure, p, h1, h2 { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .75rem 1rem;
  background: var(--paper); color: var(--ink); transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 20; height: var(--header);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 var(--pad); border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease;
}
.site-header.is-scrolled { background: rgba(8, 7, 6, .82); border-color: var(--line); backdrop-filter: blur(12px); }
.monogram { justify-self: start; font-weight: 800; font-size: .86rem; letter-spacing: -.04em; text-decoration: none; }
.header-context { color: var(--muted); text-align: center; font-size: .7rem; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }

.chapter-nav {
  position: fixed; z-index: 19; right: 1rem; top: 50%; transform: translateY(-50%);
  display: flex; flex-direction: column; gap: .55rem;
}
.chapter-link { display: flex; justify-content: flex-end; gap: .55rem; align-items: center; text-decoration: none; color: var(--muted); font-size: .64rem; text-transform: uppercase; letter-spacing: .08em; }
.chapter-link b { width: 0; overflow: hidden; white-space: nowrap; font-weight: 400; opacity: 0; transition: width .3s ease, opacity .3s ease; }
.chapter-link span { width: 1.65rem; height: 1.65rem; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: .3s ease; }
.chapter-link:hover b, .chapter-link:focus-visible b, .chapter-link.is-active b { width: 4.6rem; opacity: 1; }
.chapter-link.is-active span { color: var(--ink); background: var(--paper); border-color: var(--paper); }

.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; padding: calc(var(--header) + 2rem) var(--pad) clamp(5rem, 9vh, 8rem); isolation: isolate; overflow: hidden; }
.hero-images, .hero-scrim, .hero-layer { position: absolute; inset: 0; }
.hero-images { z-index: -3; background: #080706; }
.hero-layer { height: 100%; object-fit: cover; opacity: 0; transform: scale(1.025); animation: heroStage 10s ease-in-out both; }
.stage-spacecraft { object-fit: cover; animation-delay: 0s; }
.stage-module { animation-delay: 1.6s; }
.stage-habitat { animation-delay: 3.2s; }
.stage-settlement { animation-delay: 4.8s; }
.stage-life { animation: heroFinal 10s ease-in-out both; animation-delay: 6.4s; }
.hero-scrim { z-index: -2; background: linear-gradient(90deg, rgba(8,7,6,.9) 0%, rgba(8,7,6,.55) 46%, rgba(8,7,6,.12) 80%), linear-gradient(0deg, rgba(8,7,6,.85) 0%, transparent 55%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 73% 28%, transparent 0 18%, rgba(8,7,6,.14) 45%, rgba(8,7,6,.5) 100%); }
@keyframes heroStage { 0%, 12% { opacity: 0; transform: scale(1.025); } 18%, 28% { opacity: .78; transform: scale(1); } 34%, 100% { opacity: 0; transform: scale(.985); } }
@keyframes heroFinal { 0%, 3% { opacity: 0; transform: scale(1.04); } 12%, 100% { opacity: .92; transform: scale(1); } }

.sequence-words { position: absolute; z-index: 2; top: calc(var(--header) + 1.25rem); left: var(--pad); display: flex; gap: 1.2rem; text-transform: uppercase; font-size: .7rem; letter-spacing: .18em; color: var(--muted); }
.sequence-words span { opacity: 0; animation: wordStage 1.6s ease both; }
.sequence-words span:nth-child(2) { animation-delay: 1.6s; }
.sequence-words span:nth-child(3) { animation-delay: 3.2s; }
.sequence-words span:nth-child(4) { animation-delay: 4.8s; }
.sequence-words span:nth-child(5) { animation: wordFinal .7s 6.4s ease both; }
@keyframes wordStage { 0%, 20% { opacity: 0; } 35%, 70% { opacity: 1; } 100% { opacity: 0; } }
@keyframes wordFinal { to { opacity: 1; color: var(--paper); } }

.hero-copy { width: min(80rem, 88vw); }
.hero-intro { max-width: 32rem; margin-bottom: 1.25rem; color: var(--muted); font-size: clamp(.85rem, 1.2vw, 1.05rem); letter-spacing: .04em; animation: copyIn .8s 6.8s ease both; }
h1 { max-width: 13ch; font-size: clamp(3.6rem, 9.2vw, 9.6rem); line-height: .83; letter-spacing: -.075em; text-transform: uppercase; text-wrap: balance; animation: copyIn .9s 7s ease both; }
.hero-question-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-top: clamp(2rem, 5vh, 4rem); padding-top: 1rem; border-top: 1px solid var(--line); animation: copyIn .8s 7.35s ease both; }
.hero-question { font-size: clamp(1.1rem, 2.3vw, 2.4rem); text-transform: uppercase; letter-spacing: -.02em; }
.hero-hours { display: flex; align-items: baseline; gap: .65rem; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; }
.hero-hours strong { color: var(--paper); font-size: 1.5rem; letter-spacing: -.04em; }
@keyframes copyIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.scroll-cue { position: absolute; right: var(--pad); bottom: 1.5rem; display: flex; align-items: center; gap: .8rem; color: var(--muted); font-size: .67rem; text-transform: uppercase; letter-spacing: .1em; text-decoration: none; animation: copyIn .8s 7.6s ease both; }
.scroll-cue i { width: 2.2rem; height: 1px; background: currentColor; position: relative; }
.scroll-cue i::after { content: ""; position: absolute; right: 0; top: -3px; width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); }

.origin-interlude { position: relative; padding: clamp(7rem, 12vh, 11rem) var(--pad); background: var(--paper); color: var(--ink); display: grid; grid-template-columns: .55fr 1.45fr; gap: 5vw; }
.origin-label { display: flex; flex-direction: column; gap: .5rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.origin-label span { color: var(--mars); }
.origin-label strong { font-weight: 400; }
.origin-story { display: grid; grid-template-columns: 1fr 1fr; gap: 3vw; color: rgba(8,7,6,.62); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.55; }
.origin-question { grid-column: 1 / -1; margin: clamp(5rem, 11vh, 9rem) 0 0; max-width: 17ch; font-size: clamp(2.6rem, 6.6vw, 7.5rem); line-height: .93; letter-spacing: -.06em; text-transform: uppercase; }
.origin-answer { grid-column: 2; justify-self: end; max-width: 22rem; margin-top: 2rem; color: rgba(8,7,6,.58); font-size: .78rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .1em; }

.chapter { position: relative; min-height: 100svh; padding: clamp(7rem, 12vh, 10rem) var(--pad); border-top: 1px solid var(--line); overflow: hidden; }
.chapter-label { display: flex; gap: .75rem; align-items: center; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; }
.chapter-label span { color: var(--mars-bright); }
.kicker { color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .13em; }
h2 { font-size: clamp(2.35rem, 5.8vw, 6.4rem); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; text-wrap: balance; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

.get-there { background: #090909; display: grid; grid-template-columns: minmax(18rem, .7fr) minmax(30rem, 1.3fr); grid-template-rows: auto 1fr auto; column-gap: 5vw; }
.get-there .chapter-label { grid-column: 1 / -1; }
.get-copy { align-self: center; padding: 4rem 0; }
.get-copy h2 { max-width: 9.5ch; margin-top: 1.1rem; font-size: clamp(2.4rem, 5vw, 5.5rem); }
.tease { max-width: 25rem; margin-top: 2rem; color: var(--muted); font-size: 1rem; line-height: 1.5; }
.spacecraft-figure { align-self: center; position: relative; min-height: 36rem; display: grid; place-items: center; }
.spacecraft-figure::before { content: ""; position: absolute; inset: 12% 18%; border: 1px solid var(--line); border-radius: 50%; }
.spacecraft-figure img { position: relative; max-height: 46rem; object-fit: contain; }
.spacecraft-figure figcaption { position: absolute; right: 0; bottom: 2rem; color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.transform-sequence { grid-column: 1 / -1; list-style: none; padding: 0; margin: 3rem 0 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.transform-sequence li { position: relative; padding: 1rem 1rem 0 0; border-right: 1px solid var(--line); }
.transform-sequence li::after { content: ""; position: absolute; top: -3px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--mars-bright); }
.transform-sequence span, .transform-sequence small { display: block; color: var(--muted); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.transform-sequence strong { display: block; margin: .55rem 0 .35rem; font-size: 1rem; text-transform: uppercase; }
.orbit-figure { grid-column: 1 / -1; position: relative; margin-top: clamp(5rem, 11vh, 9rem); border: 1px solid var(--line); background: #020305; overflow: hidden; }
.orbit-figure img { aspect-ratio: 16 / 9; object-fit: cover; }
.orbit-figure figcaption { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(1rem, 2.2vw, 2rem); pointer-events: none; }
.orbit-figure figcaption span, .orbit-figure figcaption small { width: max-content; padding: .55rem .7rem; background: rgba(8,7,6,.62); border: 1px solid var(--line); color: var(--muted); font-size: .64rem; line-height: 1.3; text-transform: uppercase; letter-spacing: .1em; backdrop-filter: blur(8px); }
.orbit-figure figcaption strong { align-self: flex-end; max-width: 17ch; margin-top: auto; margin-bottom: 1rem; text-align: right; font-size: clamp(1.5rem, 3.4vw, 4rem); line-height: .95; letter-spacing: -.04em; text-transform: uppercase; text-shadow: 0 2px 18px rgba(0,0,0,.9); }
.orbit-figure figcaption small { align-self: flex-end; }
.technical-atlas { grid-column: 1 / -1; margin-top: clamp(6rem, 13vh, 11rem); border-top: 1px solid var(--line); }
.atlas-intro { display: grid; grid-template-columns: .55fr 1.1fr .85fr; gap: 4vw; align-items: start; padding: 1.5rem 0 clamp(4rem, 9vh, 7rem); }
.atlas-intro h3 { margin: 0; max-width: 18ch; font-size: clamp(1.8rem, 3.3vw, 3.8rem); line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.atlas-intro > p:last-child { max-width: 31rem; color: var(--muted); font-size: 1rem; line-height: 1.55; }
.atlas-step { margin-top: clamp(4rem, 10vh, 8rem); }
.atlas-step:first-of-type { margin-top: 0; }
.atlas-step-header { display: grid; grid-template-columns: 4rem minmax(16rem, .9fr) minmax(18rem, 1.1fr); gap: 2vw; align-items: end; padding: 0 0 1.25rem; border-bottom: 1px solid var(--line); }
.atlas-number { color: var(--mars-bright); font-size: .74rem; letter-spacing: .12em; }
.atlas-step-header small { display: block; margin-bottom: .55rem; color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.atlas-step-header h4 { margin: 0; font-size: clamp(1.5rem, 2.8vw, 3.2rem); line-height: .98; letter-spacing: -.04em; text-transform: uppercase; }
.atlas-step-header p { justify-self: end; max-width: 31rem; color: var(--muted); font-size: 1rem; line-height: 1.5; }
.atlas-image { position: relative; display: block; margin-top: 1rem; overflow: hidden; border: 1px solid var(--line); background: #000; text-decoration: none; }
.atlas-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.atlas-image > span { position: absolute; right: .75rem; bottom: .75rem; padding: .55rem .7rem; background: rgba(8,7,6,.78); border: 1px solid var(--line); color: var(--muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .09em; backdrop-filter: blur(8px); }
.atlas-image:hover img { transform: scale(1.012); }
.atlas-image:hover > span, .atlas-image:focus-visible > span { color: var(--paper); border-color: rgba(243,240,235,.4); }

.build-there { background: #1a0e09; }
.build-there::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: url('assets/city-final.webp'); background-size: cover; filter: blur(30px); transform: scale(1.1); }
.build-there > * { position: relative; }
.build-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 5vw; align-items: end; margin: 4rem 0 3rem; }
.build-heading h2 { max-width: 11ch; }
.growth-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.2); background: #512815; }
.growth-card { min-width: 0; border-right: 1px solid rgba(255,255,255,.2); overflow: hidden; }
.growth-card:last-child { border-right: 0; }
.growth-card img { aspect-ratio: 1448 / 2048; height: auto; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s ease; filter: saturate(.72) contrast(1.05); }
.growth-card:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.05); }
.growth-card figcaption { display: flex; justify-content: space-between; gap: .6rem; padding: .85rem; text-transform: uppercase; font-size: .68rem; letter-spacing: .07em; }
.growth-card figcaption span { color: var(--muted); }
.evidence-row { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 3.5rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.22); }
.evidence-row p { display: flex; align-items: baseline; gap: .65rem; }
.evidence-row strong { font-size: clamp(1.8rem, 3vw, 3.5rem); letter-spacing: -.05em; }
.evidence-row span { max-width: 8rem; color: var(--muted); font-size: .65rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.survivor-line { margin-top: 5rem; text-align: right; font-size: clamp(1.25rem, 2.2vw, 2.4rem); text-transform: uppercase; letter-spacing: -.02em; }
.city-overview { width: calc(100% + var(--pad) + var(--pad)); margin: clamp(6rem, 13vh, 11rem) 0 0 calc(0rem - var(--pad)); background: #080706; }
.city-overview > a { position: relative; display: block; overflow: hidden; text-decoration: none; }
.city-overview img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #080706; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.city-overview > a > span { position: absolute; right: var(--pad); bottom: 1rem; padding: .55rem .7rem; background: rgba(8,7,6,.7); border: 1px solid var(--line); color: var(--muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .09em; backdrop-filter: blur(8px); }
.city-overview > a:hover img { transform: scale(1.012); }
.city-overview figcaption { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: 1rem var(--pad) 1.1rem; border-top: 1px solid var(--line); color: var(--paper); font-size: .7rem; text-transform: uppercase; letter-spacing: .09em; }
.city-overview figcaption span { color: var(--muted); }

.live-there { background: var(--paper); color: var(--ink); }
.live-there .chapter-label, .live-there .kicker { color: rgba(8,7,6,.55); }
.live-heading { margin: 4rem 0 5rem; }
.live-heading h2 { max-width: 15ch; }
.live-heading h2 span { display: block; color: rgba(8,7,6,.32); }
.life-gallery { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1rem; }
.life-frame { position: relative; overflow: hidden; background: #4b2417; }
.life-frame img { aspect-ratio: .86; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.life-frame:hover img { transform: scale(1.025); }
.life-frame figcaption { position: absolute; inset: auto .75rem .75rem .75rem; padding-top: .65rem; border-top: 1px solid rgba(255,255,255,.55); color: white; font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; text-shadow: 0 1px 9px rgba(0,0,0,.7); }
.human-note { margin: clamp(5rem, 10vh, 9rem) 0 0 auto; max-width: 17ch; font-size: clamp(1.8rem, 4vw, 4.8rem); line-height: 1.02; letter-spacing: -.04em; }

.final-chapter { min-height: 100svh; display: flex; flex-direction: column; justify-content: space-between; background: #070606; }
.final-orbit { position: absolute; width: min(70vw, 58rem); aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; top: 50%; left: 68%; transform: translate(-50%,-50%); }
.final-orbit::before, .final-orbit::after { content: ""; position: absolute; inset: 18%; border: 1px solid var(--line); border-radius: 50%; }
.final-orbit::after { inset: 43%; background: var(--mars); border: 0; box-shadow: 0 0 80px rgba(196,95,53,.38); }
.final-copy { position: relative; z-index: 1; margin: auto 0; }
.final-copy p { margin-bottom: 2rem; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.final-copy h2 { max-width: 13ch; }
.final-belief { max-width: 39rem; margin-top: 2.5rem; color: var(--muted); font-size: 1rem !important; line-height: 1.55; letter-spacing: 0 !important; text-transform: none !important; }
.final-footer { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.final-footer div:first-child { display: flex; gap: 2rem; align-items: flex-start; }
.final-footer strong { text-transform: uppercase; font-size: .8rem; letter-spacing: .08em; }
.final-footer span { color: var(--muted); font-size: .7rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .07em; }
.final-actions { display: flex; gap: 1.5rem; align-items: center; }
.final-actions a { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; text-underline-offset: .3rem; }

@media (max-width: 820px) {
  :root { --header: 4rem; }
  .site-header { grid-template-columns: 1fr 1fr; }
  .header-context { display: none; }
  .chapter-nav { right: .5rem; }
  .chapter-link b { display: none; }
  .chapter-link span { width: 1.45rem; height: 1.45rem; font-size: .58rem; background: rgba(8,7,6,.35); }
  .hero { align-items: flex-end; padding-bottom: 6rem; }
  .hero-layer { object-position: center; }
  .stage-spacecraft { object-fit: cover; object-position: center; }
  .stage-module, .stage-habitat, .stage-settlement { object-position: center; }
  .stage-life { object-position: 56% center; }
  .hero-scrim { background: linear-gradient(0deg, rgba(8,7,6,.95) 0%, rgba(8,7,6,.35) 68%, rgba(8,7,6,.7) 100%); }
  .sequence-words { right: 3rem; gap: 0; justify-content: space-between; font-size: .58rem; }
  h1 { font-size: clamp(3rem, 14.5vw, 6rem); max-width: 10ch; }
  .hero-question-row { display: block; }
  .hero-hours { margin-top: 1.2rem; }
  .scroll-cue { right: auto; left: var(--pad); }
  .origin-interlude { display: block; }
  .origin-story { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 3rem; }
  .origin-question { margin-top: 5rem; }
  .origin-answer { margin: 1.5rem 0 0; max-width: 18rem; }
  .get-there { display: block; }
  .get-copy { padding: 4rem 0 2rem; }
  .spacecraft-figure { min-height: 27rem; }
  .spacecraft-figure figcaption { bottom: 0; }
  .transform-sequence { display: block; margin-left: 1.4rem; border-top: 0; border-left: 1px solid var(--line); }
  .transform-sequence li { min-height: 6.2rem; padding: 0 0 1.5rem 1.5rem; border-right: 0; }
  .transform-sequence li::after { top: 0; left: -3px; }
  .orbit-figure { margin-top: 4rem; }
  .orbit-figure img { aspect-ratio: 4 / 5; object-position: 54% center; }
  .orbit-figure figcaption strong { align-self: flex-start; max-width: 12ch; margin-bottom: 1rem; text-align: left; }
  .orbit-figure figcaption small { align-self: flex-start; }
  .technical-atlas { display: block; }
  .atlas-intro { display: block; }
  .atlas-intro h3 { margin: 1rem 0 1.5rem; }
  .atlas-step { margin-top: 5rem; }
  .atlas-step-header { display: grid; grid-template-columns: 2rem 1fr; gap: 1rem; align-items: start; }
  .atlas-step-header p { grid-column: 2; justify-self: start; margin-top: .5rem; }
  .atlas-image { margin-top: 1rem; }
  .atlas-image > span { position: static; display: block; border: 0; border-top: 1px solid var(--line); background: #080706; }
  .build-heading { display: block; margin: 4rem 0 2.5rem; }
  .build-heading .kicker { margin-bottom: 1rem; }
  .growth-grid { grid-template-columns: 1fr; border: 0; background: transparent; gap: .75rem; }
  .growth-card { position: relative; top: auto; border: 1px solid rgba(255,255,255,.22); background: #512815; }
  .growth-card img { aspect-ratio: 1448 / 2048; height: auto; object-fit: contain; }
  .evidence-row { grid-template-columns: 1fr 1fr; gap: 1.5rem 1rem; margin-top: 6rem; }
  .survivor-line { margin-top: 4rem; text-align: left; }
  .city-overview { margin-top: 5rem; }
  .city-overview figcaption { align-items: flex-start; flex-direction: column; }
  .life-gallery { grid-template-columns: 1fr; }
  .life-frame img { aspect-ratio: 1.25; }
  .human-note { margin-left: 0; }
  .final-orbit { width: 100vw; left: 78%; }
  .final-footer, .final-footer div:first-child { flex-direction: column; }
  .final-actions { align-items: flex-start; flex-direction: column; gap: .9rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0ms !important; transition-duration: .01ms !important; }
  .hero-layer { opacity: 0; }
  .stage-life { opacity: .92; }
  .sequence-words span { opacity: 0; }
  .sequence-words span:last-child { opacity: 1; }
}
