/* Landing — full-bleed composition (phone and desktop share one layout language) */

html:has(.tl),
html.tl-page,
html:has(.tl) body,
html.tl-page body {
  height: auto !important;
  min-height: 100% !important;
  font-size: 16px !important;
  background: #070b12 !important;
  overflow: visible !important;
}

.tl {
  --ink: #070b12;
  --steel: #0f1522;
  --panel: #121a2b;
  --line: rgba(232, 237, 245, 0.14);
  --line-strong: rgba(232, 237, 245, 0.3);
  --fog: #e8edf5;
  --paper: #f2f5f9;
  --signal: #1ec8a5;
  --signal-deep: #0fa888;
  --signal-soft: rgba(30, 200, 165, 0.18);
  --coral: #ff5c45;
  --text: #0c1220;
  --muted: #5c6b80;
  --nav-h: 72px;
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.tl *,
.tl *::before,
.tl *::after { box-sizing: border-box; }

.tl a { color: inherit; text-decoration: none; }

.tl h1,
.tl h2,
.tl h3 {
  outline: none !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* ── Nav ─────────────────────────────────────────── */
.tl-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 4vw, 56px);
  background: transparent;
  transition: background 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
  border-bottom: 1px solid transparent;
}

.tl-nav.is-solid {
  background: rgba(7, 11, 18, 0.92);
  backdrop-filter: blur(16px);
  border-bottom-color: var(--line);
}

.tl-nav-brand {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.04em;
  color: #f4f7fb;
}

.tl-nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: var(--signal);
  color: var(--ink) !important;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 2px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.tl-nav-cta:hover {
  background: #3ad9b6;
  transform: translateY(-1px);
}

/* ── Hero: full-bleed visual + copy (same on desktop & phone) ── */
.tl-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: calc(var(--nav-h) + 24px) clamp(20px, 5vw, 72px) clamp(64px, 10vh, 104px);
  background: var(--ink);
  color: #fff;
  overflow: hidden;
}

