/* Homepage Final V2 — promoted from the approved 2026-07-18 prototype.
   Loaded after the shared site and product-landing styles. */
/* ===== Combined-homepage prototype styles (2026-07-17) ===== */
/* product-landing.css scopes its tokens to .pdp-v1; redeclare at :root so the
   band system works on this homepage shell. Shared CSS files stay untouched. */
:root {
  --pdp-paper: #fafaf9; --pdp-ink: #1b1b1d; --pdp-olive: #5f6b2e;
  --pdp-olive-dark: #4a5424; --pdp-stone: #e7e5e0; --pdp-muted: #6b6960;
  --pdp-wash: #f1f0ec; --pdp-tint: #eff1e4; --pdp-card: #fff;
  --hf-cream: #F5F1E8;   /* Codex sections' warm cream */
  --hf-mauve: #67484D;   /* Codex symptoms band */
  --hf-mauve-deep: #5B3E43;
}

/* ---------- New hero: full-bleed image, calm left field, visual right ---------- */
.hf-hero { position: relative; min-height: 88vh; display: flex; flex-direction: column; background: var(--hf-cream); overflow: hidden; }
.hf-hero-media { position: absolute; inset: 0; }
.hf-hero-media picture { position: absolute; inset: 0; display: block; }
.hf-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 68% 50%; }
.hf-hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg,
  rgba(245,241,232,0.66) 0%, rgba(245,241,232,0.34) 30%,
  rgba(245,241,232,0.05) 52%, rgba(245,241,232,0) 62%); }
