/* home external (below-fold) — 2026-04-28 split-v1 — yamasato-home */
/* vars adicionais (snippet 30 cobre as base) */

/* reset defensivo — body tipografia ClearPath (não está em snippet global ainda) */

/* ───── Placeholder utility ───── */

.hair {
    width: 48px;
    height: 1px;
    background: var(--accent);
    border: none;
    opacity: 0.55;
    margin: 0;
  }

.hair-long {
    width: 120px;
    height: 1px;
    background: var(--hairline);
    border: none;
    margin: 0;
  }

.specialty {
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.24em;
    color: var(--accent-read);
  }

em.editorial {
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.18em;
    color: var(--accent-read);
  }

/* Reveal */

.reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.9s ease, transform 0.9s ease;
  }

.reveal.on { opacity: 1; transform: none; }

.reveal.d1 { transition-delay: 0.05s; }

.reveal.d2 { transition-delay: 0.15s; }

.reveal.d3 { transition-delay: 0.25s; }

.reveal.d4 { transition-delay: 0.35s; }

/* journal italic — para nomes de revistas científicas */

.vB em.journal {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 600;
    font-size: 1.18em;
    color: var(--accent-read);
  }

/* ════════════════════════════════════════════════
     CTA block (shared with variant-specific tuning)
     ════════════════════════════════════════════════ */

.cta-block {
    padding: clamp(40px, 6vh, 70px) clamp(20px, 5vw, 72px) clamp(60px, 10vh, 110px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
  }

.cta-block .note {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: clamp(1.1rem, 1.5vw, 1.3rem);
    color: var(--ink-soft);
    max-width: 38ch;
    margin: 0;
    line-height: 1.5;
  }

.cta-link {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent-deep);
    padding: 18px 44px;
    border: 1px solid var(--accent-deep);
    border-radius: 0;
    transition: all 0.4s ease;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }

.cta-link .arr { transition: transform 0.4s ease; display: inline-block; }

.cta-link:hover { background: var(--accent-deep); color: var(--bg); }

.cta-link:hover .arr { transform: translateX(6px); }

/* ════════════════════════════════════════════════
     VARIANT B — ATELIER
     hero full-bleed texto esq + foto vertical dir,
     numerais romanos gigantes como watermark,
     muito ar, scroll reveal
     ════════════════════════════════════════════════ */

.vB .section {
    padding: clamp(100px, 16vh, 200px) clamp(20px, 5vw, 72px);
    max-width: 1800px;
    margin: 0 auto;
    position: relative;
  }

.vB .section-head {
    display: grid;
    grid-template-columns: minmax(0, 0.4fr) minmax(0, 1fr);
    gap: clamp(24px, 5vw, 80px);
    align-items: baseline;
    margin-bottom: clamp(56px, 10vh, 120px);
  }

.vB .section-head .roman {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 300;
    font-size: clamp(4rem, 10vw, 9rem);
    line-height: 0.9;
    color: var(--accent);
    opacity: 0.22;
    margin: 0;
    letter-spacing: -0.02em;
  }

.vB .section-head .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

.vB .section-head .eyebrow { margin-bottom: 0; }

.vB .section-head .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    color: var(--ink-h2);
    margin: 0;
    letter-spacing: -0.012em;
    text-wrap: balance;
    max-width: 22ch;
  }

.vB .como-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.4fr) minmax(0, 1fr);
    column-gap: clamp(24px, 5vw, 80px);
    row-gap: 0;
    align-items: start;
  }

.vB .como-grid::before {
    content: "";
    display: block;
    grid-row: 1 / span 2;
  }

/* Lead stays in right column (aligned w/ title). Defs span both columns to use left margin. */

.vB .como-lead { grid-column: 2; grid-row: 1; }

.vB .como-defs { grid-column: 1 / -1; grid-row: 2; }

.vB .como-body { grid-column: 2; }

.vB .como-grid .aside {
    font-family: 'DM Mono', monospace;
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
    line-height: 1.9;
    padding-top: 8px;
  }

.vB .como-grid .aside strong {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.6rem;
    color: var(--accent-deep);
    letter-spacing: 0.02em;
    text-transform: none;
    display: block;
    margin-bottom: 10px;
  }

/* Lead — cormorant italic, full width of right column */