.tl-hero-stage {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tl-hero-grid {
  position: absolute;
  inset: -8%;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 85% 75% at 60% 40%, #000 15%, transparent 72%);
  animation: tl-grid-drift 24s linear infinite;
}

.tl-hero-glow {
  position: absolute;
  width: min(70vw, 720px);
  height: min(70vw, 720px);
  right: -5%;
  top: 5%;
  background: radial-gradient(circle, rgba(30, 200, 165, 0.28) 0%, transparent 68%);
  animation: tl-glow-pulse 5.5s ease-in-out infinite;
}

.tl-hero-assembly {
  position: absolute;
  right: clamp(4%, 8vw, 12%);
  top: 46%;
  transform: translateY(-50%);
  width: min(52vw, 580px);
  height: min(56vh, 500px);
  opacity: 0.85;
}

.tl-hero-assembly svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.tl-beam {
  fill: none;
  stroke: var(--signal);
  stroke-width: 1.5;
  stroke-linecap: square;
  opacity: 0;
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  animation: tl-draw 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.tl-beam:nth-child(1) { animation-delay: 0.12s; }
.tl-beam:nth-child(2) { animation-delay: 0.24s; }
.tl-beam:nth-child(3) { animation-delay: 0.36s; }
.tl-beam:nth-child(4) { animation-delay: 0.48s; }
.tl-beam:nth-child(5) { animation-delay: 0.6s; }
.tl-beam:nth-child(6) { animation-delay: 0.72s; }

.tl-node {
  fill: var(--ink);
  stroke: var(--signal);
  stroke-width: 1.5;
  opacity: 0;
  animation: tl-node-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.tl-node:nth-of-type(1) { animation-delay: 0.65s; }
.tl-node:nth-of-type(2) { animation-delay: 0.8s; }
.tl-node:nth-of-type(3) { animation-delay: 0.95s; }
.tl-node:nth-of-type(4) { animation-delay: 1.05s; }
.tl-node:nth-of-type(5) { animation-delay: 1.15s; }
.tl-node:nth-of-type(6) { animation-delay: 1.25s; }

.tl-slab {
  fill: rgba(30, 200, 165, 0.1);
  stroke: rgba(30, 200, 165, 0.5);
  stroke-width: 1;
  opacity: 0;
  animation: tl-slab-in 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.tl-slab:nth-of-type(1) { animation-delay: 1.05s; }
.tl-slab:nth-of-type(2) { animation-delay: 1.2s; }
.tl-slab:nth-of-type(3) { animation-delay: 1.35s; }

.tl-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 34rem;
}

.tl-brand {
  display: block;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: clamp(3.75rem, 12vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
  margin: 0 0 20px;
  color: #fff;
}

.tl-brand span { color: var(--signal); }

.tl-hero h1 {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
  max-width: 18ch;
  color: var(--fog);
}

.tl-hero-lead {
  margin: 0 0 28px;
  max-width: 36ch;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  color: rgba(232, 237, 245, 0.72);
  line-height: 1.65;
}

.tl-btn,
a.tl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: var(--signal);
  color: var(--ink) !important;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 2px;
  border: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.tl-btn:hover,
a.tl-btn:hover {
  background: #3ad9b6;
  color: var(--ink) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(30, 200, 165, 0.28);
}

.tl-scroll-cue {
  position: absolute;
  bottom: 28px;
  right: clamp(20px, 5vw, 64px);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232, 237, 245, 0.45);
  z-index: 2;
}

.tl-scroll-cue i {
  display: block;
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, var(--signal), transparent);
  animation: tl-scroll-line 1.8s ease-in-out infinite;
}

/* ── Transform: full-bleed board + overlay copy ──── */
.tl-transform {
  position: relative;
  height: 260vh;
  background: var(--steel);
  color: #fff;
}

.tl-transform-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  display: block;
  overflow: hidden;
}

.tl-stage {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(var(--line) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(90deg, var(--line) 1px, transparent 1px) 0 0 / 48px 48px,
    var(--panel);
}

.tl-stage-frame {
  position: absolute;
  inset: clamp(16px, 3vw, 28px);
  border: 1px dashed rgba(232, 237, 245, 0.12);
  pointer-events: none;
}

.tl-transform-copy {
  position: absolute;
  z-index: 3;
  left: clamp(16px, 4vw, 48px);
  top: 50%;
  transform: translateY(-50%);
  width: min(400px, calc(100% - 32px));
  padding: 22px 22px 20px;
  background: rgba(7, 11, 18, 0.82);
  border: 1px solid var(--line-strong);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.tl-transform-copy h2 {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: clamp(1.45rem, 3.2vw, 2.2rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin: 0 0 12px;
  max-width: 14ch;
}

.tl-transform-copy p {
  margin: 0 0 18px;
  color: rgba(232, 237, 245, 0.7);
  font-size: 0.98rem;
  max-width: 34ch;
  line-height: 1.6;
}

.tl-phase {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 237, 245, 0.45);
  margin-bottom: 12px;
}

.tl-phase-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  transition: background 0.35s ease, box-shadow 0.35s ease;
}

.tl-transform.is-ordered .tl-phase-dot {
  background: var(--signal);
  box-shadow: 0 0 0 4px var(--signal-soft);
}

.tl-phase-label::after { content: "Complexity"; }
.tl-transform.is-ordered .tl-phase-label::after { content: "Clarity"; }

.tl-meter {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(232, 237, 245, 0.45);
}

.tl-meter-track {
  height: 3px;
  background: var(--line);
  position: relative;
  overflow: hidden;
}

.tl-meter-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  background: var(--signal);
}

.tl-chip {
  position: absolute;
  left: 0;
  top: 0;
  width: min(280px, 42vw);
  min-height: 56px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 92, 69, 0.55);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  will-change: transform, border-color, background, box-shadow;
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  /* % of stage — chaos defaults (JS overrides with px) */
  transform: translate(8%, 18%) rotate(-10deg);
}

.tl-chip:nth-child(2) { transform: translate(12%, 16%) rotate(-11deg); }
.tl-chip:nth-child(3) { transform: translate(58%, 12%) rotate(9deg); }
.tl-chip:nth-child(4) { transform: translate(8%, 42%) rotate(7deg); }
.tl-chip:nth-child(5) { transform: translate(55%, 38%) rotate(-8deg); }
.tl-chip:nth-child(6) { transform: translate(18%, 68%) rotate(10deg); }
.tl-chip:nth-child(7) { transform: translate(52%, 66%) rotate(-6deg); }

