/* hv-layout.css
   hillmanv.com — black header, paper, tangerine pop.
   Unbounded (display) + Space Grotesk (body).
   Paper #FAFAFA, ink #111, tangerine #FF6B2C, black header.
   Linked last in <head>. Visual only — no copy changes. */

@font-face{font-family:"Unbounded";src:url(/fonts/unbounded-vf.woff2) format("woff2");font-weight:400 700;font-style:normal;font-display:swap}
@font-face{font-family:"Space Grotesk";src:url(/fonts/space-grotesk-vf.woff2) format("woff2");font-weight:400 700;font-style:normal;font-display:swap}

html { overflow-x: hidden; }

:root {
  --bg: #FAFAFA;
  --surface: #ffffff;
  --cream: #FAFAFA;
  --paper: #FAFAFA;
  --paper-soft: #F5F5F5;
  --ink: #111111;
  --ink-2: #333333;
  --ink-mid: #333333;
  --ink-quiet: #525252;
  --tangerine: #FF6B2C;
  --tangerine-deep: #E85A1A;
  --accent: #FF6B2C;
  --line: #E5E5E5;
  --hair: #EEEEEE;
  --hairline: #E5E5E5;
  --rule: #FF6B2C;
  --rule-soft: #E5E5E5;
  --bg-elev: #FFFFFF;
  --line-strong: #8a8f93;
  --display: "Unbounded", "Segoe UI", system-ui, sans-serif;
  --serif: "Unbounded", "Segoe UI", system-ui, sans-serif;
  --sans: "Space Grotesk", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  /* leftover token aliases — do not use forest / museum gold / copper */
  --navy: #111111;
  --deep: #000000;
  --deep-2: #111111;
  --gold: #FF6B2C !important;
  --gold-ink: #111111 !important;
  --gold-text: #111111 !important;
  --gold-dk: #C2410C !important;
  --gold-dk-ink: #111111 !important;
  --forest: #FF6B2C;
  --forest-d: #E85A1A;
  --copper: #FF6B2C;
  --copper-d: #E85A1A;
  --accent-warm: #FF6B2C !important;
  --accent-warm-ink: #111111 !important;
  --accent-warm-deep: #E85A1A !important;
}

body {
  font-size: 16.5px;
  line-height: 1.6;
  color: #111111;
  background: #FAFAFA;
  font-family: var(--sans) !important;
  letter-spacing: 0;
}

img, svg { max-width: 100%; height: auto; }

/* Wordmark — tighter */
.brand,
.nav .brand,
.nav-name,
.bigfoot .brand {
  display: inline-flex !important;
  align-items: center;
  gap: 0.4rem;
  color: #FFFFFF !important;
  font-family: var(--display) !important;
  font-weight: 500;
  letter-spacing: -0.045em;
  text-decoration: none;
}
.brand-name {
  letter-spacing: -0.045em;
  font-weight: 500;
  line-height: 1;
}
.brand-mark,
.brand img,
.nav .brand img,
img[src*="logo-mark"] {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px;
  margin: 0 !important;
  object-fit: contain;
  border-radius: 2px;
  display: block;
}
.hvmark {
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #000000, #FF6B2C) !important;
  border-radius: 2px;
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: -0.06em;
  margin-right: 0;
}

.chip { width: 44px; height: 44px; min-width: 44px; min-height: 44px; }
.chip svg { width: 18px; height: 18px; display: block; }

.btn {
  font-size: 14.5px;
  padding: 13px 24px;
  border-radius: 2px !important;
  font-family: var(--sans);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.btn-pri, a.btn-pri, button.send, #inquire button.send {
  background: #FF6B2C !important;
  color: #111111 !important;
  border-color: #FF6B2C !important;
}
.btn-pri:hover, a.btn-pri:hover, button.send:hover {
  background: #E85A1A !important;
  color: #111111 !important;
}
.btn-sec { color: #111111; }
.nav-cta {
  font-size: 13px;
  border-radius: 2px !important;
  border-color: #FF6B2C !important;
  color: #FFFFFF !important;
  font-family: var(--sans);
}
.nav-cta:hover {
  color: #FFFFFF !important;
  border-color: #FF8F5C !important;
}

h1, h2, h3, h4, h5, h6,
h1[style], h2[style], h3[style],
.nav-name {
  color: #111111;
  font-family: var(--display) !important;
}
h1 {
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  letter-spacing: -0.03em;
}
h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.022em;
}
h3 { font-size: 1.2rem; font-weight: 500; }
h1 em, h2 em, h3 em, .hero h1 em, em, i {
  font-family: var(--display);
  font-style: italic;
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
}

.kick, .hero .eyebrow, .lb-kicker, .lbl-eyebrow, .lbl-badge--accent {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #111111 !important;
  letter-spacing: 0.2em;
  font-family: var(--sans);
  font-weight: 500;
}

