/* ============================================================
   Hero direction explorations — shares home-palett.css tokens.
   Two self-contained hero frames sized to fill a 1320×840 artboard.
   .hv = hero-variant shell (does NOT reuse the fixed .nav / .hero).
   ============================================================ */

.hv {
  position: relative; width: 100%; height: 100%;
  background: var(--cream); color: var(--ink);
  font-family: var(--sans); overflow: hidden;
  display: flex; flex-direction: column;
}

/* ---- local nav (absolute to the frame, not fixed) ---- */
.hv-nav {
  height: 76px; flex: none; display: flex; align-items: center; justify-content: space-between;
  padding: 0 56px; border-bottom: 1px solid var(--border); z-index: 6;
}
.hv-brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 600; font-size: 20px; letter-spacing: -.02em; color: var(--ink); }
.hv-brand svg { width: 27px; height: 30px; display: block; }
.hv-navmid { display: flex; gap: 30px; }
.hv-navmid a { font-size: 14.5px; color: var(--graphite); white-space: nowrap; }
.hv-navright { display: flex; align-items: center; gap: 18px; }
.hv-login { font-family: var(--mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--stone); white-space: nowrap; }

.hv-eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--straw-deep); font-family: var(--mono); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 24px; }
.hv-eyebrow .tick { width: 26px; height: 1px; background: var(--straw); }

.hv-h1 { margin: 0; font-weight: 600; letter-spacing: -.04em; line-height: 1.0; color: var(--ink); }
.hv-h1 .hl { color: var(--straw); }
.hv-sub { font-size: 19px; line-height: 1.5; color: var(--graphite); text-wrap: pretty; }
.hv-cta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }

/* reuse .btn from palette; add a plain text link style */
.hv-cta .btn .arr { transition: transform .2s ease; }
.hv-link { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; color: var(--ink); }
.hv-link .pl { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--ink); color: var(--cream); }
.hv-link .pl svg { width: 9px; height: 9px; margin-left: 1px; }

.hv-body { flex: 1; display: flex; min-height: 0; }

/* =========================================================
   VARIANT A — the face
   ========================================================= */
.hv-a-left {
  flex: 1 1 50%; display: flex; flex-direction: column; justify-content: center;
  padding: 0 48px 0 56px;
}
.hv-a-left .hv-h1 { font-size: 66px; }
.hv-a-left .hv-sub { margin: 28px 0 0; max-width: 42ch; }
.hv-a-left .hv-cta { margin-top: 38px; }

.hv-a-right { flex: 1 1 50%; position: relative; padding: 28px 56px 40px 24px; display: flex; }
.hv-portrait { position: relative; width: 100%; height: 100%; }
.hv-portrait image-slot { width: 100%; height: 100%; display: block; }
/* straw frame accent peeking behind the portrait */
.hv-portrait::before {
  content: ""; position: absolute; left: -14px; top: 22px; right: 30px; bottom: -14px;
  border: 1.5px solid var(--straw); border-radius: 20px; z-index: 0;
}
.hv-portrait .slotwrap { position: relative; z-index: 1; width: 100%; height: 100%; }
.hv-cap {
  position: absolute; left: 18px; bottom: 18px; z-index: 2;
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--cream); border: 1px solid var(--border); border-radius: 40px;
  padding: 9px 16px 9px 12px;
}
.hv-cap .av { width: 9px; height: 9px; border-radius: 50%; background: var(--straw); }
.hv-cap b { font-size: 14px; color: var(--ink); font-weight: 600; }
.hv-cap span { font-size: 13px; color: var(--stone); }

/* =========================================================
   VARIANT B — the product is the film
   ========================================================= */
.hv-b-left {
  flex: 1 1 41%; display: flex; flex-direction: column; justify-content: center;
  padding: 0 30px 0 56px;
}
.hv-b-left .hv-h1 { font-size: 56px; }
.hv-b-left .hv-sub { margin: 26px 0 0; max-width: 40ch; font-size: 18px; }
.hv-b-left .hv-cta { margin-top: 36px; }

.hv-b-right { flex: 1 1 59%; position: relative; overflow: hidden; }
.hv-stage { position: absolute; inset: 0; }
/* faint grid backdrop, brand style */
.hv-stage::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 46px 46px; opacity: .55;
  mask-image: radial-gradient(120% 100% at 60% 45%, #000 30%, transparent 80%);
}