.hf-nav { position: relative; top: auto; z-index: 3; display: flex; align-items: center; justify-content: space-between; padding: 26px 72px; border-bottom: 0; background: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; }
.hf-nav .nav-hamburger { color: var(--ink); }
.hf-nav .logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 28px; font-weight: 500; letter-spacing: -0.02em; font-style: italic; line-height: 1; color: var(--ink); text-decoration: none; }
.hf-nav .logo .mark { width: auto; height: 32px; color: var(--amber); flex-shrink: 0; display: block; }
.hf-nav .logo .dot { color: var(--amber); font-style: normal; }
.hf-nav-links { display: flex; gap: 38px; font-size: 13px; }
.hf-nav-links a, .hf-nav-right a { color: var(--ink); text-decoration: none; }
.hf-nav-links a:hover { text-decoration: underline; }
.hf-nav-right { display: flex; gap: 22px; align-items: center; font-size: 13px; }
.hf-nav-right a { padding: 8px 12px; background: rgba(245,241,232,0.72); border-radius: 8px; }
.hf-nav-bag { padding: 8px 14px; border: 1px solid var(--ink); color: var(--ink); background: rgba(245,241,232,0.85); border-radius: 8px; }
.hf-hero-body { position: relative; z-index: 2; flex: 1; display: flex; flex-direction: column; justify-content: center; max-width: 640px; padding: 40px 72px 96px; }
.hf-hero-body h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(46px, 5.6vw, 78px); line-height: 1.04; letter-spacing: -0.022em; margin: 0; color: var(--ink); }
.hf-hero-body h1 .line { display: block; }
.hf-hero-body h1 em { color: var(--amber); font-style: italic; }
.hf-hero-sub { margin: 26px 0 0; max-width: 46ch; font-size: 16.5px; line-height: 1.6; color: #3A3A36; }
.hf-hero-cta { display: inline-block; margin-top: 30px; align-self: flex-start; padding: 16px 30px; border-radius: 10px; background: var(--ink); color: #FAFAF9; font-weight: 600; font-size: 15.5px; text-decoration: none; }
.hf-hero-cta:hover { background: var(--pdp-olive-dark); }
.hf-hero-fine { margin: 16px 0 0; font-size: 13px; color: #55554F; }
@media (max-width: 900px) { .hf-nav { padding: 20px 26px; } .hf-hero-body { padding: 30px 26px 72px; } }
@media (max-width: 820px) {
  .hf-hero { min-height: 0; display: block; }
  .hf-hero-media { position: relative; height: 46vh; min-height: 330px; }
  .hf-hero-bg { object-position: 60% 38%; }
  .hf-hero-wash { background: linear-gradient(180deg, rgba(245,241,232,0) 55%, rgba(245,241,232,0.65) 82%, var(--hf-cream) 100%); }
  .hf-nav { position: absolute; inset: 0 0 auto; padding-bottom: 34px; background: linear-gradient(180deg, rgba(245,241,232,0.94) 0%, rgba(245,241,232,0.55) 55%, rgba(245,241,232,0) 100%); }
  .hf-nav-links, .hf-nav-right a { display: none; }
  .hf-hero-body { max-width: none; padding: 34px 22px 54px; background: var(--hf-cream); }
  .hf-hero-body h1 { font-size: clamp(38px, 11vw, 48px); }
}

/* ---------- Shared prototype bits ---------- */
.hf-kicker { font-family: var(--sans); font-weight: 700; font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin: 0 0 14px; }
.hf-h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(30px, 4vw, 46px); line-height: 1.1; letter-spacing: -0.018em; margin: 0; color: var(--ink); }
.hf-h2 em { color: var(--amber); font-style: italic; }
.hf-sub { max-width: 58ch; margin: 16px 0 0; font-size: 16.5px; line-height: 1.6; color: #4a4a45; }
.hf-btn { display: inline-block; padding: 15px 28px; border-radius: 10px; background: var(--pdp-olive); color: #FAFAF9; font-weight: 600; font-size: 15px; text-decoration: none; text-align: center; }
.hf-btn:hover { background: var(--pdp-olive-dark); }
.hf-btn--outline { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.hf-btn--outline:hover { background: var(--ink); color: #FAFAF9; }

/* ---------- "Start with what you notice." — arched cards ---------- */
.hf-notice { background: var(--hf-cream); padding: 92px 0 100px; }
.hf-notice-head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.hf-notice-head .hf-sub { margin-left: auto; margin-right: auto; }
.hf-notice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.hf-ncard { position: relative; display: flex; align-items: flex-end; aspect-ratio: 3 / 4.3; border-radius: 999px 999px 16px 16px; overflow: hidden; color: #fff; text-decoration: none; }
.hf-ncard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease-soft, ease); }
.hf-ncard:hover img { transform: scale(1.04); }
.hf-ncard::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(27,27,29,0) 38%, rgba(27,27,29,0.28) 58%, rgba(27,27,29,0.72) 100%); }
.hf-ncard-body { position: relative; z-index: 1; padding: 22px 22px 24px; }
.hf-ncard-body h3 { font-family: var(--serif); font-weight: 500; font-size: 24px; line-height: 1.14; letter-spacing: -0.01em; margin: 0 0 8px; color: #fff; }
.hf-ncard-body p { margin: 0 0 12px; font-size: 13px; line-height: 1.5; color: rgba(255,255,255,0.88); }
.hf-ncard-meet { font-size: 12.5px; font-weight: 700; letter-spacing: 0.02em; color: #fff; border-bottom: 1px solid rgba(255,255,255,0.55); padding-bottom: 1px; }
@media (max-width: 1000px) { .hf-notice-grid { grid-template-columns: repeat(2, 1fr); } .hf-ncard { aspect-ratio: 3 / 3.9; } }
@media (max-width: 560px) { .hf-notice-grid { grid-template-columns: 1fr; } .hf-ncard { aspect-ratio: 3 / 3.4; border-radius: 220px 220px 14px 14px; } }

/* ---------- "Build around your symptoms." — mauve band ---------- */
.hf-symp { background: var(--hf-mauve); color: #FBF4EE; padding: 100px 0; }
.hf-symp-grid { display: grid; grid-template-columns: 1fr 1.12fr; gap: 64px; align-items: center; max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.hf-symp h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(38px, 4.6vw, 62px); line-height: 1.05; letter-spacing: -0.02em; margin: 0; color: #FDF9F4; }
.hf-symp-sub { margin: 22px 0 0; max-width: 40ch; font-size: 16.5px; line-height: 1.6; color: rgba(253,249,244,0.78); }
.hf-symp-panel { background: rgba(253,249,244,0.07); border: 1px solid rgba(253,249,244,0.22); border-radius: 22px; padding: 28px; }
.hf-symp-panel-title { font-family: var(--serif); font-size: 22px; font-weight: 500; margin: 0 0 18px; color: #FDF9F4; }
.hf-sopt { display: flex; align-items: center; gap: 14px; padding: 15px 18px; margin-bottom: 10px; border: 1px solid rgba(253,249,244,0.26); border-radius: 12px; cursor: pointer; transition: background 0.15s ease; }
.hf-sopt:hover { background: rgba(253,249,244,0.06); }
.hf-sopt input { position: absolute; opacity: 0; pointer-events: none; }
.hf-sbox { flex: none; width: 20px; height: 20px; border: 1.5px solid rgba(253,249,244,0.7); border-radius: 5px; display: grid; place-items: center; }
.hf-sbox svg { opacity: 0; }
.hf-sopt:has(input:checked) { background: rgba(253,249,244,0.13); border-color: rgba(253,249,244,0.55); }
.hf-sopt:has(input:checked) .hf-sbox { background: #D9DCB8; border-color: #D9DCB8; }
.hf-sopt:has(input:checked) .hf-sbox svg { opacity: 1; }
.hf-slabel { flex: 1; font-size: 15.5px; font-weight: 600; color: #FDF9F4; }
.hf-sprod { font-size: 13px; color: rgba(253,249,244,0.6); }
.hf-symp-ctacard { margin-top: 20px; background: #FDF9F4; border-radius: 14px; padding: 24px 26px 26px; }
.hf-symp-ctacard p { font-family: var(--serif); font-size: 21px; line-height: 1.3; margin: 0 0 18px; color: var(--ink); }
.hf-symp-ctacard p em { color: var(--pdp-olive); font-style: italic; }
@media (max-width: 920px) { .hf-symp-grid { grid-template-columns: 1fr; gap: 40px; } }

/* ---------- "Choose your kit." ---------- */
.hf-kit { padding: 96px 0; background: var(--paper); }
.hf-kit-head { text-align: center; max-width: 700px; margin: 0 auto 50px; }
.hf-kit-head .hf-sub { margin-left: auto; margin-right: auto; }
.hf-kit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 980px; margin: 0 auto; padding: 0 24px; }
.hf-kcard { position: relative; border: 1px solid var(--rule); border-radius: 18px; background: #fff; overflow: hidden; display: flex; flex-direction: column; }
.hf-kcard-img { position: relative; aspect-ratio: 16 / 9.5; overflow: hidden; background: #EFEDE8; }
.hf-kcard-img img { width: 100%; height: 100%; object-fit: cover; }
.hf-kbadge { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 6px 12px; border-radius: 999px; background: var(--pdp-olive); color: #FAFAF9; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.hf-kcard-body { padding: 24px 26px 26px; display: flex; flex-direction: column; flex: 1; }
.hf-kcard-row { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.hf-kcard-row h3 { font-family: var(--serif); font-weight: 500; font-size: 26px; margin: 0; color: var(--ink); }
.hf-kprice { font-family: var(--serif); font-size: 22px; color: var(--pdp-olive); text-align: right; }
.hf-kprice small { display: block; font-family: var(--sans); font-size: 12px; color: var(--muted); }
.hf-kcard-desc { margin: 12px 0 20px; font-size: 14.5px; line-height: 1.6; color: #4a4a45; }
.hf-kcard .hf-btn { margin-top: auto; }
.hf-kgift { margin: 12px 0 0; text-align: center; font-size: 12.5px; color: var(--muted); }
.hf-kit-fine { max-width: 760px; margin: 30px auto 0; padding: 0 24px; text-align: center; font-size: 14px; line-height: 1.7; color: #4a4a45; }
.hf-kit-fine small { display: block; margin-top: 8px; font-size: 12.5px; color: var(--muted); }
@media (max-width: 780px) { .hf-kit-grid { grid-template-columns: 1fr; } }

/* ---------- Free gift (PDP component) ---------- */
.ns-gift { display: grid; grid-template-columns: 1.05fr 1fr; gap: 2.5rem; align-items: center; }
.ns-gift-photo { position: relative; border-radius: 10px; overflow: hidden; margin: 0; }
.ns-gift-photo img { display: block; width: 100%; height: auto; }
.ns-gift-photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(transparent, rgba(27,27,29,0.55)); color: #fff; padding: 2.2rem 1.1rem 0.85rem; font-size: 0.85rem; letter-spacing: 0.01em; }
.ns-band-title { font-family: var(--serif); font-weight: 500; font-size: clamp(1.7rem, 3.4vw, 2.4rem); line-height: 1.15; letter-spacing: -0.01em; margin: 0 0 0.5rem; color: var(--ink); }
.ns-band-title em { color: var(--amber); font-style: italic; }
.ns-gift-freeline { font-family: var(--serif); font-size: 1.25rem; color: var(--pdp-olive); margin: 0 0 1rem; }
.ns-lead { max-width: 40rem; color: #4a4a45; font-size: 1.02rem; line-height: 1.6; margin: 0 0 2rem; }
.ns-gift-list { list-style: none; margin: 1.25rem 0 0; padding: 1.1rem 0 0; border-top: 1px solid #E4E2DA; }
.ns-gift-list li { display: flex; gap: 0.6rem; align-items: baseline; padding: 0.3rem 0; color: #33332f; }
.ns-gift-list li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--pdp-olive); flex: none; transform: translateY(-1px); }
@media (max-width: 820px) { .ns-gift { grid-template-columns: 1fr; gap: 1.6rem; } }

/* ---------- "Evidence you can read" — tabbed viewer ---------- */
.hf-tabs { background: var(--pdp-wash); padding: 96px 0; }
.hf-tabs-frame { display: grid; grid-template-columns: 220px 1fr; gap: 0; margin-top: 0; border: 1px solid var(--pdp-stone); border-radius: 16px; overflow: hidden; background: #fff; }
.hf-tablist { display: flex; flex-direction: column; background: #F4F3EE; border-right: 1px solid var(--pdp-stone); }
.hf-tab { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 20px 22px; border: 0; border-bottom: 1px solid var(--pdp-stone); background: transparent; font-family: var(--sans); font-size: 15.5px; font-weight: 600; color: #4a4a45; text-align: left; cursor: pointer; }
.hf-tab:last-child { border-bottom: 0; }
.hf-tab:hover { background: #EDECE6; }
.hf-tab.is-active { background: var(--pdp-olive-dark); color: #FAFAF9; }
.hf-tpanel { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding: 44px 48px; }
.hf-tpanel-fig { font-family: var(--serif); font-size: clamp(56px, 6vw, 84px); line-height: 1; color: var(--pdp-olive); margin: 0 0 18px; }
.hf-tpanel-claim { font-family: var(--serif); font-weight: 500; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.2; margin: 0 0 18px; color: var(--ink); }
.hf-tpanel-caveat { font-size: 14.5px; line-height: 1.65; color: #55554F; margin: 0 0 18px; max-width: 44ch; }
.hf-tpanel-link { font-size: 13.5px; font-weight: 600; color: var(--pdp-olive-dark); text-decoration: underline; text-underline-offset: 3px; }
.hf-tpanel img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3.2; object-fit: cover; border-radius: 12px; }
@media (max-width: 900px) {
  .hf-tabs-frame { grid-template-columns: 1fr; }
  .hf-tablist { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--pdp-stone); }
  .hf-tab { flex: 1 0 auto; border-bottom: 0; border-right: 1px solid var(--pdp-stone); padding: 15px 18px; }
  .hf-tpanel { grid-template-columns: 1fr; padding: 30px 24px; gap: 26px; }
}

/* ---------- Superiority matrix (PDP component) ---------- */
.ns-matrix-scroll { overflow-x: auto; margin: 2rem 0 0; }
.ns-matrix { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 640px; }
.ns-matrix th, .ns-matrix td { padding: 0.85rem 1rem; text-align: center; font-size: 0.93rem; border-bottom: 1px solid #E7E5DD; }
.ns-matrix thead th { font-family: var(--sans); font-weight: 600; font-size: 0.9rem; color: #55554f; vertical-align: bottom; padding-bottom: 1rem; }
.ns-matrix tbody th { text-align: left; font-weight: 500; color: var(--ink); max-width: 15rem; }
.ns-matrix .ns-col-aplomb { background: #F0F1E6; }
.ns-matrix thead .ns-col-aplomb { font-family: var(--serif); font-size: 1.12rem; color: var(--pdp-olive); border-radius: 10px 10px 0 0; }
.ns-matrix tbody tr:last-child td, .ns-matrix tbody tr:last-child th { border-bottom: 0; }
.ns-matrix tbody tr:last-child .ns-col-aplomb { border-radius: 0 0 10px 10px; }
.ns-yes { color: var(--pdp-olive); font-size: 1.15rem; }
.ns-no { color: #B4B0A5; font-size: 1.15rem; }
.ns-cell-note { display: block; font-size: 0.76rem; color: #6b6b64; margin-top: 2px; }
.ns-meters { margin-top: 3rem; display: grid; gap: 2.2rem; }
.ns-meter-group h3 { font-family: var(--sans); font-size: 0.98rem; font-weight: 600; margin: 0 0 0.9rem; color: var(--ink); }
.ns-meter { display: grid; grid-template-columns: 11.5rem 1fr; align-items: center; gap: 1rem; margin: 0.45rem 0; }
.ns-meter-name { font-size: 0.88rem; color: #4a4a45; text-align: right; }
.ns-meter-track { height: 12px; background: #ECEAE2; border-radius: 0 4px 4px 0; }
.ns-meter-fill { height: 100%; border-radius: 0 4px 4px 0; width: 0; transition: width 0.9s cubic-bezier(0.2, 0.7, 0.2, 1); background: #A8A294; }
.ns-meter--aplomb .ns-meter-name { color: var(--pdp-olive); font-weight: 600; }
.ns-meter--aplomb .ns-meter-fill { background: var(--pdp-olive); }
@media (max-width: 820px) { .ns-meter { grid-template-columns: 8rem 1fr; } .ns-meter-name { text-align: left; } }

/* ---------- Founder (PDP component) ---------- */
.ns-video { display: grid; grid-template-columns: 1.15fr 1fr; gap: 2.5rem; align-items: center; }
.ns-video--flip { grid-template-columns: 1fr 1.15fr; }
.ns-poster { position: relative; aspect-ratio: 16 / 9; border-radius: 10px; overflow: hidden; background: #2E3318; cursor: pointer; border: 0; padding: 0; display: block; width: 100%; }
.ns-poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.75; }
.ns-poster-title { position: absolute; z-index: 2; left: 1.3rem; top: 1.15rem; right: 1.3rem; text-align: left; font-family: var(--serif); font-weight: 500; font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.2; color: #FAFAF9; }
.ns-poster-title span { display: block; font-family: var(--sans); font-size: 0.8rem; letter-spacing: 0.03em; margin-top: 0.45rem; opacity: 0.85; }
.ns-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(46,51,24,0.55), rgba(46,51,24,0.1)); }
.ns-play { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 74px; height: 74px; border-radius: 50%; background: rgba(250,250,249,0.94); display: grid; place-items: center; transition: transform 0.2s ease; }
.ns-poster:hover .ns-play { transform: translate(-50%, -50%) scale(1.07); }
.ns-play svg { margin-left: 5px; }
.ns-poster-meta { position: absolute; z-index: 2; left: 1.1rem; bottom: 0.95rem; color: #FAFAF9; font-size: 0.85rem; letter-spacing: 0.02em; }
.ns-founder-name { font-family: var(--serif); font-size: 1.1rem; margin: 1.4rem 0 0.2rem; color: var(--ink); }
.ns-creds { color: #55554f; font-size: 0.92rem; margin: 0; }
.ns-founder-quote { font-family: var(--serif); font-size: 1.28rem; line-height: 1.45; color: #33332f; margin: 1.1rem 0 0; }
@media (max-width: 820px) { .ns-video, .ns-video--flip { grid-template-columns: 1fr; gap: 1.6rem; } .ns-play { width: 58px; height: 58px; } }

/* ---------- Institutions (PDP component) ---------- */
.ns-inst { text-align: center; }
.ns-inst h2 { font-family: var(--sans); font-weight: 500; font-size: 1rem; letter-spacing: 0.01em; color: #4a4a45; margin: 0 auto 2rem; max-width: none; width: 100%; text-align: center; }
.ns-inst-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; gap: clamp(16px, 3vw, 46px); width: 100%; max-width: 1060px; margin: 0 auto; }
.ns-inst-grid img { display: block; width: 100%; height: 52px; max-width: 220px; object-fit: contain; justify-self: center; filter: grayscale(1) brightness(0.35); opacity: 0.82; }
@media (max-width: 820px) {
  .pdp-band--inst { padding-top: 38px; padding-bottom: 38px; }
  .ns-inst h2 { margin-bottom: 1.35rem; font-size: 0.9rem; }
  .ns-inst-grid { gap: 12px; }
  .ns-inst-grid img { height: 32px; max-width: 135px; }
}
@media (max-width: 480px) {
  .ns-inst-grid { gap: 8px; }
  .ns-inst-grid img { height: 27px; max-width: 94px; }
}

/* ---------- Final V2: customer voices ---------- */
.hf-voices { padding: 96px 0; background: #F2EEE5; }
.hf-voices-head { max-width: 1200px; margin: 0 auto 38px; }
.hf-voices .pull-stage { position: relative; border: 1px solid #E3DED2; box-shadow: 0 18px 50px rgba(42, 38, 31, 0.06); overflow: hidden; }
.hf-voice-kind {
  display: inline-flex; align-items: center; min-height: 27px; margin: 0 0 18px;
  padding: 0 11px; border: 1px solid rgba(66, 65, 51, 0.25); border-radius: 999px;
  color: var(--pdp-olive); font-family: var(--sans); font-size: 11px; font-weight: 750;
  letter-spacing: 0.09em; line-height: 1; text-transform: uppercase;
}
.hf-voices .hf-voice-kind,
.hf-voices .pull-quote,
.hf-voices .pull-attr,
.hf-voices .pull-img { transition: opacity 180ms ease, transform 180ms ease; }
.hf-voices .pull-stage.is-changing .hf-voice-kind,
.hf-voices .pull-stage.is-changing .pull-quote,
.hf-voices .pull-stage.is-changing .pull-attr { opacity: 0; transform: translateX(-10px); }
.hf-voices .pull-stage.is-changing .pull-img { opacity: 0; transform: translateX(10px); }
.hf-carousel-pause {
  min-width: 76px; height: 38px; padding: 0 14px; border-radius: 999px;
  border: 1.5px solid var(--ink); background: transparent; color: var(--ink);
  font-family: var(--sans); font-size: 12.5px; font-weight: 700; cursor: pointer;
}
.hf-carousel-pause:hover, .hf-carousel-pause:focus-visible { background: var(--ink); color: var(--paper); }
.hf-voices .pull-dot[aria-current="true"] { background: var(--amber); transform: scale(1.15); }
.hf-sr-only {
  position: absolute !important; width: 1px !important; height: 1px !important;
  padding: 0 !important; margin: -1px !important; overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important;
}
@media (max-width: 820px) {
  .hf-voices { padding: 70px 0; }
  .hf-voices-head { margin-bottom: 28px; }
  .hf-voices .pull-stage { padding: 30px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .hf-voices .hf-voice-kind, .hf-voices .pull-quote, .hf-voices .pull-attr, .hf-voices .pull-img { transition: none; }
}

/* ---------- Final V2: working founder video ---------- */
.ns-poster--founder img { opacity: 1; }
.ns-poster--founder::after { background: linear-gradient(90deg, rgba(27,27,29,0.42) 0%, rgba(27,27,29,0.16) 44%, rgba(27,27,29,0) 70%); }
.ns-poster--founder .ns-poster-title,
.ns-poster--founder .ns-poster-meta { text-shadow: 0 1px 14px rgba(0,0,0,0.3); }
.hf-founder-dialog {
  width: min(92vw, 620px); max-height: 92vh; padding: 0; border: 0;
  border-radius: 18px; overflow: visible; background: #171813; color: #fff;
  box-shadow: 0 30px 90px rgba(0,0,0,0.38);
}
.hf-founder-dialog::backdrop { background: rgba(18,18,16,0.76); backdrop-filter: blur(5px); }
.hf-founder-dialog-inner { position: relative; padding: 14px; }
.hf-founder-dialog video { display: block; width: 100%; max-height: calc(92vh - 28px); border-radius: 11px; background: #000; }
.hf-founder-close {
  position: absolute; z-index: 3; top: -16px; right: -16px; width: 42px; height: 42px;
  display: grid; place-items: center; border: 1px solid rgba(255,255,255,0.5);
  border-radius: 50%; background: #FAFAF9; color: var(--ink); font-size: 23px;
  line-height: 1; cursor: pointer; box-shadow: 0 6px 22px rgba(0,0,0,0.24);
}
.hf-founder-close:hover, .hf-founder-close:focus-visible { background: #E9EADF; }