.vB .como-lead p {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 300;
    font-size: clamp(1.85rem, 2.9vw, 2.45rem);
    line-height: 1.4;
    letter-spacing: -0.005em;
    color: var(--ink-h2);
    max-width: 42ch;
    margin: 0 0 1.4em;
    padding-bottom: 1.4em;
    border-bottom: 1px solid var(--hairline);
    text-wrap: pretty;
  }

/* Definition blocks — label aligned to left margin (same as numeral), body in middle column */

.vB .como-defs {
    display: flex;
    flex-direction: column;
    gap: clamp(36px, 5vw, 56px);
    margin-top: 0;
  }

.vB .como-def {
    display: grid;
    grid-template-columns: minmax(0, 0.4fr) minmax(0, 1fr);
    gap: clamp(24px, 5vw, 80px);
    align-items: baseline;
  }

.vB .como-def-label {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 500;
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    line-height: 1.15;
    color: var(--accent-deep);
    letter-spacing: -0.005em;
  }

.vB .como-def-body {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--ink);
    margin: 0;
    max-width: 52ch;
    text-wrap: pretty;
  }

/* Legacy como-body (not used in vB anymore, but keep styles as fallback) */

.vB .como-body p {
    font-size: 1.12rem;
    line-height: 1.85;
    color: var(--ink);
    margin: 0 0 1.5em;
    max-width: 60ch;
    text-wrap: pretty;
  }

.vB .como-body p:last-child { margin-bottom: 0; }

.vB .pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(24px, 3vw, 48px);
  }

.vB .pillar {
    padding: 36px 0 0;
    border-top: 1px solid var(--ink-h2);
    position: relative;
  }

.vB .pillar-num {
    font-family: 'DM Mono', monospace;
    font-size: 0.68rem;
    letter-spacing: 0.28em;
    color: var(--accent);
    margin-bottom: 28px;
    display: block;
  }

.vB .pillar h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: clamp(1.4rem, 1.9vw, 1.7rem);
    color: var(--ink-h2);
    margin: 0 0 20px;
    line-height: 1.2;
    letter-spacing: -0.008em;
    text-wrap: balance;
    max-width: 15ch;
  }

.vB .pillar p {
    font-size: 0.98rem;
    line-height: 1.75;
    color: var(--ink-soft);
    margin: 0;
    max-width: 36ch;
    text-wrap: pretty;
  }

.vB .trajetoria {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(32px, 4vw, 72px);
  }

.vB .traj-col {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

.vB .traj-label {
    font-family: 'DM Mono', monospace;
    font-size: 0.68rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--accent);
    padding-bottom: 28px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--hairline);
  }

.vB .traj-col p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--ink);
    margin: 0 0 1.4em;
    max-width: 60ch;
    text-wrap: pretty;
  }

.vB .traj-col p:last-child { margin-bottom: 0; }

.vB .modalidades {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(32px, 5vw, 80px);
  }

.vB .mod {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
    position: relative;
    padding-right: 24px;
    transition: transform 0.3s ease;
    cursor: pointer;
  }

.vB .mod:hover { transform: translateY(-3px); }

.vB .mod:hover .mod-arrow { opacity: 1; transform: translateX(4px); }

.vB .mod:hover h3 { color: var(--accent-deep); }

.vB .mod-arrow {
    position: absolute;
    top: 8px;
    right: 0;
    font-family: 'DM Mono', monospace;
    font-size: 1.05rem;
    color: var(--accent);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

.vB .mod-num {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.8rem;
    color: var(--accent);
    margin-bottom: 20px;
  }

.vB .mod h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: clamp(2.2rem, 3.1vw, 2.7rem);
    color: var(--ink-h2);
    margin: 0 0 14px;
    line-height: 1.1;
    letter-spacing: -0.012em;
  }

.vB .mod p {
    font-size: 1.15rem;
    color: var(--ink-soft);
    margin: 0;
    line-height: 1.7;
  }

/* Modalidades — nota de cobertura */

.modalidades-note {
    margin: clamp(48px, 7vh, 80px) auto 0;
    max-width: 900px;
    padding: clamp(28px, 4vh, 48px) 0 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--ink-soft);
    text-align: center;
    border-top: 1px solid var(--hairline);
  }

.modalidades-note .note-label {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    display: block;
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 14px;
  }