/* step indicator */
.hv-step { position: absolute; top: 30px; left: 8px; z-index: 8; display: flex; align-items: center; gap: 12px; }
.hv-step .num { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--stone); }
.hv-step .num b { color: var(--straw-deep); }
.hv-step .track { width: 54px; height: 2px; background: var(--border); position: relative; overflow: hidden; border-radius: 2px; }
.hv-step .track i { position: absolute; inset: 0; background: var(--straw); transform-origin: left; transform: scaleX(var(--p, 0)); transition: transform .4s linear; }

/* phone */
.hv-phone {
  position: absolute; z-index: 4; left: 40px; bottom: -26px; width: 270px; height: 540px;
  background: var(--ink); border-radius: 38px; padding: 11px;
  box-shadow: 0 40px 90px -30px rgba(26,24,20,.5), 0 0 0 1px rgba(26,24,20,.06);
  transition: transform .7s cubic-bezier(.5,0,.2,1), filter .7s ease, opacity .7s ease;
}
.hv-phone .screen { width: 100%; height: 100%; background: var(--cream); border-radius: 28px; overflow: hidden; position: relative; display: flex; flex-direction: column; }
.hv-phscr-top { display: flex; align-items: center; gap: 8px; padding: 16px 16px 12px; border-bottom: 1px solid var(--border); }
.hv-phscr-top .mk { width: 18px; height: 20px; }
.hv-phscr-top .nm { font-size: 13.5px; font-weight: 600; color: var(--ink); }
.hv-phscr-top .st { margin-left: auto; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; color: var(--straw-deep); display: inline-flex; align-items: center; gap: 5px; }
.hv-phscr-top .st .d { width: 6px; height: 6px; border-radius: 50%; background: var(--straw); }
.hv-chat { flex: 1; padding: 14px 14px 16px; display: flex; flex-direction: column; gap: 9px; overflow: hidden; }
.hv-bub { max-width: 82%; padding: 10px 13px; font-size: 12.5px; line-height: 1.4; border-radius: 15px; opacity: 0; transform: translateY(8px); transition: opacity .45s ease, transform .45s cubic-bezier(.2,.7,.2,1); }
.hv-bub.show { opacity: 1; transform: none; }
.hv-bub.ai { align-self: flex-start; background: var(--soft); color: var(--ink); border-bottom-left-radius: 5px; }
.hv-bub.me { align-self: flex-end; background: var(--straw); color: var(--cream); border-bottom-right-radius: 5px; }
.hv-typing { align-self: flex-start; display: inline-flex; gap: 4px; padding: 11px 14px; background: var(--soft); border-radius: 15px; border-bottom-left-radius: 5px; opacity: 0; transition: opacity .3s ease; }
.hv-typing.show { opacity: 1; }
.hv-typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--stone); animation: hvDot 1.2s infinite ease-in-out; }
.hv-typing i:nth-child(2) { animation-delay: .18s; }
.hv-typing i:nth-child(3) { animation-delay: .36s; }
@keyframes hvDot { 0%,60%,100% { transform: translateY(0); opacity: .4; } 30% { transform: translateY(-4px); opacity: 1; } }
.hv-phbar { padding: 10px 14px 16px; }
.hv-phbar .box { display: flex; align-items: center; gap: 8px; border: 1px solid var(--border); border-radius: 22px; padding: 9px 9px 9px 14px; color: var(--stone); font-size: 12px; }
.hv-phbar .box .send { margin-left: auto; width: 26px; height: 26px; border-radius: 50%; background: var(--ink); color: var(--cream); display: grid; place-items: center; font-size: 12px; }

