/* Public pages use their own palette so player and video tokens stay intact. */
html.page-doc:not(.render-mode), html.page-doc:not(.render-mode) body {
    background: #f8f7f2;
}
:is(.doc-page, .song-page__content, .site-header, .site-footer) {
    --paper: #f8f7f2;
    --surface: #fffefa;
    --forest: #223c32;
    --muted: #69746a;
    --border: #dddfd5;
    --green: #dce8cd;
    --accent: #b84e31;
    color: var(--forest);
    color-scheme: light;
    line-height: 1.7;
}
:is(.doc-page, .song-page__content, .site-header, .site-footer) ::selection { background: #dce8cd; color: #223c32; }
:is(.doc-page, .song-page__content, .site-header, .site-footer) :focus-visible { outline: 3px solid #b84e31; outline-offset: 5px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 20px; background: #223c32; color: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: relative; z-index: 20; background: #f8f7f2; border-bottom: 1px solid var(--border); }
.site-header__inner { max-width: 1328px; padding: 22px 40px 0; margin: auto; display: flex; align-items: center; flex-wrap: wrap; gap: 18px 32px; }
.site-header a { text-decoration: none; color: var(--forest); }
.site-header__brand { display: flex; align-items: center; font-size: 27px; font-weight: 700; letter-spacing: -1.4px; }
.brand-dot { color: var(--accent); }
.brand-icon { display: flex; align-items: center; justify-content: center; gap: 3px; width: 34px; height: 34px; margin-right: 10px; border-radius: 50%; background: var(--forest); transform: rotate(-12deg); }
.brand-icon i { width: 3px; height: 12px; background: #e5edcf; border-radius: 3px; }
.brand-icon i:nth-child(2) { height: 21px; }.brand-icon i:nth-child(3) { height: 16px; }.brand-icon i:nth-child(4) { height: 8px; }
.site-header__nav { order: 3; display: flex; width: 100%; gap: 26px; overflow-x: auto; scrollbar-width: thin; font-size: 13px; font-weight: 600; }
.site-header__nav a { display: block; flex-shrink: 0; padding: 10px 0 15px; border-bottom: 2px solid transparent; }
.site-header__nav a:hover, .site-header__nav a[aria-current] { border-bottom-color: var(--forest); }
.site-header__search { margin-left: auto; display: flex; width: 320px; border: 1px solid var(--border); background: var(--surface); border-radius: 50px; padding: 4px; }
.site-header__search input { width: 100%; min-width: 0; background: transparent; border: 0; padding: 5px 13px; font-size: 13px; color: var(--forest); }
.site-header__search input::placeholder { color: var(--muted); opacity: 1; }
.site-header__search button { border: 0; background: var(--forest); color: #fffefa; padding: 8px 18px; border-radius: 40px; font-size: 12px; font-weight: 600; cursor: pointer; }
.site-header__search button:hover { background: #365747; }
.doc-page, .song-page__content { position: relative; z-index: 10; max-width: 1160px; margin: auto; padding: 48px 40px 96px; background: var(--paper); font-size: 16px; min-height: 55vh; overflow-wrap: anywhere; }
.home-page { max-width: 1328px; padding-top: 56px; }
:is(.doc-page, .song-page__content) :is(p, ul, ol, dl, table) { margin-bottom: 20px; }
:is(.doc-page, .song-page__content) :is(h1,h2,h3) { color: var(--forest); text-wrap: balance; }
:is(.doc-page, .song-page__content) h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 4.7vw, 64px); line-height: 1.08; letter-spacing: -2px; font-weight: 400; margin: 12px 0 24px; max-width: 950px; }
:is(.doc-page, .song-page__content) h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(27px, 2.8vw, 36px); font-weight: 400; letter-spacing: -.8px; line-height: 1.2; margin: 48px 0 20px; }
:is(.doc-page, .song-page__content) h3 { font-size: 19px; font-weight: 600; line-height: 1.4; margin: 28px 0 12px; }
:is(.doc-page, .song-page__content) :is(h2,h3,section)[id] { scroll-margin-top: 28px; }
:is(.doc-page, .song-page__content) a { color: var(--forest); text-decoration-color: #a8b5a6; text-underline-offset: 4px; }
:is(.doc-page, .song-page__content) a:hover { text-decoration-color: var(--accent); color: var(--accent); }
:is(.doc-page, .song-page__content) :is(p, li, dd) { text-wrap: pretty; }
:is(.doc-page, .song-page__content) > p, .artist-facts p, .facet-page__prose p, .song-prose p { max-width: 760px; }
.doc-page__lead, .song-page__lead { max-width: 760px; font-size: 19px; line-height: 1.7; color: var(--muted); margin-bottom: 40px !important; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; font-size: 12px; color: var(--muted); margin: 0 0 30px; padding: 0; }
.breadcrumb li + li::before { content: '/'; color: #aab0a4; margin-right: 8px; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: var(--accent); margin-bottom: 16px !important; }
.home-hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.home-hero__copy { padding: 16px 0; }
.home-hero h1 { font-size: clamp(54px, 6.2vw, 88px); letter-spacing: -4px; max-width: 560px; margin: 24px 0; }
.home-hero__intro { max-width: 430px; font-size: 18px; color: var(--muted); line-height: 1.8; }
.home-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin: 32px 0; }
a.button-primary { display: inline-flex; justify-content: center; align-items: center; gap: 24px; background: var(--forest); color: #fffefa; border-radius: 50px; padding: 15px 24px; text-decoration: none; font-size: 14px; font-weight: 600; }
a.button-primary:hover { background: #365747; color: white; }
a.button-text { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 13px; font-weight: 600; text-decoration: none; }
.home-hero__caption { color: var(--muted); font-size: 12px; max-width: 400px; }
a.home-spotlight { position: relative; display: block; min-width: 0; aspect-ratio: 1.06; border-radius: 140px 12px 12px 12px; overflow: hidden; background: #344d3d; color: white; text-decoration: none; isolation: isolate; }
.home-spotlight::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, #12291d0d 25%, #12291de8 100%); z-index: -1; }
.home-spotlight img { position: absolute; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 300ms; }
.home-spotlight:hover img { transform: scale(1.025); }
.home-spotlight__initial { position: absolute; inset: 0; display: grid; place-items: center; font: 220px Georgia, serif; color: #c8d9ba; z-index: -2; }
.home-spotlight__label { position: absolute; top: 28px; right: 28px; padding: 7px 13px; background: #fffefa; color: #223c32; font-size: 11px; border-radius: 30px; }
.home-spotlight__info { position: absolute; bottom: 30px; left: 32px; right: 32px; display: flex; flex-direction: column; gap: 5px; color: #fffefa; font-size: 14px; }
.home-spotlight__info strong { font: 400 clamp(27px, 3vw, 42px)/1.12 Georgia, serif; }
.home-spotlight__cta { display: flex; justify-content: space-between; border-top: 1px solid #ffffff52; padding-top: 15px; margin-top: 15px; font-size: 12px; }
.practice-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding: 34px 0; margin: 56px 0 72px; border-block: 1px solid var(--border); }
.practice-steps__item { display: flex; align-items: flex-start; gap: 16px; }
.practice-steps__number { flex: 0 0 auto; white-space: nowrap; color: var(--accent); font: italic 25px Georgia, serif; padding-top: 2px; }
.practice-steps h2 { font-family: inherit; font-size: 15px; font-weight: 600; letter-spacing: -.2px; margin: 0 0 8px; }
.practice-steps p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.7; }
.home-sections { margin-bottom: 76px; }
.home-sections h2, .section-heading h2 { margin-top: 0; }
.home-sections__lead, .home-featured__lead { color: var(--muted); font-size: 14px; }
.home-sections__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; list-style: none; padding: 0; }
.home-sections__list a { display: flex; align-items: center; gap: 14px; padding: 22px 20px; background: #e9eddf; border-radius: 6px; text-decoration: none; font-size: 15px; font-weight: 600; min-height: 86px; transition: background 150ms; }
.home-sections__list li:nth-child(3n+2) a { background: #f0e7d9; }.home-sections__list li:nth-child(3n) a { background: #e2e9e5; }
.home-sections__list a:hover { background: #d6e1c8; color: var(--forest); }
.home-sections__list a > :last-child { margin-left: auto; }.home-sections__number { font-size: 10px; color: #69746a; font-weight: 400; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading h2 { margin-bottom: 12px; }
.catalog-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; list-style: none; padding: 0; margin-top: 32px; }
.home-featured__list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.catalog-list__item { min-width: 0; border: 1px solid var(--border); border-radius: 9px; background: var(--surface); overflow: hidden; }
.catalog-list__item:not(.song-card) { padding: 20px; }
.catalog-list__item a { text-decoration: none; }
.song-card__link { display: flex; height: 100%; flex-direction: column; }
.song-card__image { position: relative; display: block; aspect-ratio: 1.65; overflow: hidden; background: #dce3d1; }
.song-card__image img { display: block; height: 100%; width: 100%; object-fit: cover; transition: transform 250ms; }
.song-card:hover img { transform: scale(1.04); }
.song-card__placeholder { display: grid; place-items: center; height: 100%; font: italic 80px Georgia, serif; color: #687d5d; }
.song-card__play { position: absolute; bottom: 12px; right: 12px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #fffefaeF; color: #223c32; }
.song-card__body { display: flex; flex-direction: column; align-items: start; flex: 1; gap: 6px; padding: 18px; }
.catalog-list__artist, .song-links__artist { display: block; font-size: 12px; color: var(--muted); }
.catalog-list__title { display: block; font-size: 18px; font-weight: 600; line-height: 1.35; }
.catalog-list__level { display: inline-block; margin-top: 10px; padding: 3px 8px; border: 1px solid #dce2d4; border-radius: 4px; font-size: 10px; color: #526444; background: #f2f5eb; }
.catalog-artists { border-top: 1px solid var(--border); padding-top: 16px; margin-top: 48px; }
.catalog-artists__lead { color: var(--muted); }.catalog-artists__list { display: flex; flex-wrap: wrap; list-style: none; gap: 8px; padding: 0; }
.catalog-artists__list a { display: inline-block; padding: 8px 16px; background: #edeee5; border-radius: 30px; text-decoration: none; font-size: 13px; }
.pagination, .pagination__pages { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; list-style: none; padding: 0; }
.pagination { margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--border); font-size: 13px; }.pagination__pages { margin: 0 !important; }
.pagination a, .pagination [aria-current='page'] { display: grid; place-items: center; min-width: 44px; min-height: 44px; padding: 8px 14px; border-radius: 50px; text-decoration: none; }
.pagination a { border: 1px solid var(--border); }.pagination [aria-current='page'] { background: var(--forest); color: white; }.pagination__next { margin-left: auto; }
.artist-index { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; padding: 0; gap: 12px; }
.artist-index li { border-bottom: 1px solid var(--border); }
.artist-index a { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 18px 10px; text-decoration: none; font-weight: 500; }
.artist-index a::after { content: '↗'; color: var(--muted); }.artist-index a:hover { background: #e9eddf; }
.facet-index, .article-index__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 0; list-style: none; }
.facet-index__item, .article-index__item { position: relative; padding: 24px; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; }
.facet-index__item > a, .article-index__item > a { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; font-size: 20px; font-weight: 500; text-decoration: none; }
.facet-index__item > a::after, .article-index__item > a::after { content: ''; position: absolute; inset: 0; border-radius: 8px; }
.facet-index__item:hover, .article-index__item:hover { border-color: #9cae90; background: #f1f4e9; }
.facet-index__count { font: 12px 'Instrument Sans', sans-serif; color: var(--muted); margin-left: auto; }
.facet-index__summary, .article-index__summary { color: var(--muted); font-size: 14px; margin: 10px 0 0 !important; }
.facet-index__standard, .facet-index__method, .facet-index__note, .article__note, .article__fact { padding: 28px; background: #eaf0df; border-left: 3px solid #8c9e73; border-radius: 0 8px 8px 0; margin: 32px 0; }
:is(.facet-index__standard, .facet-index__method, .facet-index__note) h2 { margin-top: 0; }
.song-page__content { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(270px, 1fr); column-gap: 56px; max-width: 1240px; }
.song-page__content > * { grid-column: 1 / -1; min-width: 0; }
.song-page__content > .song-facts { grid-column: 1; }.song-page__content > .song-downloads { grid-column: 2; align-self: start; }
.song-facts dl { border-top: 1px solid var(--border); }.song-facts__row { display: grid; grid-template-columns: 135px 1fr; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
.song-facts__row dt, .song-track__row dt { color: var(--muted); }.song-facts__row dd, .song-track__row dd { margin: 0; }
.song-downloads { margin-top: 36px; padding: 26px; border-radius: 10px; background: #e7eddc; }.song-downloads h2 { margin-top: 0; font-size: 27px; }
.song-downloads__list { list-style: none; padding: 0; margin: 0 !important; }.song-downloads__item { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid #cdd7c1; }
.song-downloads__item a { display: block; flex: 1; padding: 14px 0; text-decoration: none; font-size: 14px; font-weight: 600; }.song-downloads__item a::before { content: '↓'; margin-right: 12px; }.song-downloads__size { font-size: 11px; color: var(--muted); white-space: nowrap; }
.song-prose, .song-tracks, .song-faq, .song-video, .song-links { padding-top: 12px; margin-top: 24px; border-top: 1px solid var(--border); }
.song-prose__byline, .article__signature { margin-top: 28px; color: var(--muted); font-size: 12px; }
.song-track { padding: 24px; margin: 20px 0; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); }.song-track h3 { margin-top: 0; }
.song-track__facts, .song-track__downloads { display: flex; flex-wrap: wrap; gap: 12px 24px; list-style: none; padding: 0; font-size: 13px; }.song-track__row { display: flex; gap: 8px; }.song-track__downloads a { display: inline-block; padding: 8px 14px; border: 1px solid var(--border); border-radius: 6px; text-decoration: none; }
.song-video__frame { aspect-ratio: 16 / 9; border-radius: 10px; overflow: hidden; background: #223c32; max-width: 850px; }.song-video__frame iframe { width: 100%; height: 100%; display: block; border: 0; }.song-video__link { font-size: 13px; margin-top: 12px; }
.song-faq__item, .facet-faq__item { border-bottom: 1px solid var(--border); padding: 22px 0; max-width: 800px; }.song-faq__item dt, .facet-faq__item dt { font-weight: 600; margin-bottom: 8px; }.song-faq__item dd, .facet-faq__item dd { color: var(--muted); margin: 0; }
.song-links ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; gap: 12px; padding: 0; }.song-links li { padding: 20px; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); }.song-links li a { display: block; text-decoration: none; font-weight: 500; }
.article { max-width: 960px; }.article__body, .article > .doc-page__lead { max-width: 740px; }.article__body p { line-height: 1.85; }
.article__toc { padding: 28px 32px; background: #e9eddf; border-radius: 8px; margin: 36px 0; }.article__toc h2 { margin-top: 0; font-family: inherit; font-size: 15px; font-weight: 600; letter-spacing: 0; }.article__toc ol { padding-left: 22px; margin-bottom: 0; columns: 2; column-gap: 32px; }.article__toc li { padding: 5px 0; break-inside: avoid; font-size: 14px; }.article__toc a { text-decoration: none; }
.article__list { padding-left: 24px; }.article__list li { margin: 10px 0; }.article__definition, .criteria-list__item { border-bottom: 1px solid var(--border); padding: 20px 0; }.article__definition dt, .criteria-list__item dt { font-weight: 600; }.article__definition dd, .criteria-list__item dd { color: var(--muted); margin: 8px 0 0; }.criteria-list__weight { font-size: 12px; float: right; padding: 3px 9px; border-radius: 5px; background: #e9eddf; }
.article__illustration { margin: 32px 0; }.article__illustration img { display: block; width: 100%; height: auto; border-radius: 8px; }.article__illustration figcaption, .article__tab-caption { color: var(--muted); font-size: 12px; margin-top: 10px; }
.article__tab { margin: 28px 0; }.article__tab-code { overflow-x: auto; white-space: pre; padding: 24px; border-radius: 8px; background: #e9eddf; color: #223c32; font: 13px/1.6 ui-monospace, Consolas, monospace; }.article__tab-title { font-size: 14px; font-weight: 600; }
.article-index__cluster { padding-bottom: 24px; }.article-index__cluster > p { color: var(--muted); max-width: 740px; }.article__date { display: inline-block; margin-left: 12px; }
:is(.tuning-steps, .chord-shape, .level-profile, .criteria-table, .article__table) { width: 100%; border-collapse: collapse; font-size: 14px; margin: 24px 0; }
:is(.tuning-steps, .chord-shape, .level-profile, .criteria-table, .article__table) :is(th, td) { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--border); }
:is(.tuning-steps, .chord-shape, .level-profile, .criteria-table, .article__table) th { font-weight: 600; background: #e9eddf; }
.article__table-wrap { overflow-x: auto; max-width: 100%; }.tuning-steps__row--moved td:last-child { color: var(--accent); font-weight: 600; }.tuning-steps__notation { padding: 18px 24px; background: #e9eddf; border-radius: 8px; }.tuning-steps__notation strong { letter-spacing: 4px; margin-left: 12px; }
.chord-shape__others { list-style: none; padding: 0; }.chord-shape__others li { display: flex; gap: 24px; border-bottom: 1px solid var(--border); padding: 12px 0; }.chord-shape__others span, .level-profile__method { color: var(--muted); font-size: 13px; }.chord-shape__others code { letter-spacing: 3px; }
.doc-page__updated { margin-top: 32px; color: var(--muted); font-size: 12px; }.doc-page__back, .song-page__back { padding-top: 28px; margin-top: 48px; border-top: 1px solid var(--border); font-size: 14px; }.doc-page__back a, .song-page__back a { text-decoration: none; }.doc-page__back a::before, .song-page__back a::before { content: '←'; margin-right: 12px; }
.site-footer { position: relative; z-index: 10; background: #e9eddf; border-top: 1px solid #d3dac7; }
.site-footer__inner { max-width: 1328px; margin: auto; padding: 56px 40px 28px; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 32px 64px; }
.site-footer__identity { max-width: 340px; }.site-footer__logo { font-size: 30px; font-weight: 700; letter-spacing: -1.5px; }.site-footer__tagline { font: 25px/1.2 Georgia, serif; margin: 18px 0; }.site-footer__brand { color: var(--muted); font-size: 12px; }
.site-footer a { color: var(--forest); text-decoration: none; }.site-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }.site-footer__links { display: flex; flex-direction: column; gap: 5px; font-size: 13px; }.site-footer__links a { padding: 5px 0; }
.site-footer__legal { grid-column: 1/-1; padding-top: 24px; border-top: 1px solid #cdd7c1; font-size: 11px; color: var(--muted); }.lang-switcher { font-size: 12px; display: flex; gap: 16px; }.lang-switcher ul { list-style: none; display: flex; gap: 12px; }
html:not(.page-doc) .site-footer { display: none; }
html.render-mode .site-header, html.render-mode .site-footer, html.render-mode .skip-link { display: none; }
@media (min-width: 1100px) { .doc-page:not(.home-page):not(.article):not(.article-index):not(.facet-page):has(> .catalog-list), .doc-page:has(> .artist-index) { max-width: 1328px; } .doc-page > .catalog-list { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 1000px) {
    .home-hero { gap: 32px; }.home-hero h1 { font-size: 66px; }.home-featured__list { grid-template-columns: repeat(3, minmax(0,1fr)); }.home-sections__list { grid-template-columns: repeat(2,1fr); }.practice-steps { gap: 20px; }.practice-steps__item { gap: 10px; }.site-footer__inner { gap: 32px; }.song-page__content { column-gap: 28px; }
}
@media (max-width: 700px) {
    .site-header__inner { padding: 16px 20px 0; gap: 14px; }.site-header__brand { font-size: 23px; }.brand-icon { width: 28px; height: 28px; margin-right: 7px; }.site-header__search { width: 220px; flex: 1; max-width: 290px; }.site-header__search button { padding: 7px 12px; }.site-header__search input { padding-left: 9px; font-size: 12px; }.site-header__nav { gap: 22px; font-size: 12px; }
    .doc-page, .song-page__content { padding: 32px 20px 64px; }.home-hero { grid-template-columns: 1fr; gap: 24px; }.home-hero__copy { padding: 0; }.home-hero h1 { font-size: clamp(52px, 11vw, 72px); letter-spacing: -2.5px; max-width: 490px; }.home-hero__intro { font-size: 16px; }.home-hero__actions { margin: 24px 0 18px; }.home-hero__caption { margin-bottom: 0 !important; }a.home-spotlight { aspect-ratio: 1.35; border-top-left-radius: 100px; max-height: 440px; }.home-spotlight__info { bottom: 24px; left: 24px; right: 24px; }.home-spotlight__info strong { font-size: 30px; }
    .practice-steps { grid-template-columns: 1fr; margin: 36px 0 44px; padding: 24px 0; gap: 22px; }.practice-steps__item { gap: 18px; }.practice-steps p { max-width: 450px; }.practice-steps h2 { font-size: 16px; }.home-sections { margin-bottom: 44px; }.home-sections__list { gap: 8px; }.home-sections__list a { padding: 16px 12px; min-height: 75px; font-size: 13px; gap: 10px; }.home-sections__number { display: none; }
    .section-heading { align-items: flex-start; flex-direction: column; gap: 0; }.catalog-list, .home-featured__list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }.song-card__body { padding: 14px; }.catalog-list__title { font-size: 16px; }.catalog-list__artist { font-size: 11px; }.catalog-list__level { font-size: 9px; padding-inline: 5px; }.song-card__play { width: 28px; height: 28px; bottom: 8px; right: 8px; }
    .artist-index, .facet-index, .article-index__list { grid-template-columns: repeat(2,minmax(0,1fr)); }.facet-index__item, .article-index__item { padding: 20px; }.facet-index__item > a, .article-index__item > a { font-size: 18px; }.song-page__content { display: block; }.song-facts__row { grid-template-columns: 115px 1fr; gap: 16px; }.song-downloads { padding: 24px; }.song-links ul { grid-template-columns: 1fr; }.song-track { padding: 20px; }.song-track__facts { flex-direction: column; gap: 8px; }.song-faq__item dd, .facet-faq__item dd { font-size: 15px; }
    .article__toc { padding: 24px; }.article__toc ol { columns: 1; }.article__tab-code { padding: 16px; font-size: 12px; }:is(.tuning-steps, .chord-shape, .level-profile, .criteria-table, .article__table) :is(th,td) { padding: 10px 8px; font-size: 12px; }.tuning-steps__notation strong { display: block; margin-left: 0; }
    .site-footer__inner { padding: 40px 20px 24px; grid-template-columns: 1fr 1fr; gap: 28px; }.site-footer__identity { grid-column: 1/-1; max-width: 450px; }.site-footer__links { font-size: 12px; }
}
@media (max-width: 380px) { .site-header__search { flex-basis: 100%; max-width: none; }.catalog-list, .home-featured__list, .facet-index, .article-index__list, .artist-index { grid-template-columns: 1fr; }.home-hero h1 { font-size: 50px; } }
@media (prefers-reduced-motion: reduce) { .song-card__image img, .home-spotlight img { transition: none; }.song-card:hover img, .home-spotlight:hover img { transform: none; } }