.hero .in, .lettercta, #social-cluster-bar { text-align: center; }
section .wrap > .kick,
section .wrap > h2,
section .wrap > p.lede {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
section .wrap > h2 { max-width: 22ch; }
section .wrap > p.lede,
p.lede, .lede { max-width: 65ch; }
section { padding-block: clamp(3rem, 7vw, 6rem); }

.nav {
  background: #000000 !important;
  border-bottom: 1px solid #1A1A1A !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.nav .brand,
.nav .brand span,
.brand { color: #FFFFFF !important; }
.nav-name, .nav-name em { color: #FFFFFF !important; border: 0; }
.nav-links a {
  color: #E8E8E8 !important;
  font-family: var(--sans);
  font-weight: 450;
  letter-spacing: 0.03em;
  text-decoration: none;
}
.nav-links a:hover { color: #FF6B2C !important; }

.hero {
  position: relative;
  color: #111111;
  background:
    linear-gradient(#000000 0 7px, transparent 7px),
    #FAFAFA;
  padding: 112px 40px 88px;
}
.hero::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #FF6B2C;
  opacity: 1;
}
.hero .eyebrow { color: #111111; }
.hero h1 { color: #111111; }
.hero h1 em { color: #111111; font-style: italic; font-weight: 400; }
.hero p { color: #333333; font-family: var(--sans); }

.heroart {
  border-radius: 0;
  border-color: #E5E5E5;
}
.heroart .bar {
  border-bottom: 1px solid #FF6B2C;
  letter-spacing: 0.18em;
  font-family: var(--sans);
  background: #FF6B2C;
}

/* Sharp paper mat. object-fit contain. */
.hero-portrait,
.speaking-portrait,
.principal-photos figure {
  --portrait-cream: #FAFAFA;
  --portrait-navy: #000000;
  --portrait-gold: #FF6B2C;
  box-sizing: border-box;
  max-width: 280px;
  width: min(76vw, 280px);
  margin: 1.85rem auto 0.25rem;
  padding: 8px 8px 14px;
  background: var(--portrait-cream);
  border: 1px solid var(--portrait-navy);
  box-shadow:
    0 0 0 4px var(--portrait-cream),
    0 0 0 5px var(--portrait-gold),
    0 14px 32px rgba(0, 0, 0, 0.16);
  border-radius: 0;
}
.hero-portrait::before,
.speaking-portrait::before,
.principal-photos figure::before,
.hero-portrait::after,
.speaking-portrait::after,
.principal-photos figure::after {
  content: none !important;
  display: none !important;
}
.hero-portrait picture,
.speaking-portrait picture,
.principal-photos figure picture,
.hero-portrait img,
.speaking-portrait img,
.principal-photos img {
  display: block !important;
  width: 100% !important;
  max-width: 264px !important;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center top !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 0;
  border: 1px solid rgba(17, 17, 17, 0.4);
  box-shadow: none;
  filter: none;
  background: #F5F5F5;
}
.hero-portrait figcaption,
.speaking-portrait figcaption,
.principal-photos figcaption {
  text-align: center;
  margin-top: 0.75rem;
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #333333;
}

.principal-photos {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  align-items: flex-start;
}
.principal-photos figure { margin: 0; }

.ah-infographic { margin: 36px auto; max-width: 520px; text-align: center; }
.ah-infographic img {
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.c { border-top: 1px solid #FF6B2C; }
.c .num { color: #111111; font-family: var(--display); }
.heroart .m .n { color: #111111; font-family: var(--display); }
.statband, .feature .panel, .bigfoot, .fnet {
  background: #000000;
  color: #FFFFFF;
}
.port .v:hover .nm { color: #FF6B2C; }
.statband .n { font-family: var(--display); }
.faq summary { font-family: var(--display) !important; }

a { color: #111111; }
p a, li a, dd a {
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.nav-links a, .brand, .btn, a.btn, .nav-cta, .nav-name { text-decoration: none; }

[style*="border-left:3px solid #A98B3E"],
[style*="border-left:3px solid #C9A227"] {
  border-left-color: #FF6B2C !important;
}

figcaption { text-align: center; }
a:focus-visible { outline-color: #FF6B2C; }

/* Tools restore. Visibility + 44px tap only. */
.skip-to-content:focus,
.skip-to-content:focus-visible,
a.skip-to-content:focus,
.skip:focus,
.skip:focus-visible,
.skip-link:focus,
.skip-link:focus-visible,
a.skip-link:focus {
  position: fixed !important;
  left: 12px !important;
  top: 12px !important;
  width: auto !important;
  height: auto !important;
  min-width: 44px;
  min-height: 44px;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  display: inline-flex !important;
  align-items: center;
  z-index: 2147483646 !important;
}
.enh-bar, .enh-panel, .enh-lang {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.enh-btn, .enh-toggle, .enh-step, .enh-reset {
  min-width: 44px;
  min-height: 44px;
}
.nav-cta, .btn, a.btn, .btn-pri, a.btn-pri, .btn-sec,
button.send, #inquire button.send, #inquire input, #inquire select,
.dl .btn, .dl a.btn, a[download] {
  min-height: 44px;
}
.index a, nav.az a, nav.index a {
  min-width: 44px;
  min-height: 44px;
  box-sizing: border-box;
}
.cc-search, input.cc-search, input[type="search"] {
  min-height: 44px;
  box-sizing: border-box;
}
#site-search-modal {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.85);
  z-index: 10000;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 6rem 1rem 1rem;
}
#site-search-modal.open { display: flex !important; }
#site-search-modal-inner {
  background: #fff;
  max-width: 720px;
  width: 100%;
  border-radius: 14px;
  padding: 1.5rem;
  max-height: 75vh;
  overflow-y: auto;
}
#site-search-close {
  min-width: 44px;
  min-height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  float: right;
  font-size: 1.4rem;
}
#site-tools-bar {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
#site-tools-bar .stb-btn, .stb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 44px;
  min-height: 44px;
  background: #0A0A0A;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  font-size: 1.1rem;
  position: relative;
}
.stb-btn[data-label]::after {
  content: attr(data-label);
  position: absolute;
  right: 56px;
  white-space: nowrap;
  background: #0A0A0A;
  color: #fff;
  padding: 0.45rem 0.8rem;
  border-radius: 6px;
  font-size: 0.85rem;
  opacity: 0;
  pointer-events: none;
}
.stb-btn:hover::after,
.stb-btn:focus::after { opacity: 0.98; }
#google_translate_widget {
  position: fixed;
  bottom: 1rem;
  right: 5rem;
  z-index: 9998;
  background: #fff;
  padding: 0.4rem 0.6rem;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  display: none;
}
#google_translate_widget.open { display: block !important; }
@media print {
  #site-tools-bar, #site-search-modal, #google_translate_widget,
  .enh-bar, .enh-panel, .enh-lang { display: none !important; }
}

@media (max-width: 820px) {
  .nav-links { justify-content: center; flex-wrap: wrap; }
  .nav-in { justify-content: center; flex-wrap: wrap; }
}

/* Mobile-first ≤640px */
@media (max-width: 640px) {
  html { overflow-x: hidden; }
  body { font-size: 16px; }
  h1, .hero h1 { font-size: 2rem !important; letter-spacing: -0.03em; }
  h2 { font-size: 1.4rem; }
  .wrap, .nav-in {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero {
    padding: 72px 20px 56px;
  }
  .nav-in {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
  }
  .nav-links {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 16px;
  }
  .feature,
  .cards3,
  .statband .row,
  .heroart .body,
  .port,
  .bigfoot .cols,
  .card-grid {
    grid-template-columns: 1fr !important;
  }
  .principal-photos { flex-direction: column; align-items: center; }
  .btn, a.btn, .btn-pri, a.btn-pri, .btn-sec,
  .nav-cta, button.send, #inquire button.send,
  .dl .btn, .dl a.btn {
    width: 100%;
    min-height: 44px;
    justify-content: center;
    box-sizing: border-box;
  }
  .hbtns { flex-direction: column; width: 100%; }
  img { max-width: 100%; height: auto; }
  .brand-mark,
  .brand img,
  .nav .brand img,
  img[src*="logo-mark"] {
    width: 22px !important;
    height: 22px !important;
  }
  .hvmark { width: 22px; height: 22px; }
  .hero-portrait,
  .speaking-portrait,
  .principal-photos figure {
    max-width: 240px;
    width: min(82vw, 240px);
    margin-left: auto;
    margin-right: auto;
  }
  .hero-portrait img,
  .speaking-portrait img,
  .principal-photos img,
  .hero-portrait picture,
  .speaking-portrait picture,
  .principal-photos picture {
    max-width: 224px !important;
  }
}


/* ------------------------------------------------------------------
   2026-08-20 cleanup: type hierarchy, measure, rhythm, modern paper,
   fine print, mobile. Last block so it wins leftover navy/gold/cream.
   ------------------------------------------------------------------ */

@font-face{font-family:"Unbounded";src:url(/fonts/unbounded-vf.woff2) format("woff2");font-weight:400 700;font-style:normal;font-display:swap}
@font-face{font-family:"Space Grotesk";src:url(/fonts/space-grotesk-vf.woff2) format("woff2");font-weight:400 700;font-style:normal;font-display:swap}

html, body {
  background: #FAFAFA !important;
  color: #111111 !important;
  overflow-x: hidden;
}
body {
  font-family: "Space Grotesk", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif !important;
  font-size: 16.5px;
  line-height: 1.6;
  letter-spacing: 0;
}

/* Type hierarchy — Unbounded display, Space Grotesk body */
h1, h2, h3, h4, h5, h6,
.hero h1, .phero h1, .nav-name, .brand, .brand-name,
.section-title, .faq summary, article h2, article h3,
.card h2, .card h3, .statement .big {
  font-family: "Unbounded", "Space Grotesk", system-ui, sans-serif !important;
  color: #111111 !important;
  text-wrap: balance;
}
h1, .hero h1, .phero h1 {
  font-size: clamp(2.1rem, 5.2vw, 3.5rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em;
  font-weight: 500;
  margin: 0 0 0.7em;
}
h2, .section-title, article h2, .card h2 {
  font-size: clamp(1.4rem, 2.8vw, 2rem) !important;
  line-height: 1.22 !important;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin: 1.55em 0 0.5em;
}
h3, article h3, .card h3 {
  font-size: 1.15rem !important;
  line-height: 1.3 !important;
  font-weight: 500;
  margin: 1.2em 0 0.4em;
}
p, li, dd, .lede, .hero p, article p, main p, footer p, .blurb {
  font-family: "Space Grotesk", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif !important;
}

/* Measure + rhythm — no walls of text */
p, .lede, article p, main p, .hero p, dd, blockquote, .disclaimer, .lead {
  max-width: 66ch;
}
p, article p, main p, .lede, .lead, li {
  margin-bottom: 1.1em;
}
p + p, article p + p { margin-top: 0; }
h1 + p, h2 + p, h3 + p, .hero h1 + p { margin-top: 0; }

/* Lists: hanging indent */
ul, ol {
  padding-left: 1.45em;
  margin: 0 0 1.2em;
}
li {
  padding-left: 0.2em;
  margin-bottom: 0.5em;
  max-width: 66ch;
}
li ul, li ol { margin-bottom: 0.3em; }

/* Pull quotes — style existing long blockquotes only */
blockquote {
  max-width: 58ch;
  margin: 1.7em auto;
  padding: 0.15em 0 0.15em 1.15em;
  border-left: 3px solid #FF6B2C;
  font-family: "Unbounded", "Space Grotesk", sans-serif !important;
  font-size: 1.12rem;
  line-height: 1.45;
  color: #111111;
  font-weight: 400;
  background: none !important;
}

/* Modern paper — solid or a whisper of wash. No pinstripe, no cream mud. */
.hero, .phero, header.hero, section.hero {
  background: #FAFAFA !important;
  background-image: none !important;
}
.hero::after { height: 3px; background: #FF6B2C; opacity: 1; }
section.alt, .related, .disclaimer, .card, .cards .card {
  background: #FFFFFF !important;
}
.nav {
  background: #000000 !important;
  border-bottom: 1px solid #1A1A1A !important;
}
.statband, .bigfoot, .fnet {
  background: #000000 !important;
  background-image: none !important;
  color: #FFFFFF;
}

/* Kill leftover museum tokens */
.contact {
  background: #111111 !important;
  background-image: none !important;
  color: #FAFAFA !important;
}

/* Wordmark */
.hvmark {
  width: 24px;
  height: 24px;
  background: #111111 !important;
  background-image: none !important;
  border-bottom: 3px solid #FF6B2C;
  border-radius: 2px;
  color: #fff;
}

.link-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  margin-right: 0.3em;
}

/* Fine print: copyright, legal, tools, disclaimers — 0.6875rem, muted, centered */
footer .base,
footer .base span,
footer [data-legal],
footer [data-legal] p,
footer [data-legal] div,
footer [data-legal] a,
aside[data-trust-layer],
aside[data-trust-layer] p,
aside[data-trust-layer] li,
aside[data-trust-layer] div,
.ah-identity,
.ah-identity a,
#dallas-clock,
footer > p,
footer .legal,
footer .pl,
footer .pl a,
footer .fl,
footer .fl a,
p[data-legal],
[data-legal="links"],
[data-legal="securities"],
[data-legal="investigational"],
[data-legal="edited"] {
  text-align: center !important;
  font-size: 0.6875rem !important;
  line-height: 1.4 !important;
  letter-spacing: 0.01em;
  font-weight: 400;
  max-width: 68ch;
  margin-left: auto !important;
  margin-right: auto !important;
}
footer [data-legal],
footer .base,
aside[data-trust-layer] {
  padding: 1.1rem 20px 1.4rem !important;
}
footer [data-legal],
footer .base,
footer > p,
footer .legal,
footer .pl,
footer .fl,
aside[data-trust-layer],
aside[data-trust-layer] p {
  color: #6B6B6B !important;
}
.bigfoot [data-legal],
.bigfoot [data-legal] p,
.bigfoot [data-legal] div,
.bigfoot .base,
.bigfoot .base span,
.fnet,
.fnet .h,
.fnet a,
.fnet .links {
  color: #A3A3A3 !important;
  text-align: center !important;
  font-size: 0.6875rem !important;
}
.bigfoot [data-legal] a,
.fnet a { color: #D4D4D4 !important; }
footer [data-legal] a,
footer .pl a,
footer .fl a,
aside[data-trust-layer] a,
.ah-identity a {
  color: inherit !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}
/* Keep the main footer columns readable — only the legal strip is 12px */
.bigfoot .cols,
.bigfoot .cols a,
.bigfoot .cols p,
.bigfoot .cols h3,
.footer-inner,
.footer-inner a,
.footer-inner p,
.footer-inner h2,
.footer-inner h3,
.footer-inner h4 {
  font-size: revert;
  max-width: none;
  text-align: initial;
}

/* Tools restore extras */
#cluster-skip-link:focus,
#cluster-skip-link:focus-visible {
  position: fixed !important;
  left: 12px !important;
  top: 12px !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  z-index: 2147483646 !important;
}
#cluster-translate-bar,
.translate-host,
#google_translate_element {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 640px) {
  html, body { overflow-x: hidden; }
  body { font-size: 16px !important; line-height: 1.55; }
  h1, .hero h1, .phero h1 { font-size: 2rem !important; line-height: 1.15 !important; }
  h2 { font-size: 1.35rem !important; }
  .wrap, .nav-in, .hero, .phero, main, footer, .footer-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .hero, .phero { padding-top: 72px !important; }
  .hero .in, .phero .in, .feature, .cards3, .statband .row,
  .heroart .body, .port, .bigfoot .cols, .card-grid, .cards,
  .contact, .statement .row {
    grid-template-columns: 1fr !important;
    display: grid !important;
    gap: 24px !important;
  }
  .nav-in, .nav-links { flex-wrap: wrap !important; }
  .nav-links a { min-height: 44px; display: inline-flex; align-items: center; }
  .btn, a.btn, .btn-pri, .btn-sec, .nav-cta, .cta-btn, a.cta-btn,
  button.send, .hbtns .btn {
    min-height: 44px;
    box-sizing: border-box;
  }
  .hbtns { flex-direction: column; width: 100%; }
  .hbtns .btn, .hero .btn, .btns .btn { width: 100%; justify-content: center; }
  img, video { max-width: 100%; height: auto; }
  .principal-photos { flex-direction: column; align-items: center; }
}

/* ==== 2026-08-20 modern bg + type + fine print ====
   Visual only. Solid paper / light wash. Type hierarchy + 62–68ch measure. Body 16–16.5px / lh 1.55–1.6.
   Fine print 0.6875rem / 1.4 / centered. Linked last so these win. */

:root {
  --paper: #FAFAFA !important;
  --fine: rgba(17, 17, 17, 0.82) !important;
  --measure: 68ch;
}


html, body {
  background-color: #FAFAFA !important;
  background-image: none !important;
}
.nav, .statband, .feature .panel, .bigfoot, .fnet {
  /* black color blocks stay */
}



/* ----- Body rhythm (uniform across home + inner) ----- */
html body {
  font-size: 16.5px !important;
  line-height: 1.58 !important;
}
html body a:not(.btn):not(.cta):not(.cta-btn):not(.nl):not(.nav-links a):not(.brand) {
  font-size: inherit;
}
/* ----- Type hierarchy (home + inner pages share the system) ----- */
h1, .cover-title, .lb-title {
  text-wrap: balance;
  line-height: 1.12;
}
h2, .block h2, .sec-title, .section-title {
  text-wrap: balance;
  line-height: 1.18;
  margin-top: 1.65em;
  margin-bottom: 0.48em;
}
h3 {
  text-wrap: balance;
  line-height: 1.22;
  margin-top: 1.3em;
  margin-bottom: 0.38em;
}
h1 + p, h2 + p, h3 + p,
h1 + .lede, h2 + .lede, h3 + .lede {
  margin-top: 0.2em;
}

/* Inner pages: same faces, calmer scale, not cramped */
body > .wrap > h1,
main > .wrap > h1,
main > h1:first-child,
body > .wrap h1 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.14;
  margin: 0.15em 0 0.4em;
  max-width: 22ch;
}
body > .wrap > h2,
main > .wrap > h2,
body > .wrap h2 {
  font-size: clamp(1.18rem, 2.2vw, 1.5rem);
  margin-top: 1.7em;
  margin-bottom: 0.45em;
}
body > .wrap > h3,
main > .wrap > h3,
body > .wrap h3 {
  font-size: 1.05rem;
  margin-top: 1.3em;
}

body > .wrap {
  max-width: 44rem;
  margin-inline: auto;
  padding: clamp(2.6rem, 5.5vw, 4.8rem) 1.25rem 3rem;
}
main > .wrap {
  padding-block: clamp(0.4rem, 2vw, 1.2rem);
}

/* Body measure ~60–68ch, paragraph air */
main p, article p, .wrap > p, .col-wide p, .col-narrow p,
.block p, .lede, p.lede, p.body, dd {
  max-width: 68ch;
}
main p, article p, .wrap > p, .col-wide p, .col-narrow p,
.block p.body, p.body {
  margin: 0 0 1.08em;
  line-height: 1.6;
}
.sub, p.sub {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0 0 1.35em;
  color: var(--fine);
  max-width: 68ch;
}
a.back {
  display: inline-block;
  margin-bottom: 1.25rem;
  font-size: 0.92rem;
}

/* Lists: hanging indent (outside markers, wrap under text) */
main ul, main ol, article ul, article ol, .wrap ul, .wrap ol,
.col-wide ul, .col-narrow ul {
  max-width: 68ch;
  padding-left: 1.5em;
  margin: 0 0 1.2em;
  line-height: 1.6;
  list-style-position: outside;
}
main li + li, article li + li, .wrap li + li {
  margin-top: 0.4em;
}
main li, article li, .wrap li {
  padding-left: 0.25em;
  text-indent: 0;
}

/* ----- Mobile stacks ----- */
@media (max-width: 640px) {
  html, body { overflow-x: hidden; }
  body { font-size: 16px !important; line-height: 1.55 !important; }
  h1, .hero h1, .cover-title, .lb-title, .phero h1, .hero-split h1 {
    font-size: 2rem !important;
    line-height: 1.15 !important;
    max-width: 100%;
  }

  .grid, .grid2, .cards3, .feature, .cols, .stats .row,
  .hero .in, .statement .row, .cover-grid, .port, .card-grid,
  .princ, .impact .row, .contact, .bigfoot .cols,
  .heroart .body, .statband .row {
    grid-template-columns: 1fr !important;
  }
  body > .wrap, main .wrap, .nav-in, footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .btnrow, .hero .btns, .hbtns, .cta {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}

/* ----- Fine print: small, uniform, centered ----- */
/* Simple footers (copyright / legal / network strip) */
html body footer:not(.bigfoot):not(:has(.footer-inner)),
html body footer.fine:not(:has(.footer-inner)),
html body .fine {
  font-size: 0.6875rem !important;
  line-height: 1.4 !important;
  text-align: center !important;
  color: var(--fine) !important;
  padding: 1.25rem 1.25rem 2rem !important;
  max-width: 42rem;
  margin-inline: auto;
  letter-spacing: 0.01em;
}
html body footer:not(.bigfoot):not(:has(.footer-inner)) .wrap,
html body footer.fine:not(:has(.footer-inner)) .wrap {
  max-width: 42rem;
  margin-inline: auto;
  text-align: center !important;
}

/* Legal bits everywhere — including designed footers */
html body footer .legal,
html body footer p.legal,
html body footer .disclaimer,
html body footer .footer-bottom,
html body footer .footer-bottom div,
html body footer .ah-identity,
html body footer .ah-identity a,
html body footer .base,
html body footer .base span,
html body footer p.fine,
html body .legal,
html body p.legal,
html body .ah-identity,
html body [data-legal],
html body [data-legal] p,
html body [data-legal] div,
html body [data-legal] span,
html body [data-legal-band],
html body footer:not(:has(.footer-inner)):not(.bigfoot) p,
html body footer:not(:has(.footer-inner)):not(.bigfoot) li,
html body footer:not(:has(.footer-inner)):not(.bigfoot) small,
html body footer:not(:has(.footer-inner)):not(.bigfoot) .note,
html body footer:not(:has(.footer-inner)):not(.bigfoot) .fnet-h,
html body footer:not(:has(.footer-inner)):not(.bigfoot) .fl,
html body footer:not(:has(.footer-inner)):not(.bigfoot) .pl,
html body footer:not(:has(.footer-inner)):not(.bigfoot) .netf,
html body footer:not(:has(.footer-inner)):not(.bigfoot) span,
html body footer:not(:has(.footer-inner)):not(.bigfoot) a {
  font-size: 0.6875rem !important;
  line-height: 1.4 !important;
  text-align: center !important;
  color: var(--fine) !important;
}
html body [data-legal],
html body [data-legal-band],
html body .ah-identity,
html body .legal,
html body footer .disclaimer,
html body footer .footer-bottom,
html body footer .base {
  max-width: 42rem;
  margin-inline: auto;
}
html body footer .disclaimer,
html body footer .footer-bottom,
html body [data-legal] {
  padding: 1.25rem 1.25rem 2rem !important;
}

html body footer:not(:has(.footer-inner)):not(.bigfoot) a,
html body footer.fine:not(:has(.footer-inner)) a,
html body .fine a,
html body footer .legal a,
html body footer .pl a,
html body footer .fl a,
html body footer .ah-identity a,
html body footer .netf a,
html body footer .disclaimer a,
html body footer .footer-bottom a,
html body .legal a,
html body .ah-identity a,
html body [data-legal] a,
html body [data-legal] a[style],
html body .pl a {
  font-size: 0.6875rem !important;
  line-height: 1.4 !important;
  color: var(--fine) !important;
  text-decoration: underline !important;
  text-decoration-style: dotted !important;
  text-underline-offset: 2px;
  font-weight: 400 !important;
}

/* Designed footers keep brand / columns; legal strip only shrinks */
html body footer:has(.footer-inner),
html body footer.bigfoot {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
html body footer:has(.footer-inner) .footer-inner,
html body footer:has(.footer-inner) .footer-inner a,
html body footer:has(.footer-inner) .footer-h,
html body footer:has(.footer-inner) .brand-mark,
html body footer.bigfoot .cols,
html body footer.bigfoot .cols a,
html body footer.bigfoot .blurb,
html body footer.bigfoot h3 {
  font-size: revert;
  line-height: revert;
  text-align: revert;
  color: revert;
  max-width: none;
}

html body footer.bigfoot .base,
html body footer.bigfoot .base span,
html body footer.bigfoot [data-legal],
html body footer.bigfoot [data-legal] p,
html body footer.bigfoot [data-legal] div,
html body footer.bigfoot [data-legal] span,
html body footer.bigfoot [data-legal] a {
  font-size: 0.6875rem !important;
  line-height: 1.4 !important;
  text-align: center !important;
  color: var(--fine-on-dark, rgba(255,255,255,0.62)) !important;
}
html body footer.bigfoot [data-legal],
html body footer.bigfoot .base {
  max-width: 42rem;
  margin-inline: auto;
  padding: 1.25rem 1.25rem 1.5rem !important;
}
html body footer.bigfoot [data-legal] a {
  text-decoration: underline !important;
  text-decoration-style: dotted !important;
  text-underline-offset: 2px;
}

html body footer:not(.bigfoot):not(:has(.footer-inner)) .fl,
html body footer:not(.bigfoot):not(:has(.footer-inner)) .pl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.85rem;
  max-width: 42rem;
  margin-inline: auto;
}

/* Custom extra — tangerine / black thesis rule (HV already has footer HV mark) */
.kick::after, .hv-extra-rule{
  content:"";display:block;width:64px;height:3px;margin:12px 0 0;
  background:#FF6B2C;border-radius:1px;
  box-shadow:0 5px 0 0 #111111, 0 8px 0 0 #FF6B2C;
}


/* Past companies logo strip — tangerine on black, not footer fine print */
.hv-past-logos {
  background: #000000 !important;
  color: #FAFAFA !important;
  padding: 64px 0 56px;
  margin: 0;
}
.hv-past-logos .wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 600px) {
  .hv-past-logos .wrap { padding: 0 24px; }
}
.hv-past-logos .kick {
  color: #FF6B2C !important;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  font-family: "Space Grotesk", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif !important;
}
.hv-past-logos h2,
.hv-past-logos h2 em,
html body .hv-past-logos h2 {
  color: #FFFFFF !important;
  text-align: left !important;
  margin: 0.35em 0 0.5em !important;
  max-width: 22ch;
}
.hv-past-logos .lede,
.hv-past-logos p {
  color: #F2F2F2 !important;
  max-width: 62ch;
  margin: 0 0 1.4em;
  font-size: 16.5px;
  line-height: 1.6;
}
.hv-past-logos a {
  color: #FF6B2C !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hv-past-logos a:hover { color: #FF8F5C !important; }
.hv-past-logos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  margin-top: 8px;
}
.hv-past-logos-wide {
  grid-column: 1 / -1;
}
.hv-past-logos-grid-2 {
  grid-template-columns: 1fr 1fr;
  max-width: 720px;
}
@media (max-width: 900px) {
  .hv-past-logos-grid,
  .hv-past-logos-grid-2 { grid-template-columns: 1fr; }
}
.hv-past-logos figure {
  margin: 0;
  background: #FFFFFF;
  border: 1px solid #2A2A2A;
  border-top: 3px solid #FF6B2C;
  border-radius: 2px;
  padding: 22px 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 100%;
}
html body .hv-past-logos img,
html body .hv-past-logos img[src*="-logo."],
html body .hv-past-logos img[src*="-logos."] {
  max-width: 100% !important;
  max-height: 168px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto 14px !important;
  display: block;
  background: #FFFFFF;
  border-radius: 0;
}
html body .hv-past-logos .hv-past-logos-wide img {
  max-height: 240px !important;
  width: 100% !important;
}
.hv-past-logos figcaption {
  color: #111111 !important;
  font-family: "Space Grotesk", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  text-align: center;
  max-width: 42ch;
  margin: 0 auto;
  font-weight: 500;
}

/* === polish-2026-08: $100k type / 8px grid / photo align / no year-title overlap === */
:root { --space: 8px; --measure: 65ch; }
html, body { overflow-x: clip; }
img, svg, video { max-width: 100%; height: auto; }
main img, article img, .wrap img, .studies-wrap img, figure img, .hero img, .hs-photo img {
  display: block;
}
img.link-icon, .brand img, nav img, .nav img { display: inline-block; }
main p, article p, .wrap > p, .studies-wrap p, .lede, p.lede, .body {
  max-width: var(--measure);
  overflow-wrap: break-word;
}
h1, h2, h3, h4 { text-wrap: balance; overflow-wrap: anywhere; }
h1 { margin-block: 0 24px; }
h2 { margin-block: 32px 16px; }
h3 { margin-block: 16px 8px; }
.lede, p.lede { max-width: 65ch; margin-bottom: 24px; line-height: 1.55; }
.wrap, .nav-in, .lb-nav-in, main, .studies-wrap { box-sizing: border-box; }
figure { margin: 0; }
.collage img, .gal img, .ph img, .hs-photo img, .hero-portrait img, .speaking-portrait img {
  object-position: center top;
}
img[src*="logo"], img[src*="wordmark"], .brand img, .logo-mark { object-fit: contain !important; }

/* Inner-page stub navs look like home bars */
body > nav:not(.nav):not(.site):not(.lb-nav) {
  display: flex; align-items: center; min-height: 64px;
  padding: 16px 24px; box-sizing: border-box;
}
body > nav:not(.nav):not(.site):not(.lb-nav) a {
  text-decoration: none; font-weight: 650;
}
.back { font-size: 0.875rem; }

/* Footer fine print: small, uniform, centered */
html body footer.fine,
html body footer .legal,
html body footer .disclaimer,
html body footer .base,
html body footer [data-legal],
html body footer p.fine {
  text-align: center !important;
  font-size: 0.6875rem !important;
  line-height: 1.45 !important;
  max-width: 42rem;
  margin-inline: auto;
}
html body footer.fine { padding: 24px 16px 32px; }

/* Years / dates never sit on top of titles on small screens */
@media (max-width: 720px) {
  .gtl-item, .tl-item, .timeline-item, .year-row {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    gap: 8px;
  }
  .gtl-year, .year, .when, time.date, .yr {
    position: static !important;
    float: none !important;
    left: auto !important;
    width: auto !important;
    text-align: left !important;
    padding: 0 0 4px !important;
    margin: 0;
  }
  h1, .cover-title, .hero h1 { font-size: clamp(1.75rem, 8vw, 2.25rem); line-height: 1.15; }
  .nav-links, nav.site ul, .lb-nav-in { flex-wrap: wrap; }
  .grid, .card-grid, .chips { gap: 8px; }
}

/* HV: tangerine on black stays; inner heroes get same air as home */
.hero, header.hero { padding-block: 48px 40px; }
.lede { max-width: 65ch; }
nav.nav .nav-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.hv-past-logos-grid { align-items: stretch; }
.hv-past-logos figure { min-height: 100%; }


/* Muted Seedance 2.5 cinematic hero loop — lab-abstract. Reduced-motion falls back to still. */
header.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: min(92vh, 920px);
  padding-block: 96px 80px !important;
  color: #FAFAFA;
  background: #0A0A0A !important;
}
header.hero .hero-loop {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
header.hero .hero-loop::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.38) 42%, rgba(0, 0, 0, 0.72) 100%);
  pointer-events: none;
}
header.hero .hero-loop video,
header.hero .hero-loop .hero-loop-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none !important;
  object-fit: cover;
  object-position: center 46%;
  display: block;
  filter: saturate(0.92) contrast(1.08);
}
header.hero .hero-loop video { z-index: 1; }
header.hero .hero-loop .hero-loop-poster { z-index: 0; }
header.hero .in {
  position: relative;
  z-index: 2;
}
header.hero .eyebrow {
  color: #FF6B2C !important;
}
header.hero h1,
header.hero h1 em,
header.hero h1 i {
  color: #FAFAFA !important;
  -webkit-text-fill-color: #FAFAFA !important;
  background: none !important;
}
header.hero p {
  color: rgba(250, 250, 250, 0.84) !important;
}
header.hero .btn-sec {
  color: #FAFAFA;
  border-color: rgba(255, 255, 255, 0.38);
}
header.hero::after {
  z-index: 3;
}
@media (prefers-reduced-motion: reduce) {
  header.hero .hero-loop video { display: none !important; }
  header.hero .hero-loop .hero-loop-poster { display: block !important; z-index: 1; }
}


/* Generative science-and-investment stills, 2026-09-01. Tight, premium, not full-bleed. */
.ah-still {
  margin: 28px auto 8px;
  max-width: 380px;
  text-align: center;
}
.ah-still img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #EBEEF0;
  box-shadow: 0 8px 28px rgba(28, 28, 28, 0.08);
  background: #fff;
  object-fit: contain;
}
.ah-still figcaption {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4a4a4a;
  font-weight: 600;
}
.ah-still-sphere { max-width: 360px; }
.ah-still-mscev { max-width: 100%; margin: 16px 0 4px; }
#focus .c .ah-still-mscev img { border-radius: 8px; }
.principal-bio-head {
  display: grid;
  grid-template-columns: minmax(128px, 176px) 1fr;
  gap: 18px 24px;
  align-items: start;
  margin-bottom: 8px;
}
.principal-bio-head .ah-still-portrait {
  margin: 0;
  max-width: 176px;
}
.principal-bio-head .ah-still-portrait img { border-radius: 8px; }
@media (max-width: 600px) {
  .principal-bio-head { grid-template-columns: 1fr; }
  .principal-bio-head .ah-still-portrait { max-width: 220px; margin: 0 auto; }
}
.ah-still-pin { max-width: 96px; margin: 0 auto 12px; }
.ah-still-pin img {
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(28, 28, 28, 0.1);
}
.faq .ah-still-pin { margin: 14px 0 8px; max-width: 88px; }
#social-cluster-bar .ah-connect-pin { margin: 0 auto 18px; max-width: 104px; }


/* quiet-luxury 2026-09-01 — Seedance 2.5 muted lab hero loop, not a case study */
h1 { letter-spacing: -0.04em; margin-bottom: 0.9em; }
h2 { margin-block: 2.3rem 1.05rem; }
section, .block { padding-block: clamp(3.6rem, 6.5vw, 6.5rem); }
header.hero p { color: #FAFAFA !important; }
header.hero .hero-loop::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.34) 44%, rgba(0, 0, 0, 0.74) 100%);
}
.ah-still figcaption { color: #333333; }
.speaking-portrait img, .hero-portrait img, .ah-still img {
  animation: none !important;
}
html body footer,
html body footer .legal,
html body footer p.fine {
  text-align: center !important;
  color: #333333 !important;
}
@media (prefers-reduced-motion: reduce) {
  header.hero .hero-loop video { display: none !important; }
}


/* quiet-luxury floor 2026-09-01 — tight type, air, contrast, restrained motion. Palette: tangerine on black paper. */
:root { --ink-2: #2A2A2A; }
body { letter-spacing: -0.008em; }
h1, .hero h1, .phero h1 {
  letter-spacing: -0.038em !important;
  line-height: 1.08 !important;
}
h2, .section-title {
  letter-spacing: -0.028em !important;
}
p, .lede, article p, main p {
  line-height: 1.62;
}
section { padding-block: clamp(3.25rem, 7.5vw, 6.5rem); }
.cards3 { gap: 64px 56px; }
.chip:hover { transform: none; box-shadow: none; }
.hero-portrait, .speaking-portrait { margin-top: 48px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .chip, .btn, a { transition: none !important; }
}

/* Seedance still loops — keep PNG/WebP posters; video fills the still frame */
.ah-still {
  position: relative;
}
.ah-still video {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #EBEEF0;
  box-shadow: 0 8px 28px rgba(28, 28, 28, 0.08);
  background: #fff;
  object-fit: contain;
}
#focus .c .ah-still-mscev video { border-radius: 8px; }
.principal-bio-head .ah-still-portrait video { border-radius: 8px; }
.ah-still-pin video {
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(28, 28, 28, 0.1);
}
.ah-still .ah-still-poster {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.ah-still video + picture { display: none; }
@media (prefers-reduced-motion: reduce) {
  .ah-still video { display: none !important; }
  .ah-still video + picture { display: block !important; }
}


/* Remaining still photos: subtle Ken Burns. Video stills stay live except reduced-motion. */
.hero-portrait, .speaking-portrait, .principal-photos figure, .ah-infographic {
  overflow: hidden;
}
@media (prefers-reduced-motion: no-preference) {
  .hero-portrait img, .speaking-portrait img, .principal-photos figure img, .ah-infographic img,
  .ah-still:not(:has(video)) img {
    animation:none;
    transform-origin: center center;
    will-change: transform;
  }
}
@keyframes ah-kenburns{from,to{transform:none}}
  to { transform: scale(1.055) translate3d(-1.4%, 0.8%, 0); }
}
.ah-still video {
  display: block !important;
}
@media (prefers-reduced-motion: reduce) {
  .ah-still video { display: none !important; }
  .ah-still video + picture { display: block !important; }
  .hero-portrait img, .speaking-portrait img, .principal-photos figure img, .ah-infographic img,
  .ah-still img {
    animation: none !important;
  }
}


/* relief 2026-09-01 — HV: deepen cinematic overlay, white type held */
header.hero .hero-loop::after {
  background:
    linear-gradient(180deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.40) 44%, rgba(0,0,0,.78) 100%) !important;
}
header.hero h1, header.hero h1 em { color:#FAFAFA !important; }
header.hero p { color: rgba(250,250,250,.88) !important; }
h1 { letter-spacing:-.044em; }
section { padding-block: clamp(3.8rem, 7vw, 6.75rem); }

/* relief-motion 2026-09-01 — cinematic depth/air. Original motion language. Not Apple CSS. */

.hero-loop,
.hero-split .hero-loop,
header.hero .hero-loop,
section.hero .hero-loop,
.lb-hero .hero-loop {
  transform: scale3d(var(--hero-scale, 1), var(--hero-scale, 1), 1);
  transform-origin: 50% 50%;
  will-change: transform;
  backface-visibility: hidden;
}
.hero-loop::after {
  box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, calc(var(--hero-veil, 0) * 0.42));
}

@media (prefers-reduced-motion: no-preference) {
  .hero-loop-poster {
    animation: ah-hero-still 20s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
    transform-origin: 50% 46%;
  }
}
@keyframes ah-hero-still {
  from { transform: scale(1); }
  to { transform: scale(1.02); }
}

/* Kill Ken Burns / pan on photography. Speaking portraits stay static. No Stars motion. */
@keyframes ah-kenburns {
  from, to { transform: none; }
}
.speaking-portrait img,
.speaking-portrait picture,
.hero-portrait img,
.hero-portrait picture,
.hero-photo img,
.principal-photos figure img,
.ah-infographic img,
main figure img,
.ah-still img {
  animation: none !important;
}

@media (prefers-reduced-motion: no-preference) {
  html.enh-reveal [data-reveal] {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition: opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1),
                transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }
  html.enh-reveal [data-reveal].enh-revealed {
    opacity: 1;
    transform: none;
  }
  html.enh-reveal [data-reveal-child] {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition: opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
  }
  html.enh-reveal [data-reveal-child].enh-revealed {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 900px) and (prefers-reduced-motion: no-preference) {
  .feature { align-items: start; }
  .feature > .panel,
  .feature > figure,
  .hero-split .hs-photo {
    position: sticky;
    top: 88px;
    align-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-loop,
  .hero-loop video,
  .hero-loop-poster,
  .hero-split .hero-loop {
    transform: none !important;
    animation: none !important;
  }
  .hero-loop video { display: none !important; }
  .hero-loop .hero-loop-poster { display: block !important; z-index: 1; }
  html.enh-reveal [data-reveal],
  html.enh-reveal [data-reveal-child] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.chip:hover, a.chip:hover, .card:hover { transform: none !important; }