.vB .modalidades-mobile-eyebrow { display: none; }

.vB .closing {
    padding: clamp(32px, 5vh, 60px) clamp(20px, 5vw, 72px);
    text-align: center;
    position: relative;
    overflow: hidden;
  }

.vB .closing::before {
    content: '—';
    display: block;
    font-family: 'Cormorant Garamond', serif;
    color: var(--accent);
    font-size: 2rem;
    margin: 0 auto 40px;
    opacity: 0.6;
  }

.vB .closing-text {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 400;
    font-size: clamp(3rem, 7vw, 5.4rem);
    line-height: 1.28;
    color: var(--ink-h2);
    margin: 0 auto;
    max-width: 20ch;
    letter-spacing: -0.012em;
    text-wrap: balance;
  }

.vB .closing-text .p2 {
    display: block;
    margin-top: 0.4em;
    color: var(--accent-deep);
  }

/* transition-delay via nth-child (substituindo inline JSX) */

.vB .pillars .pillar:nth-child(2) { transition-delay: 0.12s; }

.vB .pillars .pillar:nth-child(3) { transition-delay: 0.24s; }

.vB .trajetoria .traj-col:nth-child(2) { transition-delay: 0.10s; }

.vB .trajetoria .traj-col:nth-child(3) { transition-delay: 0.20s; }

.vB .modalidades .mod:nth-child(2) { transition-delay: 0.10s; }

.vB .modalidades .mod:nth-child(3) { transition-delay: 0.20s; }

/* responsive 900px — vB only */

/* responsive 520px — vB only */

.carousel-hint { display: none; }

/* ────────────────────────────────────────────────
     Desktop-only typography bumps - 2026-04-26
     Bumps moderados (+5-9%), exceto:
     - pillar-num (E-c intermediario)
     - traj-label (volta ao minimo legivel 11px+)
     Mobile + tablet portrait (<=1023px) inalterados.
     ──────────────────────────────────────────────── */

/* ═══ home-atendimento-link-v1 ═══ */

.vB .cta-after-pillars { margin-top: clamp(36px, 5vh, 56px); }

.vB .cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'DM Mono', monospace;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-deep);
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, gap 0.3s ease;
}

.vB .cta-secondary:hover {
  border-bottom-color: var(--accent);
  gap: 18px;
}

.vB .cta-secondary .arrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--accent);
}

/* ═══ /home-atendimento-link-v1 ═══ */

/* ═══ home-trajetoria-linkedin-v1 ═══ */

.vB .cta-after-trajetoria { margin-top: clamp(36px, 5vh, 56px); }

/* ═══ /home-trajetoria-linkedin-v1 ═══ */

/* ═══ home-cta-spacing-tighten-v1 ═══ */

.vB .cta-after-pillars,
.vB .cta-after-trajetoria { margin-top: clamp(22px, 3vh, 34px); }

/* ═══ /home-cta-spacing-tighten-v1 ═══ */

/* ═══ home-linkedin-mobile-text-v1 ═══ */

.vB .cta-after-trajetoria .label-mobile { display: none; }

/* ═══ /home-linkedin-mobile-text-v1 ═══ */

/* ═══ home-modalidades-titles-mobile-v1 ═══ */

/* ═══ /home-modalidades-titles-mobile-v1 ═══ */

/* ═══ home-modalidades-bairros-condense-v1 ═══ */

.vB .modalidades-coverage-link {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin-left: 4px;
  font-family: 'DM Sans', sans-serif;
  font-size: inherit;
  color: var(--accent-deep);
  border-bottom: 1px solid var(--accent);
  padding-bottom: 1px;
  transition: gap 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.vB .modalidades-coverage-link:hover {
  color: var(--accent-gold);
  gap: 10px;
}

.vB .modalidades-coverage-link .arrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
}

/* ═══ /home-modalidades-bairros-condense-v1 ═══ */

/* ═══ home-manifesto-mobile-typography-v1 ═══ */

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 900px) {
  /* B */

  .vB .section { padding: 70px 6vw; }

  .vB .section-head {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 48px;
      }

  .vB .section-head .roman { font-size: 3.6rem; line-height: 1; }

  .vB .como-grid { grid-template-columns: 1fr; gap: 24px; }

  .vB .pillars, .vB .trajetoria, .vB .modalidades {
        grid-template-columns: 1fr;
        gap: 36px;
      }
}