.tl-chip::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 1px;
  background: var(--coral);
  vertical-align: middle;
  transition: background 0.3s ease;
}

.tl-transform.is-ordered .tl-chip {
  border-color: rgba(30, 200, 165, 0.6);
  background: rgba(30, 200, 165, 0.14);
  box-shadow: 0 0 0 1px rgba(30, 200, 165, 0.1);
}

.tl-transform.is-ordered .tl-chip::before { background: var(--signal); }

.tl-chip-meta {
  display: block;
  margin-top: 4px;
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(232, 237, 245, 0.45);
  opacity: 0;
  min-height: 1em;
  transition: opacity 0.3s ease;
}

.tl-transform.is-ordered .tl-chip-meta {
  opacity: 1;
  color: rgba(232, 237, 245, 0.6);
}

/* ── Sections below ──────────────────────────────── */
.tl-recognize {
  padding: clamp(72px, 12vh, 120px) clamp(20px, 5vw, 64px);
  background: var(--paper);
}

.tl-recognize-inner,
.tl-caps-inner,
.tl-migrate-inner { max-width: 1080px; margin: 0 auto; }

.tl-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 14px;
}

.tl-section-title {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 3.4vw, 2.5rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin: 0 0 14px;
  color: var(--text);
  max-width: 18ch;
}

.tl-section-lead {
  margin: 0 0 48px;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 42ch;
  line-height: 1.65;
}

.tl-quotes {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(12, 18, 32, 0.1);
}

.tl-quote {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: clamp(20px, 4vw, 48px);
  padding: 28px 0;
  border-bottom: 1px solid rgba(12, 18, 32, 0.1);
}

.tl-quote h3 {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  letter-spacing: -0.025em;
  line-height: 1.3;
  margin: 0;
}

.tl-quote p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.tl-quote cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--coral);
}

.tl-caps {
  padding: clamp(72px, 12vh, 120px) clamp(20px, 5vw, 64px);
  background: #fff;
  border-top: 1px solid rgba(12, 18, 32, 0.06);
}

.tl-cap-list {
  margin-top: 48px;
  display: grid;
  gap: 0;
  counter-reset: cap;
}

.tl-cap {
  counter-increment: cap;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) minmax(0, 1.2fr);
  gap: clamp(16px, 3vw, 32px);
  align-items: start;
  padding: 32px 0;
  border-top: 1px solid rgba(12, 18, 32, 0.1);
}

.tl-cap:last-child { border-bottom: 1px solid rgba(12, 18, 32, 0.1); }

.tl-cap-num {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  color: var(--signal-deep);
  line-height: 1;
}

.tl-cap-num::before { content: counter(cap, decimal-leading-zero); }

.tl-cap h3 {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.025em;
  margin: 0 0 6px;
}

.tl-cap p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.tl-cap-rail {
  position: relative;
  height: 3px;
  margin-top: 14px;
  background: rgba(12, 18, 32, 0.08);
  overflow: hidden;
}

.tl-cap-rail span {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--signal);
  transition: width 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}

.tl.is-enhanced .tl-cap:not(.is-in) .tl-cap-rail span { width: 0; }

.tl-migrate {
  padding: clamp(72px, 12vh, 120px) clamp(20px, 5vw, 64px);
  background: var(--ink);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.tl-migrate::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(30, 200, 165, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 200, 165, 0.06) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
  pointer-events: none;
}