/* dashboard */
.hv-dash {
  position: absolute; z-index: 3; right: 34px; top: 92px; width: 460px;
  background: var(--cream); border: 1px solid var(--border); border-radius: 16px;
  box-shadow: 0 40px 90px -40px rgba(26,24,20,.45); overflow: hidden;
  transition: transform .7s cubic-bezier(.5,0,.2,1), filter .7s ease, opacity .7s ease;
}
.hv-dash-top { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid var(--border); }
.hv-dash-top .t { font-size: 15px; font-weight: 600; color: var(--ink); }
.hv-dash-top .c { font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--stone); }
.hv-rows { padding: 8px; display: flex; flex-direction: column; gap: 6px; }
.hv-row { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 10px; opacity: 0; transform: translateY(8px); transition: opacity .45s ease, transform .45s cubic-bezier(.2,.7,.2,1), background .3s ease; }
.hv-row.show { opacity: 1; transform: none; }
.hv-row .who { display: flex; align-items: center; gap: 11px; flex: 1; min-width: 0; }
.hv-row .mono-i { width: 30px; height: 30px; border-radius: 50%; background: var(--soft); border: 1px solid var(--border); flex: none; display: grid; place-items: center; font-size: 12px; font-weight: 600; color: var(--graphite); }
.hv-row .nm { font-size: 14px; font-weight: 600; color: var(--ink); }
.hv-row .ro { font-size: 12px; color: var(--stone); }
.hv-pill { font-family: var(--mono); font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; padding: 4px 9px; border-radius: 30px; flex: none; }
.hv-pill.high { background: rgba(31,138,91,.12); color: #1F8A5B; }
.hv-pill.med { background: rgba(184,138,55,.14); color: #9A7320; }
.hv-pill.low { background: var(--soft); color: var(--stone); }

/* expanded candidate card */
.hv-row.lead { flex-direction: column; align-items: stretch; gap: 0; background: var(--soft); border: 1px solid var(--border); padding: 0; overflow: hidden; }
.hv-row.lead .head { display: flex; align-items: center; gap: 12px; padding: 13px 14px; }
.hv-row.lead .head .who { flex: 1; }
.hv-detail { max-height: 0; opacity: 0; overflow: hidden; transition: max-height .6s cubic-bezier(.2,.7,.2,1), opacity .4s ease; padding: 0 14px; }
.hv-row.lead.open .hv-detail { max-height: 260px; opacity: 1; padding: 0 14px 14px; }
.hv-det-row { margin-top: 12px; }
.hv-det-row .lbl { font-family: var(--mono); font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--stone); margin-bottom: 6px; }
.hv-det-row .txt { font-size: 12.5px; line-height: 1.5; color: var(--graphite); }
.hv-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.hv-chips span { font-size: 11.5px; padding: 4px 10px; border-radius: 30px; background: var(--cream); border: 1px solid var(--border); color: var(--ink); }
.hv-fq { display: flex; gap: 8px; align-items: flex-start; font-size: 12.5px; line-height: 1.45; color: var(--ink); background: var(--cream); border: 1px solid var(--border); border-radius: 10px; padding: 9px 11px; }
.hv-fq .q { color: var(--straw); font-weight: 700; flex: none; }

/* phase emphasis */
.hv-stage[data-phase="0"] .hv-phone { transform: translateX(0) scale(1); filter: none; opacity: 1; }
.hv-stage[data-phase="0"] .hv-dash  { transform: translateX(18px) scale(.97); filter: saturate(.6) brightness(.99); opacity: .55; }
.hv-stage[data-phase="1"] .hv-phone { transform: translateX(-26px) scale(.95); filter: saturate(.7) brightness(.99); opacity: .62; }
.hv-stage[data-phase="1"] .hv-dash  { transform: translateX(0) scale(1.02); filter: none; opacity: 1; }

@media (prefers-reduced-motion: reduce) {
  .hv-bub, .hv-row, .hv-typing { transition: none; }
}

/* =========================================================
   VARIANT C — bold / orange-forward (the intro's energy)
   Strawberry owns the frame, cream type, real founder photo
   in a floating panel, playful product-insight chips + scan.
   ========================================================= */
.hv-c { background: var(--straw); color: var(--cream); }
/* subtle high-tech grid baked into the orange */
.hv-c::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: linear-gradient(rgba(250,247,242,.10) 1px, transparent 1px), linear-gradient(90deg, rgba(250,247,242,.10) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(130% 110% at 30% 40%, #000 30%, transparent 78%);
}
.hv-c .hv-nav { border-bottom-color: rgba(250,247,242,.16); position: relative; z-index: 6; }
.hv-c .hv-brand { color: var(--cream); }
.hv-c .hv-brand svg rect:first-child { fill: transparent; }   /* drop the red tile, glyph floats */
.hv-c .hv-navmid a { color: rgba(250,247,242,.82); }
.hv-c .hv-login { color: rgba(250,247,242,.6); }
.hv-c .hv-nav .btn { --bg: var(--cream); --fg: var(--ink); }
.hv-c .hv-nav .btn:hover { --bg: #fff; }

.hv-c .hv-body { position: relative; z-index: 2; }
.hv-c-left {
  flex: 1 1 47%; display: flex; flex-direction: column; justify-content: center;
  padding: 0 36px 0 56px;
}
.hv-c .hv-eyebrow { color: rgba(250,247,242,.88); }
.hv-c .hv-eyebrow .tick { background: var(--cream); }
.hv-c-left .hv-h1 { font-size: 72px; font-weight: 700; line-height: .98; letter-spacing: -.045em; color: var(--cream); }
.hv-c-left .hv-h1 .uline { position: relative; white-space: nowrap; }
.hv-c-left .hv-h1 .uline::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .04em; height: 5px; border-radius: 5px;
  background: var(--cream); transform: scaleX(0); transform-origin: left;
  animation: hvDraw .7s cubic-bezier(.6,0,.2,1) 1s forwards;
}
@keyframes hvDraw { to { transform: scaleX(1); } }
.hv-c-left .hv-sub { margin: 28px 0 0; max-width: 40ch; color: rgba(250,247,242,.82); }
.hv-c-left .hv-cta { margin-top: 40px; }
.hv-c-left .hv-cta .btn { --bg: var(--cream); --fg: var(--ink); }
.hv-c-left .hv-cta .btn:hover { --bg: #fff; transform: translateY(-2px); }
.hv-c-left .hv-link { color: var(--cream); }
.hv-c-left .hv-link .pl { background: var(--cream); color: var(--straw); }

.hv-c-right { flex: 1 1 53%; position: relative; padding: 26px 56px 40px 12px; display: flex; }
.hv-photo {
  position: relative; width: 100%; height: 100%; border-radius: 22px; overflow: hidden;
  border: 1.5px solid rgba(250,247,242,.5);
  box-shadow: 0 40px 90px -34px rgba(26,24,20,.5);
  background: var(--soft);
  animation: hvRise .9s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes hvRise { from { opacity: 0; transform: translateY(26px) scale(.985); } }
.hv-photo image-slot, .hv-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 28%; }

/* a slow scan sweep — Aleida "reading" the person */
.hv-photo .scan {
  position: absolute; left: 0; right: 0; top: 0; height: 120px; z-index: 3; pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(250,247,242,.16) 60%, rgba(250,247,242,.42));
  border-bottom: 1.5px solid rgba(250,247,242,.6);
  animation: hvScan 4.2s cubic-bezier(.5,0,.5,1) infinite;
}
@keyframes hvScan { 0% { transform: translateY(-130px); opacity: 0; } 12% { opacity: 1; } 80% { opacity: 1; } 100% { transform: translateY(640px); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .hv-photo .scan { display: none; } }

/* read-state tag, top-left of photo */
.hv-rtag {
  position: absolute; top: 16px; left: 16px; z-index: 4;
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(26,24,20,.62); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  padding: 7px 13px 7px 11px; border-radius: 30px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--cream);
}
.hv-rtag .d { width: 7px; height: 7px; border-radius: 50%; background: var(--straw); box-shadow: 0 0 0 0 rgba(225,75,71,.7); animation: hvPing 1.8s ease-out infinite; }
@keyframes hvPing { 0% { box-shadow: 0 0 0 0 rgba(250,247,242,.6); } 100% { box-shadow: 0 0 0 9px rgba(250,247,242,0); } }

/* playful product-insight chips, bottom of photo */
.hv-chips-float { position: absolute; left: 16px; right: 16px; bottom: 16px; z-index: 4; display: flex; flex-wrap: wrap; gap: 8px; align-items: flex-end; }
.hv-cchip {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--cream); color: var(--ink);
  padding: 8px 13px; border-radius: 30px; font-size: 13px; font-weight: 500;
  box-shadow: 0 10px 24px -12px rgba(26,24,20,.5);
  opacity: 0; transform: translateY(10px) scale(.96);
  animation: hvChip .55s cubic-bezier(.2,.8,.2,1) forwards;
}
.hv-cchip .s { width: 7px; height: 7px; border-radius: 50%; background: var(--straw); }
.hv-cchip:nth-child(1) { animation-delay: 1.5s; }
.hv-cchip:nth-child(2) { animation-delay: 1.72s; }
.hv-cchip:nth-child(3) { animation-delay: 1.94s; }
.hv-cchip.ghost { background: rgba(250,247,242,.16); color: var(--cream); box-shadow: none; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
@keyframes hvChip { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .hv-cchip { opacity: 1; transform: none; animation: none; } .hv-c-left .hv-h1 .uline::after { animation: none; transform: scaleX(1); } .hv-photo { animation: none; } }

/* =========================================================
   VARIANT D — full-bleed people (Yango energy), orange-washed
   Big photo, floating pill nav, giant headline, strawberry scrim.
   ========================================================= */
.hv-d { position: relative; background: var(--soft); overflow: hidden; }
/* faint brand grid behind everything */
.hv-d::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: linear-gradient(rgba(26,24,20,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(26,24,20,.05) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(120% 100% at 28% 42%, #000 20%, transparent 78%);
  mask-image: radial-gradient(120% 100% at 28% 42%, #000 20%, transparent 78%);
}

/* layout: text left, framed portrait right */
.hv-d-grid {
  position: relative; z-index: 2; height: 100%;
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1.04fr .96fr; align-items: center;
  gap: clamp(28px, 4vw, 72px);
  padding: calc(var(--nav-h) + 24px) clamp(24px, 5vw, 80px) clamp(36px, 5vw, 64px);
}

/* pill nav — light skin on cream */
.hv-d-nav { position: absolute; top: 22px; left: 0; right: 0; z-index: 5; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 80px); gap: 16px; }
.hv-d-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-family: var(--disp); font-weight: 800; font-size: 21px; letter-spacing: .01em; text-transform: uppercase; }
.hv-d-brand svg { width: 26px; height: 29px; }
.hv-d-pill {
  display: inline-flex; align-items: center; gap: 4px;
  background: rgba(255,255,255,.55); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border); border-radius: 40px; padding: 7px 8px;
}
.hv-d-pill a { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--graphite); padding: 8px 14px; border-radius: 30px; transition: background .2s ease, color .2s ease; white-space: nowrap; }
.hv-d-pill a:hover { background: var(--soft); color: var(--ink); }
.hv-d-right { display: inline-flex; align-items: center; gap: 10px; }
.hv-d-eng { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.55); border: 1px solid var(--border); border-radius: 40px; padding: 9px 15px; color: var(--stone); font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.hv-d-book { background: var(--straw); color: var(--cream); border: none; border-radius: 40px; padding: 11px 20px; font-family: var(--sans); font-weight: 600; font-size: 14px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: transform .2s ease, background .2s ease; white-space: nowrap; }
.hv-d-book:hover { transform: translateY(-2px); background: var(--straw-deep); }

/* text column */
.hv-d-eyebrow { display: inline-flex; align-items: center; gap: 11px; color: var(--straw-deep); font-family: var(--mono); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 24px; white-space: nowrap; }
.hv-d-eyebrow .tick { width: 24px; height: 1px; background: var(--straw); }
.hv-d-h1 {
  margin: 0; color: var(--ink); font-family: var(--disp); font-weight: 600; text-transform: none;
  font-size: clamp(34px, 4.4vw, 62px); line-height: 1.04; letter-spacing: -.032em; text-wrap: balance;
}
.hv-d-h1 .em { color: var(--straw); }

/* framed portrait */
.hv-d-shot { position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 4/4.5; outline: 6px solid var(--straw); box-shadow: 0 44px 96px -46px rgba(26,24,20,.6); }
.hv-d-shot img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; }
.hv-d-cap { position: absolute; left: 16px; bottom: 16px; background: rgba(250,247,242,.92); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); border-radius: 30px; padding: 8px 14px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); }
@media (max-width: 820px) {
  .hv-d-grid { grid-template-columns: 1fr; }
  .hv-d-shot { display: none; }
}

/* entrance: headline rises, nav + photo fade in */
.hv-d-h1 .ln { display: block; overflow: hidden; padding: .12em .04em .16em; margin: -.12em -.04em -.16em; }
.hv-d-h1 .ln > span { display: inline-block; transform: translateY(125%); animation: hvUp .85s cubic-bezier(.2,.8,.2,1) both; }
.hv-d-h1 .ln:nth-child(1) > span { animation-delay: .18s; }
.hv-d-h1 .ln:nth-child(2) > span { animation-delay: .29s; }
.hv-d-h1 .ln:nth-child(3) > span { animation-delay: .40s; }
@keyframes hvUp { to { transform: none; } }
.hv-d-nav, .hv-d-eyebrow { animation: hvFade .8s ease .5s both; }
@keyframes hvFade { from { opacity: 0; transform: translateY(-6px); } }
.hv-d-shot { animation: hvShot .95s cubic-bezier(.2,.8,.2,1) .42s both; }
@keyframes hvShot { from { opacity: 0; transform: translateY(24px) scale(.97); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .hv-d-h1 .ln > span, .hv-d-nav, .hv-d-eyebrow, .hv-d-shot { animation: none; transform: none; opacity: 1; }
}