@media (max-width: 520px) {
  /* ═══ home-important-cleanup-v1 ═══ */

  /* Cleanup: 92 declarações redundantes removidas do @media 520. Cascade resolve. */

  .tweaks { width: calc(100% - 32px); right: 16px; bottom: 16px; }

  /* Tighter page padding */

  .vB .section { padding: 50px 4vw; }

  /* "Como" — stack lead + definition blocks, full width */

  .vB .como-grid {
        display: block;
        grid-template-columns: none;
      }

  .vB .como-grid::before { display: none; }

  .vB .como-lead, .vB .como-defs, .vB .como-body {
        grid-column: auto;
        grid-row: auto;
      }

  .vB .como-lead p {
        font-size: clamp(1.32rem, 5.4vw, 1.5rem);
        line-height: 1.4;
        max-width: 100%;
        margin: 0 0 1.4em;
        padding-bottom: 1.2em;
      }

  .vB .como-defs { gap: 28px; margin-top: 0; }

  .vB .como-def {
        display: block;
        grid-template-columns: none;
      }

  .vB .como-def-label {
        font-size: 1.35rem;
        line-height: 1.2;
        margin-bottom: 10px;
      }

  .vB .como-def-body {
        font-size: 0.96rem;
        line-height: 1.6;
        max-width: 100%;
      }

  /* Legacy como-body fallback */

  .vB .como-grid .aside { display: none; }

  .vB .como-body { display: block; }

  .vB .como-body p {
        font-size: 0.96rem;
        line-height: 1.6;
        margin: 0 0 1em;
        padding: 0;
        background: transparent;
        border: 0;
        text-wrap: pretty;
      }

  .vB .como-body p:first-child {
        font-family: 'Cormorant Garamond', serif;
        font-style: italic;
        font-size: 1.2rem;
        line-height: 1.4;
        color: var(--ink);
        margin: 0 0 1.4em;
        padding-bottom: 1.2em;
        border-bottom: 1px solid var(--hairline);
      }

  .vB .como-body p:last-child { margin-bottom: 0; }

  /* Modalidades — ultra compact: 2-col grid per card, fits screen */

  .vB .modalidades { gap: 0; }

  .vB .mod {
        padding: 14px 0;
        border-bottom: 1px solid var(--hairline);
        display: grid;
        grid-template-columns: 40px 1fr;
        grid-template-rows: auto auto;
        column-gap: 14px;
        align-items: baseline;
      }

  .vB .mod:last-child { border-bottom: none; }

  .vB .mod-num {
        grid-column: 1;
        grid-row: 1 / 3;
        font-size: 1.3rem;
        margin: 0;
        align-self: start;
        line-height: 1;
      }

  .vB .mod h3 {
        grid-column: 2;
        grid-row: 1;
        font-size: 0.98rem;
        margin: 0 0 2px;
        line-height: 1.2;
      }

  .vB .mod p {
        grid-column: 2;
        grid-row: 2;
        font-size: 0.8rem;
        line-height: 1.4;
        margin: 0;
      }

  /* Pilares — horizontal carousel */

  .vB .pillars {
        display: flex;
        grid-template-columns: none;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding: 4vw;
        margin: 0 -4vw;
        padding: 0 4vw 24px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
      }

  .vB .pillars::-webkit-scrollbar { display: none; }

  .vB .pillar {
        flex: 0 0 86%;
        scroll-snap-align: start;
        padding: 28px 0 0;
      }

  .vB .pillar p { max-width: 100%; font-size: 0.95rem; line-height: 1.6; }

  /* Trajetória — horizontal carousel */

  .vB .trajetoria {
        display: flex;
        grid-template-columns: none;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding: 4vw;
        margin: 0 -4vw;
        padding: 0 4vw 24px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
      }

  .vB .trajetoria::-webkit-scrollbar { display: none; }

  .vB .traj-col {
        flex: 0 0 88%;
        scroll-snap-align: start;
      }

  .vB .traj-col p { font-size: 0.92rem; line-height: 1.6; }

  /* Carousel hint label */

  .carousel-hint {
        display: flex;
        align-items: center;
        gap: 10px;
        font-family: 'DM Mono', monospace;
        font-size: 0.6rem;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: var(--accent);
        margin-bottom: 18px;
        opacity: 0.7;
      }

  .carousel-hint::before { content: '→'; font-family: sans-serif; letter-spacing: 0; font-size: 0.85rem; }

  .vB .modalidades-section .modalidades-head { display: none; }

  .vB .modalidades-section { padding-top: 0; }

  .vB .modalidades-mobile-eyebrow {
        display: block;
        font-family: 'DM Sans', sans-serif;
        font-size: 0.62rem;
        font-weight: 500;
        letter-spacing: 0.24em;
        text-transform: uppercase;
        color: var(--accent);
        margin-bottom: 24px;
      }

  /* Cobertura nota mobile */

  .modalidades-note {
        margin: 28px 0 0;
        padding: 20px 0 0;
        font-size: 0.78rem;
        line-height: 1.55;
      }

  .modalidades-note .note-label {
        font-size: 0.56rem;
        letter-spacing: 0.22em;
      }

  /* Closing + CTA — closing bigger, cta compact */

  .cta-block { padding: 30px 4vw 50px; }

  .cta-link { font-size: 0.7rem; padding: 14px 28px; letter-spacing: 0.16em; }

  .vB .closing { padding: 60px 4vw; }

  .vB .closing-text { font-size: 1.55rem; line-height: 1.32; }

  /* ═══ /home-important-cleanup-v1 ═══ */
}