.tl-migrate-inner { position: relative; }
.tl-migrate .tl-section-title { color: #fff; }
.tl-migrate .tl-section-lead { color: rgba(232, 237, 245, 0.65); }
.tl-migrate .tl-kicker { color: var(--signal); }

.tl-steps {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
}

.tl-steps::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: var(--line);
  transform-origin: left center;
  transform: scaleX(1);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.tl.is-enhanced .tl-steps:not(.is-in)::before { transform: scaleX(0); }

.tl-step {
  padding: 0 20px 0 0;
  opacity: 1;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.tl.is-enhanced .tl-steps:not(.is-in) .tl-step {
  opacity: 0;
  transform: translateY(24px);
}

.tl.is-enhanced .tl-steps.is-in .tl-step:nth-child(1) { transition-delay: 0.1s; }
.tl.is-enhanced .tl-steps.is-in .tl-step:nth-child(2) { transition-delay: 0.25s; }
.tl.is-enhanced .tl-steps.is-in .tl-step:nth-child(3) { transition-delay: 0.4s; }

.tl-step-mark {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--signal);
  color: var(--ink);
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.tl-step h3 {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}

.tl-step p {
  margin: 0;
  color: rgba(232, 237, 245, 0.62);
  font-size: 0.92rem;
  line-height: 1.65;
  max-width: 28ch;
}

.tl-cta {
  padding: clamp(80px, 14vh, 140px) clamp(20px, 5vw, 64px);
  background: var(--paper);
}

.tl-cta-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr);
  gap: 40px;
  align-items: end;
}

.tl-cta h2 {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.5rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 0 0 16px;
  max-width: 14ch;
}

.tl-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 36ch;
  line-height: 1.65;
}

.tl-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.tl-cta .tl-btn,
.tl-cta a.tl-btn {
  background: var(--ink);
  color: #fff !important;
}

.tl-cta .tl-btn:hover,
.tl-cta a.tl-btn:hover {
  background: #1a2438;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(7, 11, 18, 0.2);
}

.tl-cta-note {
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 600;
}

.tl-footer {
  background: var(--ink);
  color: rgba(232, 237, 245, 0.4);
  padding: 28px clamp(20px, 5vw, 64px);
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.tl-footer strong {
  color: rgba(232, 237, 245, 0.75);
  font-family: "Syne", sans-serif;
  font-weight: 700;
}

/* Reveals — only hide after JS marks enhanced */
.tl-reveal,
.tl-quote,
.tl-cap { opacity: 1; transform: none; }

.tl.is-enhanced .tl-reveal,
.tl.is-enhanced .tl-quote,
.tl.is-enhanced .tl-cap {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.tl.is-enhanced .tl-reveal.is-in,
.tl.is-enhanced .tl-quote.is-in,
.tl.is-enhanced .tl-cap.is-in {
  opacity: 1;
  transform: none;
}

.tl.is-enhanced .tl-cap:not(.is-in) { transform: translateX(-16px); }

@keyframes tl-draw {
  to { stroke-dashoffset: 0; opacity: 1; }
}
@keyframes tl-node-in {
  from { opacity: 0; transform: scale(0.4); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes tl-slab-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}
@keyframes tl-grid-drift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-56px, -56px, 0); }
}
@keyframes tl-glow-pulse {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}
@keyframes tl-scroll-line {
  0% { transform: scaleY(0); transform-origin: top; opacity: 0; }
  30% { transform: scaleY(1); transform-origin: top; opacity: 1; }
  70% { transform: scaleY(1); transform-origin: bottom; opacity: 1; }
  100% { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
}

@media (max-width: 960px) {
  .tl-hero-assembly {
    width: min(70vw, 420px);
    opacity: 0.45;
    right: -2%;
  }

  .tl-quote { grid-template-columns: 1fr; gap: 10px; }
  .tl-cap { grid-template-columns: 48px 1fr; }
  .tl-cap p { grid-column: 2; }
  .tl-steps { grid-template-columns: 1fr; gap: 36px; }

  .tl-steps::before {
    top: 0; bottom: 0; left: 22px; right: auto;
    width: 1px; height: auto;
    transform: scaleY(1);
    transform-origin: top center;
  }
  .tl.is-enhanced .tl-steps:not(.is-in)::before { transform: scaleY(0); }
  .tl-cta-inner { grid-template-columns: 1fr; }

  .tl-chip { width: min(220px, 56vw); font-size: 0.82rem; }
}

@media (max-width: 640px) {
  .tl-hero-assembly { display: none; }
  .tl-transform { height: 220vh; }
  .tl-transform-copy {
    left: 12px;
    right: 12px;
    width: auto;
    top: auto;
    bottom: 16px;
    transform: none;
  }
}

