/* Home customer voices — V14 adopted runtime design. */
.s-home-voices {
    /* Site-wide voice palette -> home-specific semantic roles. */
    --home-voices-business: var(--voice-navy, var(--navy, #2b4075));
    --home-voices-business-deep: var(--voice-navy-deep, var(--navy-deep, #1d2d56));
    --home-voices-business-soft: #e9f3f5;
    --home-voices-disability: var(--voice-coral-muted, #cf5d59);
    --home-voices-disability-deep: var(--voice-coral-muted-deep, #9e413f);
    --home-voices-disability-soft: var(--ibis-pale, #fff0ed);
    --home-voices-gold: var(--voice-gold, var(--gold, #b9872f));
    --home-voices-ink: var(--voice-body, var(--ink, #17223b));
    --home-voices-muted: var(--voice-muted, var(--ink-soft, #5c6575));
    position: relative;
    isolation: isolate;
    overflow: hidden;
    box-sizing: border-box;
    padding-block: clamp(78px, 8vw, 118px) clamp(74px, 8vw, 108px);
    background: linear-gradient(180deg, #fffdf9 0%, #f8fbf8 51%, #fffaf5 100%);
    color: var(--home-voices-ink);
  }
  .s-home-voices *, .s-home-voices *::before, .s-home-voices *::after { box-sizing: inherit; }
  .s-home-voices [hidden] { display: none !important; }
  .s-home-voices__wash { position: absolute; z-index: -2; border-radius: 50%; pointer-events: none; }
  .s-home-voices__wash--blue { left: -230px; bottom: -290px; width: min(62vw, 900px); height: 650px; background: radial-gradient(circle, rgba(217,234,239,.64), transparent 70%); }
  .s-home-voices__wash--rose { top: -245px; right: -180px; width: min(56vw,820px); height: 580px; background: radial-gradient(circle, rgba(255,226,220,.44), transparent 70%); }
  .s-home-voices__curve { position: absolute; z-index: -1; top: 28px; left: -5%; width: 110%; height: 92px; border-top: 1px solid rgba(185,135,47,.31); border-radius: 50%; transform: rotate(-1deg); }
  .s-home-voices__inner { position: relative; z-index: 1; }
  .s-home-voices__head { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); gap: clamp(30px,6vw,90px); align-items: end; margin-bottom: clamp(36px,5vw,58px); }
  .s-home-voices__eyebrow { display: flex; align-items: center; gap: 11px; margin: 0; color: var(--home-voices-gold); font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
  .s-home-voices__eyebrow > span { display: inline-flex; width: 32px; height: 32px; align-items: center; justify-content: center; border: 1px solid rgba(185,135,47,.3); border-radius: 50%; color: var(--home-voices-business); }
  .s-home-voices__eyebrow .tkg-icon { width: 17px; height: 17px; }
  .s-home-voices__title { margin: 16px 0 0; color: var(--home-voices-business-deep); font-family: var(--font-serif); font-size: clamp(2rem,3.4vw,3.15rem); line-height: 1.34; }
  .s-home-voices__title span { display: block; }
  .s-home-voices__lead { margin: 0; padding-left: 24px; border-left: 1px solid rgba(185,135,47,.38); color: var(--home-voices-muted); line-height: 1.9; }
  .s-home-voices__reader { overflow-anchor: none; }
  .s-home-voices__guide { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 12px; }
  .s-home-voices__guide span { color: var(--home-voices-gold); font-family: Georgia,serif; font-size: .66rem; font-weight: 700; letter-spacing: .15em; }
  .s-home-voices__guide p { margin: 0; color: var(--home-voices-muted); font-size: .78rem; }
  .s-home-voices__list { position: relative; display: grid; gap: 11px; margin: 0; padding: 0 0 0 36px; list-style: none; }
  .s-home-voices__list::before { content: ""; position: absolute; top: 40px; bottom: 40px; left: 16px; width: 1px; background: linear-gradient(rgba(43,64,117,.26), rgba(185,135,47,.43), rgba(207,93,89,.3)); }
  .s-home-voices__item { --tone: var(--home-voices-business); --deep: var(--home-voices-business-deep); --soft: var(--home-voices-business-soft); position: relative; min-width: 0; scroll-margin-top: 120px; }
  .s-home-voices__item--disability { --tone: var(--home-voices-disability); --deep: var(--home-voices-disability-deep); --soft: var(--home-voices-disability-soft); }
  .s-home-voices__item::before { content: ""; position: absolute; top: 39px; left: -26px; width: 11px; height: 11px; border: 2px solid #fffdf8; border-radius: 50%; background: var(--tone); box-shadow: 0 0 0 1px color-mix(in srgb,var(--tone) 35%,transparent); }
  .s-home-voices__select { display: grid; grid-template-columns: 42px 68px minmax(150px,.48fr) minmax(250px,1fr) minmax(180px,.72fr) 36px; gap: clamp(10px,1.5vw,20px); align-items: center; width: 100%; min-height: 102px; padding: 12px 18px 12px 16px; border: 1px solid color-mix(in srgb,var(--tone) 15%,transparent); border-radius: 7px 30px 30px 7px; background: rgba(255,255,255,.76); color: var(--home-voices-ink); text-align: left; box-shadow: 0 8px 26px rgba(29,45,86,.04); cursor: pointer; transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease, border-radius .18s ease; }
  .s-home-voices__select:hover { background: #fff; transform: translateX(3px); }
  .s-home-voices__select:focus-visible { outline: 3px solid color-mix(in srgb,var(--tone) 34%,transparent); outline-offset: 3px; }
  .s-home-voices__item.is-selected .s-home-voices__select { border-radius: 7px 30px 0 0; background: linear-gradient(110deg,var(--soft),rgba(255,255,255,.98) 62%); box-shadow: 0 16px 42px color-mix(in srgb,var(--tone) 11%,transparent); }
  .s-home-voices__marker { color: var(--deep); font-family: Georgia,serif; font-size: .75rem; }
  .s-home-voices__arch { display: inline-flex; width: 64px; height: 74px; align-items: flex-end; justify-content: center; overflow: hidden; border: 1px solid color-mix(in srgb,var(--tone) 22%,transparent); border-radius: 40px 40px 12px 12px; background: linear-gradient(180deg,#fff,var(--soft)); }
  .s-home-voices__arch img { width: 100%; height: 100%; object-fit: contain; }
  .s-home-voices__arch b { margin-bottom: 20px; color: var(--deep); font-family: Georgia,serif; font-size: .8rem; }
  .s-home-voices__select-meta { display: grid; gap: 3px; min-width: 0; }
  .s-home-voices__select-meta small { color: var(--deep); font-size: .66rem; font-weight: 800; }
  .s-home-voices__select-meta strong { overflow: hidden; color: var(--home-voices-ink); font-size: .8rem; text-overflow: ellipsis; white-space: nowrap; }
  .s-home-voices__select-meta em { overflow: hidden; color: var(--home-voices-muted); font-size: .68rem; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
  .s-home-voices__select-summary { display: -webkit-box; overflow: hidden; color: var(--deep); font-family: var(--font-serif); font-size: clamp(.98rem,1.35vw,1.22rem); font-weight: 700; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .s-home-voices__select-change { display: -webkit-box; overflow: hidden; padding-left: 16px; border-left: 1px solid color-mix(in srgb,var(--tone) 18%,transparent); color: var(--home-voices-muted); font-size: .74rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .s-home-voices__select-change small { display: block; margin-bottom: 3px; color: var(--deep); font-size: .63rem; font-weight: 800; }
  .s-home-voices__select > i { position: relative; display: inline-flex; width: 32px; height: 32px; align-items: center; justify-content: center; border-radius: 50%; background: color-mix(in srgb,var(--tone) 10%,#fff); color: var(--deep); font-style: normal; transition: background-color .18s ease, transform .18s ease; }
  .s-home-voices__select > i::before, .s-home-voices__select > i::after { content: ""; position: absolute; width: 10px; height: 1px; border-radius: 999px; background: currentColor; }
  .s-home-voices__select > i::after { transform: rotate(90deg); transition: transform .18s ease; }
  .s-home-voices__item.is-selected .s-home-voices__select > i { background: var(--tone); color: #fff; }
  .s-home-voices__item.is-selected .s-home-voices__select > i::after { transform: rotate(0); }
  .s-home-voices__record { position: relative; overflow: hidden; padding: clamp(28px,4vw,56px); border: 1px solid color-mix(in srgb,var(--tone) 16%,transparent); border-top: 0; border-radius: 0 0 30px 7px; background: rgba(255,253,248,.96); box-shadow: 0 24px 60px rgba(29,45,86,.075); }
  .s-home-voices__record::after { content: ""; position: absolute; right: -92px; bottom: -116px; width: 285px; height: 228px; border: 1px solid color-mix(in srgb,var(--tone) 13%,transparent); border-radius: 50%; }
  .s-home-voices__record.is-entering { animation: s-home-voices-in .24s cubic-bezier(.22,.61,.36,1) both; }
  .s-home-voices__record-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 16px; border-bottom: 1px solid color-mix(in srgb,var(--tone) 17%,transparent); }
  .s-home-voices__record-head p { display: flex; gap: 12px; align-items: baseline; margin: 0; }
  .s-home-voices__record-head p span { color: var(--home-voices-gold); font-family: Georgia,serif; font-size: .65rem; font-weight: 700; letter-spacing: .15em; }
  .s-home-voices__record-head p b { color: var(--deep); font-family: Georgia,serif; font-size: .9rem; }
  .s-home-voices__record-head > span { padding: 5px 11px; border-radius: 999px; background: var(--soft); color: var(--deep); font-size: .7rem; font-weight: 800; }
  .s-home-voices__story-intro { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(250px,.62fr) minmax(0,1.38fr); gap: clamp(28px,5vw,72px); align-items: center; padding-block: clamp(28px,4vw,48px); }
  .s-home-voices__person { display: grid; grid-template-columns: 92px minmax(0,1fr); gap: 18px; align-items: center; }
  .s-home-voices__person-arch { display: inline-flex; width: 90px; height: 112px; align-items: flex-end; justify-content: center; overflow: hidden; border: 1px solid color-mix(in srgb,var(--tone) 21%,transparent); border-radius: 52px 52px 14px 14px; background: linear-gradient(180deg,#fff,var(--soft)); }
  .s-home-voices__person-arch img { width: 100%; height: 100%; object-fit: contain; }
  .s-home-voices__name { margin: 0; color: var(--deep); font-weight: 800; }
  .s-home-voices__profile { margin: 5px 0 0; color: var(--home-voices-muted); font-size: .78rem; line-height: 1.6; }
  .s-home-voices__tags { display: flex; flex-wrap: wrap; gap: 5px; margin: 12px 0 0; padding: 0; list-style: none; }
  .s-home-voices__tags li { padding: 3px 8px; border-radius: 999px; background: var(--soft); color: var(--deep); font-size: .66rem; font-weight: 700; }
  .s-home-voices__quote { position: relative; margin: 0; padding: 10px 0 10px clamp(30px,3vw,48px); border: 0; }
  .s-home-voices__quote::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; border-radius: 999px; background: linear-gradient(var(--tone),var(--home-voices-gold)); }
  .s-home-voices__quote span { position: absolute; top: -15px; left: 14px; color: color-mix(in srgb,var(--tone) 43%,transparent); font-family: Georgia,serif; font-size: 3.3rem; }
  .s-home-voices__quote p { margin: 0; color: var(--deep); font-family: var(--font-serif); font-size: clamp(1.55rem,2.8vw,2.6rem); font-weight: 700; line-height: 1.5; }
  .s-home-voices__journey-wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 120px minmax(0,1fr); gap: clamp(18px,3vw,34px); align-items: stretch; padding-block: clamp(8px,2vw,18px); }
  .s-home-voices__journey-title { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 12px; padding-right: 20px; border-right: 1px solid rgba(185,135,47,.28); }
  .s-home-voices__journey-title span { flex: 0 0 auto; color: var(--home-voices-gold); font-family: Georgia,serif; font-size: .61rem; font-weight: 700; letter-spacing: .14em; white-space: nowrap; writing-mode: vertical-rl; }
  .s-home-voices__journey-title strong { flex: 0 0 auto; color: var(--deep); font-family: var(--font-serif); font-size: .94rem; line-height: 1.72; white-space: nowrap; writing-mode: vertical-rl; }
  .s-home-voices__journey { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(16px,2.4vw,30px); margin: 0; padding: 0; list-style: none; }
  .s-home-voices__journey::before { content: ""; position: absolute; top: 25px; left: 8%; right: 8%; height: 1px; background: linear-gradient(90deg,#8cb8c5 0%,var(--home-voices-gold) 50%,#db7770 100%); opacity: .52; }
  .s-home-voices__journey-item { --step:#8cb8c5; position: relative; display: grid; grid-template-columns: 50px minmax(0,1fr); gap: 14px; align-items: start; min-width: 0; padding: 0 4px; }
  .s-home-voices__journey-item--support { --step:var(--home-voices-gold); }
  .s-home-voices__journey-item--after { --step:#db7770; }
  .s-home-voices__journey-no { position: relative; z-index: 1; display: inline-flex; width: 50px; height: 50px; align-items: center; justify-content: center; border: 1px solid color-mix(in srgb,var(--step) 52%,#fff); border-radius: 50%; background: #fffdf8; color: color-mix(in srgb,var(--step) 82%,var(--deep)); font-family: Georgia,serif; font-size: .72rem; font-weight: 700; box-shadow: 0 5px 14px color-mix(in srgb,var(--step) 12%,transparent); }
  .s-home-voices__journey-item > div { padding-top: 2px; }
  .s-home-voices__journey-label { color: var(--deep); font-size: clamp(.9rem,1.18vw,1.06rem); font-weight: 800; }
  .s-home-voices__journey p { margin: 8px 0 0; color: var(--home-voices-muted); font-size: .82rem; line-height: 1.75; }
  .s-home-voices__letter { position: relative; z-index: 1; margin-top: clamp(30px,4vw,44px); padding: clamp(24px,3vw,35px); border-top: 1px solid color-mix(in srgb,var(--tone) 17%,transparent); border-bottom: 1px solid color-mix(in srgb,var(--tone) 17%,transparent); background: linear-gradient(135deg,color-mix(in srgb,var(--soft) 67%,#fff),rgba(255,255,255,.74)); }
  .s-home-voices__letter header { display: flex; align-items: baseline; gap: 12px; }
  .s-home-voices__letter header span { color: var(--home-voices-gold); font-family: Georgia,serif; font-size: .64rem; font-weight: 700; letter-spacing: .15em; }
  .s-home-voices__letter h3 { margin: 0; color: var(--deep); font-family: var(--font-serif); font-size: 1.05rem; }
  .s-home-voices__letter-copy { max-width: 78em; margin-top: 17px; column-count: 2; column-gap: clamp(26px,4vw,54px); column-rule: 1px solid color-mix(in srgb,var(--tone) 13%,transparent); }
  .s-home-voices__letter-copy p { break-inside: avoid; margin: 0 0 10px; color: var(--home-voices-muted); font-size: .84rem; line-height: 1.9; }
  .s-home-voices__letter-copy p:first-child { color: var(--home-voices-ink); font-weight: 700; }
  .s-home-voices__support { position: relative; z-index: 1; display: grid; grid-template-columns: auto minmax(0,1fr); gap: 14px; align-items: center; margin: 22px 0 0; padding: 15px 18px; border-left: 3px solid var(--tone); background: var(--soft); color: var(--home-voices-ink); font-size: .83rem; font-weight: 700; line-height: 1.7; }
  .s-home-voices__support span { color: var(--deep); font-size: .67rem; letter-spacing: .06em; }
  .s-home-voices__foot { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,390px); gap: 30px; align-items: center; margin-top: clamp(34px,5vw,58px); padding-top: 24px; border-top: 1px solid rgba(43,64,117,.14); }
  .s-home-voices__foot p { margin: 0; color: var(--home-voices-muted); font-size: .86rem; line-height: 1.7; }
  .s-home-voices__foot p span { display: block; margin-bottom: 4px; color: var(--home-voices-gold); font-family: Georgia,serif; font-size: .66rem; font-weight: 700; letter-spacing: .15em; }
  .s-home-voices__foot a { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 64px; padding: 14px 15px 14px 24px; border: 1px solid rgba(43,64,117,.25); border-radius: 999px; background: rgba(255,255,255,.9); color: var(--home-voices-business-deep); font-weight: 800; box-shadow: 0 12px 28px rgba(29,45,86,.06); transition: transform .18s ease, background-color .18s ease; }
  .s-home-voices__foot a i { display: inline-flex; flex: 0 0 auto; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 50%; background: var(--home-voices-business); color: #fff; font-style: normal; }
  .s-home-voices__foot a:hover { transform: translateY(-2px); background: var(--home-voices-business-soft); }
  .s-home-voices__foot a:focus-visible { outline: 3px solid rgba(43,64,117,.28); outline-offset: 3px; }
  .s-home-voices__empty { padding: 24px; border: 1px dashed rgba(43,64,117,.2); color: var(--home-voices-muted); }
  @keyframes s-home-voices-in { from { opacity: .01; transform: translateY(-3px); } to { opacity: 1; transform: translateY(0); } }
  @media (max-width: 1080px) {
    .s-home-voices__select { grid-template-columns: 38px 62px minmax(140px,.42fr) minmax(220px,1fr) 34px; }
    .s-home-voices__select-change { display: none; }
    .s-home-voices__letter-copy { column-count: 1; }
  }
  @media (max-width: 880px) {
    .s-home-voices__story-intro { grid-template-columns: 1fr; gap: 28px; }
    .s-home-voices__journey-wrap { grid-template-columns: 1fr; gap: 20px; }
    .s-home-voices__journey-title { flex-direction: row; justify-content: flex-start; padding: 0 0 14px; border-right: 0; border-bottom: 1px solid rgba(185,135,47,.28); }
    .s-home-voices__journey-title span, .s-home-voices__journey-title strong { writing-mode: horizontal-tb; }
  }
  @media (max-width: 760px) {
    .s-home-voices { padding-block: 66px 78px; }
    .s-home-voices__head { grid-template-columns: 1fr; gap: 22px; }
    .s-home-voices__lead { padding: 16px 0 0; border-top: 1px solid rgba(185,135,47,.3); border-left: 0; }
    .s-home-voices__guide { display: grid; gap: 4px; }
    .s-home-voices__list { padding-left: 25px; }
    .s-home-voices__list::before { left: 9px; }
    .s-home-voices__item { scroll-margin-top: 96px; }
    .s-home-voices__item::before { left: -20px; }
    .s-home-voices__select { grid-template-columns: 30px 54px minmax(0,1fr) 32px; gap: 9px; min-height: 118px; padding: 12px; border-radius: 6px 22px 22px 6px; }
    .s-home-voices__arch { width: 52px; height: 62px; border-radius: 32px 32px 10px 10px; }
    .s-home-voices__select-meta { grid-column: 3; }
    .s-home-voices__select-meta strong {
      display: -webkit-box;
      overflow: hidden;
      line-height: 1.45;
      text-overflow: clip;
      white-space: normal;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }
    .s-home-voices__select-meta em { display: none; }
    .s-home-voices__select-summary { grid-column: 2 / 4; font-size: .97rem; }
    .s-home-voices__select-change { display: none; }
    .s-home-voices__select > i { grid-column: 4; grid-row: 1 / span 2; }
    .s-home-voices__item.is-selected .s-home-voices__select { border-radius: 6px 22px 0 0; }
    .s-home-voices__record { padding: 24px 18px; border-radius: 0 0 23px 6px; }
    .s-home-voices__record-head p span { display: none; }
    .s-home-voices__story-intro { gap: 24px; padding-block: 24px 30px; }
    .s-home-voices__person { grid-template-columns: 76px minmax(0,1fr); gap: 14px; }
    .s-home-voices__person-arch { width: 74px; height: 92px; }
    .s-home-voices__quote { padding-left: 28px; }
    .s-home-voices__quote p { font-size: clamp(1.4rem,6vw,1.95rem); }
    .s-home-voices__journey { grid-template-columns: 1fr; gap: 18px; }
    .s-home-voices__journey::before { top: 23px; bottom: 23px; left: 24px; right: auto; width: 1px; height: auto; background: linear-gradient(180deg,#8cb8c5 0%,var(--home-voices-gold) 50%,#db7770 100%); }
    .s-home-voices__journey-item { grid-template-columns: 48px minmax(0,1fr); gap: 15px; padding: 0; }
    .s-home-voices__journey-no { width: 48px; height: 48px; }
    .s-home-voices__journey-label { font-size: 1rem; }
    .s-home-voices__letter { padding: 22px 18px; }
    .s-home-voices__support { grid-template-columns: 1fr; gap: 4px; }
    .s-home-voices__foot { grid-template-columns: 1fr; gap: 18px; }
  }
  @media (max-width: 480px) {
    .s-home-voices__title { font-size: 2rem; }
    .s-home-voices__select { grid-template-columns: 27px 48px minmax(0,1fr) 30px; }
    .s-home-voices__arch { width: 46px; height: 56px; }
    .s-home-voices__record-head { align-items: flex-start; }
    .s-home-voices__letter header { flex-wrap: wrap; gap: 7px 11px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .s-home-voices__select, .s-home-voices__select > i, .s-home-voices__select > i::after, .s-home-voices__foot a { transition: none; }
    .s-home-voices__record.is-entering { animation: none; }
  }