@media (min-width: 1024px) {
  .vB .pillar-num       { font-size: 1.05rem; }

  .vB .traj-label       { font-size: 0.78rem; }

  .vB .pillar h3        { font-size: clamp(1.5rem, 2vw, 1.8rem); }

  .vB .como-def-body    { font-size: 1.375rem; }

  /* Hero title emphasis hierarchy - 2026-04-26
         Encolhe a moldura do hero ("Saude precisa", "ser", ",", "nao apenas reacao.")
         e preserva "decisao" (em) no tamanho original. line-height absoluto no .line
         uniformiza altura das 3 linhas. Ratio decisao/resto ~1.49x @ 1440px. */

  .vB .como-lead p              { font-size: clamp(1.5rem, 2.3vw, 1.95rem); }

  .vB .closing-text             { font-size: clamp(2.04rem, 4.76vw, 3.672rem); }

  .vB .closing                  { padding-top: clamp(20px, 3vh, 32px); }

  .vB .closing::before          { margin: 0 auto 20px; }

  .vB .section + .section          { padding-top: clamp(60px, 9.6vh, 120px); }

  .vB .section:has(+ .section)     { padding-bottom: clamp(60px, 9.6vh, 120px); }

  .vB .como-def-label              { font-size: clamp(1.85rem, 2.78vw, 2.5rem); font-weight: 400; }

  /* Hero typography refinement - 2026-04-26 */
}

@media (max-width: 768px) {
  .vB .cta-after-trajetoria .label-desktop { display: none; }

  .vB .cta-after-trajetoria .label-mobile { display: inline; }
}

@media (max-width: 768px) {
  .vB .mod h3 { font-size: 1.35rem; }
}

@media (max-width: 520px) {
  .vB .closing-text { font-size: 1.9rem; line-height: 1.32; }
}
/* ════════════════════════════════════════════════
   Trajetória — semantic <dl> markup (2026-04-28 fase-a-dl)
   Visually identical to legacy <p>.<em>; <dt class="vh"> for SEO/LLM extraction.
   ════════════════════════════════════════════════ */
.vB .traj-item {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--ink);
  margin: 0 0 1.4em;
  max-width: 60ch;
  text-wrap: pretty;
}
.vB .traj-item:last-child { margin-bottom: 0; }
.vB .traj-item dt,
.vB .traj-item dd { display: inline; margin: 0; font-style: inherit; font-weight: inherit; }
/* Visually hidden — WCAG sr-only padrão */
.vh {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* ════════════════════════════════════════════════
   Internal links — discrete editorial style (2026-04-28 fase-b-internal-links)
   ════════════════════════════════════════════════ */
.vB .internal-link {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
  text-decoration-color: var(--accent-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  opacity: 0.92;
  transition: opacity 0.3s ease, text-decoration-color 0.3s ease;
}
.vB .internal-link:hover,
.vB .internal-link:focus-visible {
  opacity: 1;
  text-decoration-color: var(--accent);
}
