.site-information { background: #f4f3ee; color: #21283a; }
.site-information main { padding-top: var(--site-header-height); }
.info-hero { background: #101323; color: #f8f7ff; padding: 72px max(24px, calc((100vw - 1200px)/2)); }
.info-hero--catalog { display: grid; grid-template-columns: 1.1fr .9fr; gap: 5%; align-items: center; padding-top: 64px; padding-bottom: 64px; background: radial-gradient(ellipse at 80% 40%, #333060, transparent 65%), #101323; }
.info-eyebrow { font-size: .65rem; font-weight: 800; letter-spacing: .17em; line-height: 1.7; text-transform: uppercase; }
.info-hero .info-eyebrow { color: #c7da7f; }
.info-hero h1 { font-size: clamp(2.3rem, 4.8vw, 4.8rem); line-height: 1.27; letter-spacing: -.055em; margin: 20px 0 28px; font-weight: 800; }
.info-hero h1 em { font-style: normal; color: #daedab; }
.info-hero__copy > p:not(.info-eyebrow), .info-hero > p:not(.info-eyebrow) { font-size: .94rem; line-height: 2.15; max-width: 670px; color: #ccd0e2; }
.info-hero__art { position: relative; display: block; padding: 10px; border: 1px solid #ffffff38; transform: rotate(2deg); background: #ffffff05; }
.info-hero__art img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.info-hero__art > span { display: block; font-size: .58rem; letter-spacing: .1em; padding: 16px 4px 6px; color: #d7dfec; }
.info-actions { display: flex; gap: 14px 24px; flex-wrap: wrap; align-items: center; margin-top: 28px; font-size: .8rem; font-weight: 700; }
.info-button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 14px 22px; border: 1px solid currentColor; line-height: 1.6; }
.info-button--accent { color: #172219; background: #d4eaa4; border-color: #d4eaa4; }
.info-button:hover, .info-link-grid a:hover, .voice-card__actions a:hover { text-decoration: underline; text-underline-offset: 5px; }
.info-wrap { max-width: 1248px; padding: 0 24px; margin: auto; }
.info-section { padding: 76px 0; border-bottom: 1px solid #21283a25; }
.info-section h2, .guide-article h2 { font-size: clamp(1.6rem, 3vw, 2.65rem); line-height: 1.5; letter-spacing: -.035em; margin: 12px 0 28px; }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.path-card { position: relative; padding: 38px; border: 1px solid #29382d2f; background: #e3e8dc; overflow: hidden; }
.path-card--rvc { background: #e9e4f0; }
.path-card__number { position: absolute; right: 20px; top: -10px; font-size: 9rem; line-height: 1; color: #2531370a; font-weight: 900; pointer-events: none; }
.path-card h3 { font-size: 1.5rem; margin: 16px 0; }
.path-card p:not(.info-eyebrow) { font-size: .9rem; line-height: 1.9; max-width: 460px; }
.path-card strong { display: block; margin-top: 24px; font-size: .8rem; }
.path-card:hover { border-color: #344d3c; }
.info-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.info-section-heading > p { font-size: .75rem; line-height: 1.8; margin-bottom: 30px; color: #555b69; }
.voice-filters { display: flex; flex-wrap: wrap; align-items: end; gap: 16px; padding: 22px; margin-bottom: 36px; background: #e8e7e1; }
.voice-filters label { display: grid; gap: 8px; font-size: .75rem; font-weight: 700; }
.voice-filters select, .voice-filters button { color: #20283b; background: #faf9f5; border: 1px solid #78816e; min-height: 44px; padding: 10px 14px; border-radius: 0; }
.voice-filters button { cursor: pointer; }
.voice-filters p { margin: 0 0 12px auto; font-size: .8rem; }
.voice-group { margin: 40px 0 0; }
.voice-group__title { display: flex; flex-wrap: wrap; gap: 12px; font-size: .7rem; letter-spacing: .13em; padding-bottom: 18px; border-bottom: 1px solid #21283a; }
.voice-group__title span { font-weight: 400; color: #555b69; }
.voice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 22px; margin-top: 26px; }
.voice-card { min-width: 0; background: #fffefa; border: 1px solid #21283a20; display: flex; flex-direction: column; }
.voice-card__image { position: relative; display: block; overflow: hidden; }
.voice-card__image img { width: 100%; aspect-ratio: 1.1; object-fit: cover; transition: transform .4s ease; }
.voice-card__image:hover img { transform: scale(1.035); }
.voice-card__image > span { position: absolute; bottom: 14px; left: 14px; background: #101323ec; color: #fff; padding: 7px 10px; font-size: .6rem; }
.voice-card__body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.voice-card h3 { margin: 6px 0 10px; font-size: 1.2rem; line-height: 1.5; }
.voice-card__body > p:not(.info-eyebrow) { font-size: .82rem; line-height: 1.8; color: #555b69; margin: 0; }
.voice-card .info-eyebrow { font-size: .55rem; color: #626950; margin: 0; }
.voice-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 22px; padding: 0; list-style: none; }
.voice-tags li { border: 1px solid #21283a25; padding: 4px 7px; font-size: .6rem; }
.voice-card__actions { display: grid; gap: 8px; margin-top: auto; font-size: .73rem; font-weight: 700; }
.voice-card__actions a, .voice-card__actions button { padding: 12px 0; min-height: 44px; }
.voice-card__actions button { cursor: pointer; border: 1px solid #8d9588; background: #e7ecdf; color: #21283a; text-align: center; }
.voice-card__actions button[aria-pressed="true"] { background: #263a2a; color: #fff; }
.info-bridge { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; }
.info-bridge p:not(.info-eyebrow) { max-width: 600px; font-size: .9rem; line-height: 2; }
.info-diagram { display: grid; place-content: center; gap: 14px; text-align: center; background: #e8e4ef; padding: 38px; border: 1px solid #27213920; }
.info-diagram strong { font-size: 3.5rem; letter-spacing: .13em; font-weight: 300; }
.info-diagram b { font-size: .65rem; font-weight: 500; color: #595365; }
.info-diagram span { font-size: .85rem; }
.info-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 30px 0; }
.info-link-grid > a { padding: 24px; border: 1px solid #21283a40; font-size: .95rem; font-weight: 700; line-height: 1.6; }
.info-link-grid span { display: block; font-size: .73rem; font-weight: 400; margin-top: 16px; color: #555b69; }
.info-faq { border-bottom: 1px solid #21283a30; padding: 0 4px; }
.info-faq summary { padding: 22px 0; font-weight: 700; cursor: pointer; font-size: .95rem; line-height: 1.7; }
.info-faq p { margin: 0 0 25px; font-size: .9rem; line-height: 2; max-width: 850px; }
.info-subtle { color: #555b69; font-size: .75rem; line-height: 1.9; margin-top: 30px; }
.info-subtle a, .guide-article a { text-decoration: underline; text-underline-offset: 4px; }
.info-notice { background: #e7ecdf; border-left: 3px solid #778967; padding: 22px 26px; font-size: .85rem; line-height: 1.9; }
.guide-layout { max-width: 1248px; padding: 64px 24px 80px; margin: auto; display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 70px; align-items: start; }
.guide-toc { position: sticky; top: calc(var(--site-header-height) + 28px); font-size: .75rem; line-height: 1.7; }
.guide-toc ol { list-style: none; padding: 0; border-top: 1px solid #21283a35; }
.guide-toc li a { display: block; padding: 13px 0; border-bottom: 1px solid #21283a25; }
.guide-toc a:hover { text-decoration: underline; }
.guide-article { min-width: 0; font-size: .94rem; line-height: 2; }
.guide-article section { padding: 0 0 48px; margin-bottom: 45px; border-bottom: 1px solid #21283a25; }
.guide-article h2 { font-size: 1.85rem; }
.guide-article h3 { font-size: 1.18rem; margin-top: 28px; line-height: 1.7; }
.guide-article li { margin: 8px 0; }
.guide-article ol, .guide-article ul { padding-left: 1.4em; }
.guide-article code { font-size: .83em; background: #e5e5df; padding: 3px 5px; overflow-wrap: anywhere; }
.guide-article pre { background: #171d2b; color: #dbe3ed; padding: 24px; overflow-x: auto; font-size: .78rem; line-height: 1.8; }
.guide-article pre code { background: none; padding: 0; font-size: inherit; }
.guide-table-wrap { overflow-x: auto; border: 1px solid #21283a25; margin: 24px 0; }
.guide-article table { border-collapse: collapse; width: 100%; min-width: 560px; font-size: .81rem; line-height: 1.8; }
.guide-article th, .guide-article td { text-align: left; padding: 16px; border: 1px solid #21283a20; vertical-align: top; }
.guide-article th { background: #e4e6df; }
.guide-article .path-grid { gap: 16px; }
.guide-article .path-card { padding: 24px; text-decoration: none; }
.guide-article .path-card h3 { margin: 0 0 12px; }
.guide-video-link { display: grid; grid-template-columns: 160px 1fr; gap: 24px; align-items: center; border: 1px solid #21283a40; padding: 20px; text-decoration: none !important; }
.guide-video-link img { aspect-ratio: 1; object-fit: cover; }
.guide-video-link small { display: block; color: #626571; margin-top: 10px; }
@media (max-width: 1050px) { .guide-layout { grid-template-columns: 200px minmax(0, 1fr); gap: 35px; } .voice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .info-hero--catalog { gap: 30px; } }
@media (max-width: 760px) {
  .info-hero { padding: 42px 24px; } .info-hero--catalog { grid-template-columns: 1fr; gap: 35px; } .info-hero__art { max-width: 420px; width: 94%; margin: auto; }
  .info-hero h1 { font-size: 2.7rem; } .info-hero__copy > p:not(.info-eyebrow) { font-size: .87rem; }
  .info-section { padding: 48px 0; } .path-grid, .info-bridge, .info-link-grid { grid-template-columns: 1fr; gap: 16px; }
  .path-card { padding: 26px; } .info-section-heading { display: block; } .voice-filters { display: grid; grid-template-columns: 1fr; } .voice-filters p { margin: 0; }
  .voice-grid { grid-template-columns: 1fr; } .voice-card__image img { aspect-ratio: 1.15; } .voice-card__body { padding: 24px; }
  .info-diagram { margin-top: 18px; } .guide-layout { grid-template-columns: 1fr; gap: 32px; padding-top: 32px; } .guide-toc { position: static; } .guide-toc ol { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
  .guide-article { font-size: .9rem; } .guide-article h2 { font-size: 1.5rem; } .guide-video-link { grid-template-columns: 88px 1fr; gap: 16px; font-size: .8rem; } .guide-video-link small { font-size: .65rem; }
}
@media (prefers-reduced-motion: reduce) { .voice-card__image img { transition: none; } .voice-card__image:hover img { transform: none; } }
