:root {
    --bg-main: #09070b;
    --bg-shell: #12111a;
    --bg-panel: rgba(23, 20, 30, 0.8);
    --bg-panel-strong: rgba(31, 27, 40, 0.92);
    --bg-soft: rgba(255, 248, 239, 0.06);
    --text-main: #f7f1e8;
    --text-soft: #dbcbb5;
    --text-muted: #a89b90;
    --line-soft: rgba(246, 225, 198, 0.14);
    --line-strong: rgba(246, 225, 198, 0.24);
    --accent: #d6a86d;
    --accent-strong: #f3cd8c;
    --accent-deep: #8c4b3e;
    --shadow-lg: 0 30px 80px rgba(0, 0, 0, 0.36);
    --shadow-md: 0 18px 40px rgba(0, 0, 0, 0.28);
    --max-width: 1360px;
    --radius-sm: 0.9rem;
    --radius-md: 1.4rem;
    --radius-lg: 2rem;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    color: var(--text-main);
    background:
        radial-gradient(1100px 620px at 10% -4%, rgba(214, 168, 109, 0.14), transparent 65%),
        radial-gradient(900px 600px at 100% 0%, rgba(140, 75, 62, 0.18), transparent 62%),
        linear-gradient(180deg, #0d0a11 0%, #09070b 28%, #0b0910 100%);
    font-family: "Instrument Sans", "Segoe UI", sans-serif;
    line-height: 1.55;
    letter-spacing: 0.01em;
}

body::selection {
    background: rgba(214, 168, 109, 0.35);
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 2px solid var(--accent-strong);
    outline-offset: 3px;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: "Bodoni Moda", "Times New Roman", serif;
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: 0.01em;
}

p {
    margin: 0;
}

.site-shell {
    position: relative;
    overflow: clip;
    isolation: isolate;
}

.site-backdrop {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
}

.backdrop-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(6px);
    opacity: 0.78;
}

.orb-a {
    top: 7rem;
    left: -8rem;
    width: 22rem;
    height: 22rem;
    background: radial-gradient(circle, rgba(214, 168, 109, 0.18) 0%, rgba(214, 168, 109, 0) 70%);
}

.orb-b {
    top: 12rem;
    right: -8rem;
    width: 26rem;
    height: 26rem;
    background: radial-gradient(circle, rgba(140, 75, 62, 0.2) 0%, rgba(140, 75, 62, 0) 72%);
}

.orb-c {
    top: 42rem;
    left: 18%;
    width: 18rem;
    height: 18rem;
    background: radial-gradient(circle, rgba(255, 245, 232, 0.08) 0%, rgba(255, 245, 232, 0) 75%);
}

.backdrop-staff {
    position: absolute;
    top: 9rem;
    right: -10%;
    width: min(68rem, 96vw);
    height: 18rem;
    border-top: 1px solid rgba(246, 225, 198, 0.1);
    border-bottom: 1px solid rgba(246, 225, 198, 0.05);
    transform: rotate(-8deg);
}

.backdrop-staff::before,
.backdrop-staff::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    border-top: 1px solid rgba(246, 225, 198, 0.06);
}

.backdrop-staff::before {
    top: 33%;
}

.backdrop-staff::after {
    top: 66%;
}

.staff-secondary {
    top: 54rem;
    left: -8%;
    right: auto;
    width: min(60rem, 90vw);
    opacity: 0.4;
    transform: rotate(7deg);
}

.site-container {
    width: min(var(--max-width), calc(100% - 3rem));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    padding-top: 1rem;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(246, 225, 198, 0.12);
    border-radius: 1.5rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
        rgba(10, 8, 14, 0.72);
    backdrop-filter: blur(16px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.header-top {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-branding {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.header-kicker,
.eyebrow,
.panel-kicker,
.footer-kicker,
.listing-label,
.card-kind {
    color: var(--accent-strong);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    font-family: "Manrope", "Segoe UI", sans-serif;
}

.header-kicker {
    color: var(--text-muted);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    padding: 0.22rem;
    border-radius: 1rem;
    border: 1px solid rgba(246, 225, 198, 0.16);
    background:
        radial-gradient(circle at 50% 22%, rgba(255, 242, 220, 0.1), rgba(255, 242, 220, 0) 48%),
        linear-gradient(180deg, rgba(37, 24, 29, 0.96), rgba(15, 10, 14, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 10px 24px rgba(0, 0, 0, 0.22);
    flex-shrink: 0;
}

.brand-mark svg {
    display: block;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.2));
}

.brand-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.brand-text strong {
    font-family: "Bodoni Moda", "Times New Roman", serif;
    font-size: clamp(1.45rem, 3vw, 1.8rem);
    font-weight: 600;
    line-height: 1;
}

.brand-text small {
    color: var(--text-muted);
    font-size: 0.84rem;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(246, 225, 198, 0.08);
}

.site-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.65rem;
    padding: 0 1rem;
    border-radius: 999px;
    color: var(--text-soft);
    font-size: 0.95rem;
    font-weight: 600;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--text-main);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

.nav-toggle {
    display: none;
    gap: 0.7rem;
    min-height: 3rem;
    padding: 0 1rem;
    border: 1px solid rgba(246, 225, 198, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text-main);
    box-shadow: none;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
    box-shadow: none;
}

.nav-toggle-lines {
    display: inline-grid;
    gap: 0.25rem;
}

.nav-toggle-lines span {
    display: block;
    width: 1.1rem;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines span:nth-child(2) {
    opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.nav-toggle-lines span {
    transition: transform 180ms ease, opacity 180ms ease;
}

.site-main {
    padding-bottom: 2rem;
}

.home-hero {
    padding: 4.4rem 0 1.5rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
    gap: 1.5rem;
    align-items: stretch;
}

.hero-copy,
.hero-panel,
.page-hero,
.category-card,
.recommended-card,
.compact-card,
.listing-card,
.result-block {
    position: relative;
    overflow: hidden;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    overflow: visible;
    padding: clamp(1.8rem, 4vw, 3.25rem);
    border: 1px solid rgba(246, 225, 198, 0.12);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
        rgba(13, 10, 17, 0.72);
    box-shadow: var(--shadow-lg);
}

.hero-copy::before,
.hero-panel::before,
.page-hero::before,
.category-card::before,
.recommended-card::before,
.compact-card::before,
.listing-card::before,
.result-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 36%);
    pointer-events: none;
}

.eyebrow {
    margin-bottom: 0.2rem;
}

.home-hero h1 {
    max-width: 11ch;
    font-size: clamp(3.4rem, 8vw, 6.7rem);
}

.hero-lead {
    max-width: 58ch;
    color: var(--text-soft);
    font-size: clamp(1.05rem, 1.9vw, 1.35rem);
}

.hero-search-form,
.inline-search-form {
    position: relative;
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.85rem;
    margin-top: 0.45rem;
}

.search-autocomplete-field {
    position: relative;
    min-width: 0;
}

input[type="search"],
input[type="text"] {
    width: 100%;
    min-height: 3.5rem;
    padding: 0 1.15rem;
    border: 1px solid rgba(246, 225, 198, 0.14);
    border-radius: 1rem;
    background: rgba(255, 248, 239, 0.05);
    color: var(--text-main);
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

input[type="search"]::placeholder,
input[type="text"]::placeholder {
    color: rgba(223, 209, 190, 0.6);
}

input[type="search"]:focus,
input[type="text"]:focus {
    border-color: rgba(243, 205, 140, 0.5);
    background: rgba(255, 248, 239, 0.07);
    box-shadow: 0 0 0 4px rgba(243, 205, 140, 0.08);
}

.search-autocomplete-panel {
    position: absolute;
    top: calc(100% + 0.55rem);
    left: 0;
    right: 0;
    z-index: 30;
    padding: 0.65rem;
    border: 1px solid rgba(246, 225, 198, 0.18);
    border-radius: 1rem;
    background:
        linear-gradient(180deg, rgba(28, 17, 23, 0.98) 0%, rgba(20, 11, 16, 0.98) 100%);
    box-shadow: 0 28px 56px rgba(8, 4, 7, 0.46);
    backdrop-filter: blur(12px);
}

.search-autocomplete-status {
    padding: 0.1rem 0.35rem 0.55rem;
    color: var(--text-muted);
    font-size: 0.88rem;
}

.search-autocomplete-groups {
    display: grid;
    gap: 0.65rem;
    max-height: min(26rem, 70vh);
    overflow-y: auto;
}

.search-autocomplete-group {
    display: grid;
    gap: 0.4rem;
}

.search-autocomplete-group-title {
    margin: 0;
    padding: 0 0.35rem;
    color: var(--accent-strong);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.search-autocomplete-options {
    display: grid;
    gap: 0.22rem;
}

.search-autocomplete-option {
    display: grid;
    gap: 0.2rem;
    padding: 0.7rem 0.8rem;
    border-radius: 0.85rem;
    color: var(--text-main);
    text-decoration: none;
    transition: background-color 140ms ease, transform 140ms ease, color 140ms ease;
}

.search-autocomplete-option:hover,
.search-autocomplete-option:focus-visible,
.search-autocomplete-option.is-active {
    background: rgba(243, 205, 140, 0.12);
    color: var(--text-main);
    transform: translateX(2px);
}

.search-autocomplete-option-label {
    font-size: 1rem;
    font-weight: 600;
}

.search-autocomplete-option-subtitle {
    color: var(--text-soft);
    font-size: 0.88rem;
    line-height: 1.45;
}

button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.5rem;
    padding: 0 1.2rem;
    border-radius: 999px;
    font-weight: 700;
}

button {
    border: 1px solid rgba(243, 205, 140, 0.3);
    background:
        linear-gradient(135deg, #f0cb8f 0%, #c88a58 52%, #7b4038 100%);
    color: #190f0e;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(123, 64, 56, 0.26);
    transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

button:hover,
button:focus-visible {
    filter: brightness(1.04);
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(123, 64, 56, 0.34);
}

.hero-hint {
    color: var(--text-muted);
}

.subcategory-block li a {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(246, 225, 198, 0.14);
    border-radius: 999px;
    background: rgba(255, 248, 239, 0.04);
    color: var(--text-soft);
}

.hero-panel {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: clamp(1.5rem, 3vw, 2.15rem);
    border: 1px solid rgba(246, 225, 198, 0.12);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at top left, rgba(243, 205, 140, 0.12), rgba(243, 205, 140, 0) 38%),
        linear-gradient(180deg, rgba(23, 20, 30, 0.96), rgba(14, 12, 19, 0.96));
    box-shadow: var(--shadow-lg);
}

.hero-panel h2 {
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.hero-panel > p {
    color: var(--text-soft);
}

.hero-panel-grid {
    display: grid;
    gap: 0.85rem;
}

.hero-panel-card {
    display: grid;
    gap: 0.25rem;
    padding: 1rem 1rem 1.05rem;
    border: 1px solid rgba(246, 225, 198, 0.11);
    border-radius: 1.15rem;
    background: rgba(255, 248, 239, 0.035);
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.hero-panel-card span {
    color: var(--accent-strong);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.hero-panel-card strong {
    font-size: 1.05rem;
}

.hero-panel-card:hover,
.hero-panel-card:focus-visible {
    border-color: rgba(243, 205, 140, 0.32);
    background: rgba(255, 248, 239, 0.055);
    transform: translateY(-2px);
}

.hero-panel-card p,
.hero-quote small,
.recommended-card p,
.compact-card p,
.listing-card p,
.result-block span,
.section-header p,
.footer-brand p,
.footer-note p,
.footer-meta p,
.empty-state {
    color: var(--text-muted);
}

.subcategory-block li a:hover,
.subcategory-block li a:focus-visible {
    border-color: rgba(243, 205, 140, 0.34);
    color: var(--text-main);
    transform: translateY(-1px);
}

.home-section,
.page-section {
    padding: 1.2rem 0 3.6rem;
}

.section-header {
    margin-bottom: 1.5rem;
}

.section-header h1,
.section-header h2 {
    font-size: clamp(2.25rem, 4vw, 4rem);
}

.section-header p {
    margin-top: 0.7rem;
    max-width: 64ch;
    font-size: 1.02rem;
}

.section-header.compact {
    margin-bottom: 1rem;
}

.page-hero {
    padding: clamp(1.5rem, 3vw, 2.25rem);
    border: 1px solid rgba(246, 225, 198, 0.12);
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(20, 16, 26, 0.95), rgba(11, 9, 15, 0.92));
    box-shadow: var(--shadow-md);
}

.category-grid,
.recommended-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.recommended-card:hover,
.compact-card:hover,
.listing-card:hover,
.result-block:hover {
    transform: translateY(-3px);
    border-color: rgba(243, 205, 140, 0.26);
    box-shadow: 0 26px 55px rgba(0, 0, 0, 0.34);
}

.recommended-card h3 a:hover,
.compact-card h3:hover,
.listing-card h2 a:hover,
.result-block a:hover,
.breadcrumbs a:hover {
    color: var(--accent-strong);
}

.subcategory-grid {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: auto;
}

.subcategory-grid-compact {
    margin-top: 0.9rem;
}

.subcategory-block {
    padding: 0.85rem;
    border: 1px solid rgba(246, 225, 198, 0.1);
    border-radius: 1.05rem;
    background: rgba(255, 248, 239, 0.03);
}

.subcategory-block h4 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.subcategory-block h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.subcategory-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.subcategory-block li a {
    padding: 0.2rem 0.68rem;
    font-size: 0.88rem;
}

.recommended-card {
    grid-column: span 3;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    min-height: 100%;
    padding: 1.2rem;
    border: 1px solid rgba(246, 225, 198, 0.12);
    border-radius: 1.35rem;
    background: linear-gradient(180deg, rgba(21, 18, 27, 0.9), rgba(14, 12, 18, 0.9));
    box-shadow: var(--shadow-md);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.recommended-card:first-child {
    grid-column: span 6;
    padding: 1.5rem;
}

.recommended-card h3 {
    font-size: clamp(1.55rem, 2vw, 2.3rem);
}

.dual-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-column {
    padding: 1.3rem;
    border: 1px solid rgba(246, 225, 198, 0.12);
    border-radius: 1.55rem;
    background: linear-gradient(180deg, rgba(19, 16, 24, 0.92), rgba(11, 9, 15, 0.92));
    box-shadow: var(--shadow-md);
}

.compact-list {
    display: grid;
    gap: 0.85rem;
}

.compact-card,
.listing-card {
    display: block;
    padding: 1.05rem 1.1rem;
    border: 1px solid rgba(246, 225, 198, 0.1);
    border-radius: 1.15rem;
    background: rgba(255, 248, 239, 0.03);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.compact-card {
    padding-left: 1.25rem;
}

.compact-accent {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 4px;
    height: calc(100% - 2rem);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(243, 205, 140, 0.94), rgba(140, 75, 62, 0.6));
}

.compact-card h3,
.listing-card h2 {
    font-size: clamp(1.55rem, 2vw, 2rem);
}

.compact-card p,
.listing-card p,
.result-block span {
    margin-top: 0.35rem;
}

.listing-meta {
    color: var(--text-soft);
    font-weight: 600;
}

.listing-meta a {
    color: var(--text-soft);
    text-decoration: none;
}

.listing-meta a:hover,
.listing-meta a:focus-visible {
    color: var(--accent-strong);
}

.compact-card small,
.listing-card small {
    display: block;
    margin-top: 0.55rem;
    color: var(--text-soft);
}

.listing-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
}

.category-editorial-card {
    margin-bottom: 1rem;
    padding: 1.3rem;
    border: 1px solid rgba(246, 225, 198, 0.12);
    border-radius: 1.55rem;
    background:
        radial-gradient(circle at top right, rgba(243, 205, 140, 0.08), rgba(243, 205, 140, 0) 34%),
        linear-gradient(180deg, rgba(21, 18, 27, 0.96), rgba(14, 12, 18, 0.92));
    box-shadow: var(--shadow-md);
}

.category-editorial-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

.category-editorial-header small {
    color: var(--text-soft);
}

.alphabet-panel {
    display: grid;
    gap: 1.1rem;
    margin-bottom: 1.35rem;
    padding: clamp(1.2rem, 3vw, 1.75rem);
    border: 1px solid rgba(246, 225, 198, 0.14);
    border-radius: 1.6rem;
    background:
        radial-gradient(circle at top left, rgba(243, 205, 140, 0.12), rgba(243, 205, 140, 0) 38%),
        linear-gradient(180deg, rgba(22, 18, 28, 0.96), rgba(12, 10, 16, 0.94));
    box-shadow: var(--shadow-md);
}

.alphabet-panel-header {
    display: grid;
    gap: 0.45rem;
}

.alphabet-panel-header h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.alphabet-panel-header p:last-child {
    color: var(--text-soft);
    max-width: 60ch;
}

.alphabet-toolbar {
    display: grid;
    gap: 1rem;
}

.alphabet-home,
.alphabet-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    border: 1px solid rgba(246, 225, 198, 0.12);
    border-radius: 0.9rem;
    background: rgba(255, 248, 239, 0.025);
    color: var(--text-soft);
    font-weight: 600;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.alphabet-home {
    padding: 0 0.9rem;
    justify-self: start;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.alphabet-grid {
    display: grid;
    gap: 0.4rem;
    grid-template-columns: repeat(auto-fit, minmax(2.2rem, 1fr));
}

.alphabet-link {
    font-family: "Bodoni Moda", "Times New Roman", serif;
    font-size: clamp(0.92rem, 1.4vw, 1.1rem);
    line-height: 1;
}

.alphabet-home:hover,
.alphabet-home:focus-visible,
.alphabet-link:hover,
.alphabet-link:focus-visible,
.alphabet-home.is-active,
.alphabet-link.is-active {
    color: var(--text-main);
    border-color: rgba(243, 205, 140, 0.44);
    background:
        linear-gradient(135deg, rgba(243, 205, 140, 0.18), rgba(140, 75, 62, 0.16)),
        rgba(255, 248, 239, 0.08);
    transform: translateY(-2px);
}

.alphabet-link.is-disabled {
    color: var(--text-muted);
    opacity: 0.45;
}

.listing-section-header {
    margin-top: 0.25rem;
}

.pagination-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 1.4rem;
    flex-wrap: wrap;
}

.pagination-pages {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.pagination-link,
.pagination-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0 1rem;
    border-radius: 999px;
    border: 1px solid rgba(246, 225, 198, 0.12);
    background: rgba(255, 248, 239, 0.04);
}

.pagination-link {
    color: var(--text-main);
    font-weight: 700;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.pagination-link:hover,
.pagination-link:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(243, 205, 140, 0.32);
    background: rgba(255, 248, 239, 0.08);
}

.pagination-link.is-current {
    border-color: rgba(243, 205, 140, 0.44);
    background:
        linear-gradient(135deg, rgba(243, 205, 140, 0.18), rgba(140, 75, 62, 0.16)),
        rgba(255, 248, 239, 0.08);
    color: var(--text-main);
}

.pagination-status {
    color: var(--text-soft);
}

.pagination-ellipsis {
    min-width: 3rem;
}

.admin-edit-link {
    margin-left: 0.55rem;
    color: var(--accent-strong);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.admin-edit-link:hover,
.admin-edit-link:focus-visible {
    text-decoration: underline;
}

.category-editorial-text {
    color: var(--text-soft);
    line-height: 1.75;
}

.category-editorial-text .autolinked-content-link,
.lyric-text .autolinked-content-link,
.artist-hero-lead .autolinked-content-link,
.artist-bio-intro .autolinked-content-link,
.artist-bio-section-content .autolinked-content-link,
.artist-bio-text .autolinked-content-link {
    color: var(--accent-strong);
    text-decoration: underline;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
    transition: color 180ms ease, text-decoration-color 180ms ease;
}

.category-editorial-text .autolinked-content-link:hover,
.category-editorial-text .autolinked-content-link:focus-visible,
.lyric-text .autolinked-content-link:hover,
.lyric-text .autolinked-content-link:focus-visible,
.artist-hero-lead .autolinked-content-link:hover,
.artist-hero-lead .autolinked-content-link:focus-visible,
.artist-bio-intro .autolinked-content-link:hover,
.artist-bio-intro .autolinked-content-link:focus-visible,
.artist-bio-section-content .autolinked-content-link:hover,
.artist-bio-section-content .autolinked-content-link:focus-visible,
.artist-bio-text .autolinked-content-link:hover,
.artist-bio-text .autolinked-content-link:focus-visible {
    color: var(--text-main);
    text-decoration-color: var(--accent-strong);
}

.taxomesh-error-card code,
.taxomesh-error-card pre {
    font-family: "IBM Plex Mono", "SFMono-Regular", monospace;
}

.taxomesh-error-card code {
    color: var(--accent-strong);
    word-break: break-word;
}

.taxomesh-error-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.taxomesh-error-grid h2 {
    margin-bottom: 0.55rem;
    font-size: 1.3rem;
}

.taxomesh-error-grid pre {
    margin: 0;
    padding: 0.9rem;
    overflow-x: auto;
    border: 1px solid rgba(246, 225, 198, 0.1);
    border-radius: 1rem;
    background: rgba(255, 248, 239, 0.04);
    color: var(--text-soft);
    line-height: 1.6;
}

.category-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.listing-label {
    display: block;
    margin-bottom: 0.5rem;
}

.listing-label--with-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listing-label-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.85rem;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    background: rgba(246, 225, 198, 0.12);
    color: var(--text-soft);
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.result-blocks {
    margin-top: 1.3rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.result-block {
    padding: 1.2rem;
    border: 1px solid rgba(246, 225, 198, 0.1);
    border-radius: 1.35rem;
    background: linear-gradient(180deg, rgba(20, 16, 26, 0.92), rgba(11, 9, 15, 0.92));
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.result-block h2 {
    margin-bottom: 0.75rem;
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
}

.result-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.8rem;
}

.result-block li {
    display: grid;
    gap: 0.18rem;
}

.lyric-detail-section {
    padding-top: 1.4rem;
}

.lyric-detail-layout {
    display: grid;
    gap: 1rem;
}

.lyric-hero,
.lyric-sheet,
.lyric-sidebar-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(246, 225, 198, 0.12);
    border-radius: 1.55rem;
    background: linear-gradient(180deg, rgba(20, 16, 26, 0.95), rgba(11, 9, 15, 0.92));
    box-shadow: var(--shadow-md);
}

.lyric-hero::before,
.lyric-sheet::before,
.lyric-sidebar-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 38%);
    pointer-events: none;
}

.lyric-hero {
    padding: clamp(1.8rem, 3vw, 2.8rem);
}

.lyric-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.7rem, 6vw, 5.4rem);
}

.lyric-hero-meta {
    margin-top: 0.85rem;
    color: var(--text-soft);
    font-size: 1.05rem;
    font-weight: 600;
}

.lyric-detail-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.7fr);
    align-items: start;
}

.video-showcase {
    padding: 0;
    position: sticky;
    top: 1rem;
}

.video-showcase-shell {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1rem;
}

.video-showcase-header {
    display: grid;
    gap: 0.9rem;
}

.video-showcase-intro {
    display: grid;
    gap: 0.38rem;
}

.video-showcase h2 {
    margin: 0;
    font-size: clamp(1.35rem, 1.8vw, 1.85rem);
}

.video-showcase h2 a {
    color: inherit;
    text-decoration: none;
}

.video-showcase h2 a:hover,
.video-showcase h2 a:focus-visible {
    color: var(--accent-strong);
}

.video-player-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(246, 225, 198, 0.11);
    border-radius: 1.2rem;
    background:
        radial-gradient(circle at top, rgba(243, 205, 140, 0.08), rgba(243, 205, 140, 0) 48%),
        #09070d;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.video-player-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-player-current {
    color: var(--text-main);
    font-family: "Bodoni Moda", "Times New Roman", serif;
    font-size: clamp(1.05rem, 1.4vw, 1.28rem);
    line-height: 1.4;
}

.video-playlist-header p:last-child,
.video-playlist-copy small {
    color: var(--text-muted);
}

.video-player-link {
    flex-shrink: 0;
    justify-self: start;
}

.video-playlist-header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.65rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(246, 225, 198, 0.1);
}

.video-playlist-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.55rem;
}

.video-playlist-list--horizontal {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(17rem, 22rem);
    overflow-x: auto;
    padding: 0.15rem 0 0.55rem;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: rgba(243, 205, 140, 0.34) rgba(255, 248, 239, 0.04);
}

.video-playlist-list--horizontal li {
    scroll-snap-align: start;
    min-height: 100%;
}

.video-playlist-item {
    width: 100%;
    display: grid;
    grid-template-columns: auto 5.4rem minmax(0, 1fr);
    align-items: center;
    gap: 0.7rem;
    padding: 0.65rem;
    border: 1px solid rgba(246, 225, 198, 0.1);
    border-radius: 1rem;
    background: rgba(255, 248, 239, 0.035);
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.video-playlist-item:hover,
.video-playlist-item:focus-visible,
.video-playlist-item.is-active {
    border-color: rgba(243, 205, 140, 0.34);
    background: rgba(255, 248, 239, 0.06);
    transform: translateY(-1px);
}

.video-playlist-index {
    width: 2rem;
    height: 2rem;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid rgba(246, 225, 198, 0.16);
    color: rgba(243, 205, 140, 0.92);
    font-size: 0.82rem;
    font-weight: 700;
    background: rgba(255, 248, 239, 0.03);
}

.video-playlist-item.is-active .video-playlist-index {
    border-color: rgba(243, 205, 140, 0.42);
    background: rgba(243, 205, 140, 0.14);
    color: #f6ead2;
}

.video-playlist-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 0.7rem;
    display: block;
    object-fit: cover;
    background: rgba(255, 248, 239, 0.08);
}

.video-playlist-copy {
    min-width: 0;
    display: grid;
    align-content: center;
    gap: 0.28rem;
}

.video-playlist-copy strong {
    color: var(--text-main);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.video-showcase .pill-link {
    min-height: 2.7rem;
}

.lyric-sheet {
    padding: 1.4rem 1.5rem 1.6rem;
}

.lyric-sheet-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: 0.95rem;
    border-bottom: 1px solid rgba(246, 225, 198, 0.1);
}

.lyric-sheet-header small {
    color: var(--text-muted);
}

.lyric-text {
    margin-top: 1.2rem;
    color: var(--text-main);
    font-family: "Bodoni Moda", "Times New Roman", serif;
    font-size: clamp(1.15rem, 2vw, 1.42rem);
    line-height: 1.9;
    white-space: normal;
}

.lyric-text p {
    margin: 0 0 1.35rem;
}

.lyric-text p:last-child {
    margin-bottom: 0;
}

.lyric-sidebar {
    display: grid;
    gap: 1rem;
}

.lyric-sidebar-card {
    padding: 1.2rem;
}

.lyric-sidebar-card h2 {
    font-size: clamp(1.5rem, 2vw, 2rem);
    margin-bottom: 0.55rem;
}

.lyric-sidebar-card p {
    color: var(--text-soft);
}

.lyric-meta-list {
    margin: 0.8rem 0 0;
    padding-left: 1.1rem;
    color: var(--text-soft);
    display: grid;
    gap: 0.45rem;
}

.lyric-meta-list a {
    color: var(--text-main);
    text-decoration: none;
}

.lyric-meta-list a:hover,
.lyric-meta-list a:focus-visible {
    color: var(--accent-strong);
}

.artist-detail-section {
    padding-top: 1.4rem;
}

.artist-detail-layout {
    display: grid;
    gap: 1rem;
}

.artist-hero,
.artist-bio-card,
.artist-sidebar-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(246, 225, 198, 0.12);
    border-radius: 1.55rem;
    background: linear-gradient(180deg, rgba(20, 16, 26, 0.95), rgba(11, 9, 15, 0.92));
    box-shadow: var(--shadow-md);
}

.artist-hero::before,
.artist-bio-card::before,
.artist-sidebar-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 38%);
    pointer-events: none;
}

.artist-hero {
    padding: clamp(1.8rem, 3vw, 2.8rem);
}

.artist-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.7rem, 6vw, 5.1rem);
}

.artist-detail-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.35fr) minmax(19rem, 0.8fr);
    align-items: start;
}

.artist-bio-card {
    padding: clamp(1.6rem, 2.6vw, 2.3rem) clamp(1.55rem, 3vw, 2.35rem) clamp(1.8rem, 2.8vw, 2.6rem);
}

.artist-card-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: 0.95rem;
    border-bottom: 1px solid rgba(246, 225, 198, 0.1);
}

.artist-card-header small {
    color: var(--text-muted);
}

.artist-video-preview-card {
    display: grid;
    gap: 0.9rem;
}

.artist-video-preview-title,
.artist-video-preview-meta {
    margin: 0;
}

.artist-video-preview-title {
    color: var(--text-main);
    font-family: "Bodoni Moda", "Times New Roman", serif;
    font-size: 1.05rem;
}

.artist-video-preview-meta {
    color: var(--text-muted);
}

.artist-bio-text {
    margin-top: 1.35rem;
}

.artist-bio-structured {
    display: grid;
    gap: 1rem;
    margin-top: 1.35rem;
}

.artist-bio-text,
.artist-bio-intro,
.artist-bio-section-content {
    color: var(--text-main);
    font-size: clamp(1.14rem, 1rem + 0.45vw, 1.34rem);
    line-height: 2.02;
    letter-spacing: 0.01em;
    max-width: 40rem;
}

.artist-bio-intro {
    padding-bottom: 0.25rem;
    color: var(--text-soft);
}

.artist-bio-sections {
    display: grid;
    gap: 0.85rem;
}

.artist-bio-disclosure {
    border: 1px solid rgba(246, 225, 198, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
        rgba(255, 255, 255, 0.015);
}

.artist-bio-disclosure summary {
    padding: 1rem 1.1rem;
}

.artist-bio-section-content {
    max-width: none;
    padding: 0.95rem 1.1rem 1.2rem;
    font-size: clamp(1.04rem, 0.98rem + 0.36vw, 1.2rem);
    line-height: 1.86;
}

.artist-bio-text p,
.artist-bio-intro p,
.artist-bio-section-content p {
    margin: 0 0 1.25rem;
}

.artist-bio-text p:last-child,
.artist-bio-intro p:last-child,
.artist-bio-section-content p:last-child {
    margin-bottom: 0;
}

.artist-bio-section-content h3,
.artist-bio-section-content h4,
.artist-bio-section-content h5,
.artist-bio-section-content h6 {
    margin: 1.2rem 0 0.7rem;
    font-size: clamp(1rem, 0.95rem + 0.28vw, 1.16rem);
    line-height: 1.35;
}

.artist-bio-section-content h3:first-child,
.artist-bio-section-content h4:first-child,
.artist-bio-section-content h5:first-child,
.artist-bio-section-content h6:first-child {
    margin-top: 0;
}

.artist-bio-section-content ul,
.artist-bio-section-content ol {
    margin: 0 0 1.15rem;
    padding-left: 1.35rem;
}

.artist-bio-section-content li + li {
    margin-top: 0.45rem;
}

.artist-sidebar {
    display: grid;
    gap: 1rem;
}

.artist-sidebar-card {
    padding: 1.2rem;
}

.artist-life-list {
    margin: 0.85rem 0 0;
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 0.7rem;
}

.artist-life-list li {
    margin: 0;
    padding: 0.75rem 0 0.75rem 1rem;
    color: var(--text-main);
    border-left: 2px solid rgba(246, 225, 198, 0.22);
}

.artist-life-list strong {
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-right: 0.35rem;
}

.artist-placeholder-list {
    margin: 0.85rem 0 0;
    padding-left: 1.1rem;
    color: var(--text-soft);
    display: grid;
    gap: 0.45rem;
}

.artist-relationship-sections {
    margin-top: 0.85rem;
    display: grid;
    gap: 0.85rem;
}

.artist-disclosure {
    border: 1px solid rgba(246, 225, 198, 0.12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.025);
    overflow: hidden;
}

.artist-disclosure summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
    cursor: pointer;
    list-style: none;
    color: var(--text-main);
    font-weight: 600;
}

.artist-disclosure summary::-webkit-details-marker {
    display: none;
}

.artist-disclosure summary small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.85rem;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    background: rgba(246, 225, 198, 0.12);
    color: var(--text-soft);
    font-size: 0.76rem;
}

.artist-disclosure[open] summary {
    border-bottom: 1px solid rgba(246, 225, 198, 0.1);
}

.artist-disclosure-summary {
    margin: 0;
    padding: 0.85rem 1rem 0;
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.artist-section-list {
    margin: 0;
    padding: 0.85rem 1rem 1rem 1.15rem;
}

.artist-work-list li {
    display: grid;
    gap: 0.2rem;
}

.artist-work-heading {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}

.artist-work-list a {
    color: var(--text-main);
    text-decoration: none;
}

.artist-work-list a:hover,
.artist-work-list a:focus-visible {
    color: var(--accent-strong);
}

.artist-work-list small {
    color: var(--text-muted);
}

.artist-role-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.artist-role-badges small {
    display: inline-flex;
    align-items: center;
    padding: 0.16rem 0.5rem;
    border: 1px solid rgba(246, 225, 198, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
}

.artist-role-group-label {
    margin: 0.75rem 0 0.25rem;
    padding-left: 1.15rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--text-muted);
}

.breadcrumbs [aria-current="page"] {
    color: var(--text-main);
}

.site-footer {
    padding: 1rem 0 2rem;
}

.footer-inner {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) auto;
    align-items: start;
    padding: 1.4rem 1.35rem;
    border: 1px solid rgba(246, 225, 198, 0.1);
    border-radius: 1.6rem;
    background: rgba(12, 10, 16, 0.7);
    box-shadow: var(--shadow-md);
}

.footer-brand,
.footer-note,
.footer-meta {
    display: grid;
    gap: 0.5rem;
}

.footer-meta {
    text-align: right;
}

.footer-nav {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 1.2rem;
    padding-top: 0.6rem;
    border-top: 1px solid var(--line-soft);
}

.footer-link {
    color: var(--accent-strong);
    font-weight: 600;
}

.footer-link:hover,
.footer-link:focus-visible {
    color: var(--text-main);
}

.videos-page-layout,
.artist-videos-layout {
    display: grid;
    gap: 1.1rem;
}

.videos-hero-grid {
    display: grid;
    gap: 1.15rem;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
    align-items: stretch;
}

.videos-page-hero,
.artist-videos-hero,
.videos-artist-block,
.artist-video-card,
.videos-empty-state {
    overflow: hidden;
}

.videos-spotlight {
    position: relative;
    top: 0;
    padding: 1.45rem;
    border-radius: 1.65rem;
    background:
        radial-gradient(circle at top right, rgba(243, 205, 140, 0.12), rgba(243, 205, 140, 0) 34%),
        linear-gradient(180deg, rgba(19, 16, 24, 0.96), rgba(10, 8, 14, 0.94));
}

.videos-spotlight-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.videos-spotlight-frame {
    min-height: 24rem;
    border-radius: 1.35rem;
}

.videos-artist-sections,
.artist-videos-grid {
    display: grid;
    gap: 1rem;
}

.videos-artist-block {
    padding: 1.35rem;
    display: grid;
    gap: 1rem;
    border-radius: 1.55rem;
    background:
        radial-gradient(circle at top right, rgba(243, 205, 140, 0.08), rgba(243, 205, 140, 0) 32%),
        linear-gradient(180deg, rgba(19, 16, 24, 0.96), rgba(11, 9, 15, 0.93));
}

.videos-artist-block .video-showcase {
    position: static;
    padding: 1rem;
    margin-top: 0;
    border: 1px solid rgba(246, 225, 198, 0.09);
    border-radius: 1.35rem;
    background: rgba(255, 248, 239, 0.03);
}

.videos-artist-block .video-player-frame {
    min-height: 20rem;
}

.videos-load-more-row {
    display: flex;
    justify-content: center;
}

.videos-load-more-button[disabled] {
    opacity: 0.72;
    cursor: wait;
}

.videos-artist-block-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(246, 225, 198, 0.1);
}

.videos-artist-block-summary {
    margin: 0.3rem 0 0;
    max-width: 58ch;
    color: var(--text-muted);
}

.videos-artist-block-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.videos-artist-block-header h2,
.artist-video-card h2 {
    margin: 0;
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.08;
}

.artist-videos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.artist-video-card {
    padding: 1.35rem;
    display: grid;
    gap: 1rem;
    border-radius: 1.55rem;
    background:
        radial-gradient(circle at top right, rgba(243, 205, 140, 0.08), rgba(243, 205, 140, 0) 32%),
        linear-gradient(180deg, rgba(19, 16, 24, 0.96), rgba(11, 9, 15, 0.93));
}

.artist-video-card-frame {
    margin-top: 0;
    border-radius: 1.25rem;
}

.videos-page-hero p,
.artist-videos-hero p,
.videos-empty-state p:not(.listing-label) {
    max-width: 60ch;
}

.videos-empty-state,
.artist-videos-hero {
    padding: 1.45rem;
}

.contact-hero {
    background:
        radial-gradient(circle at top left, rgba(243, 205, 140, 0.12), rgba(243, 205, 140, 0) 34%),
        linear-gradient(180deg, rgba(20, 16, 26, 0.96), rgba(11, 9, 15, 0.94));
}

.contact-hero h1 {
    max-width: 18ch;
    font-family: "Instrument Sans", "Segoe UI", sans-serif;
    font-size: clamp(2.25rem, 4.8vw, 4rem);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -0.02em;
}

.contact-lead {
    max-width: 72ch;
    color: var(--text-soft);
    font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.contact-story-grid,
.contact-reference-grid {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-story-card,
.contact-reference-card {
    overflow: hidden;
}

.contact-story-card {
    display: grid;
    gap: 0.9rem;
    min-height: 100%;
}

.contact-story-card h2 {
    font-size: clamp(1.9rem, 3vw, 2.85rem);
}

.contact-story-card p:not(.listing-label),
.contact-reference-copy {
    color: var(--text-soft);
}

.contact-story-card-accent {
    background:
        radial-gradient(circle at top right, rgba(243, 205, 140, 0.12), rgba(243, 205, 140, 0) 38%),
        linear-gradient(180deg, rgba(27, 20, 24, 0.95), rgba(14, 11, 15, 0.93));
}

.contact-link-list {
    display: grid;
    gap: 0.85rem;
}

.contact-link-card {
    display: grid;
    gap: 0.3rem;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(246, 225, 198, 0.1);
    border-radius: 1.1rem;
    background: rgba(255, 248, 239, 0.035);
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.contact-link-card strong {
    font-size: 1.05rem;
}

.contact-link-card span {
    color: var(--text-muted);
}

.contact-link-card:hover,
.contact-link-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(243, 205, 140, 0.32);
    background: rgba(255, 248, 239, 0.06);
}

.contact-reference-copy a {
    color: var(--accent-strong);
    text-decoration: underline;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

.contact-reference-copy a:hover,
.contact-reference-copy a:focus-visible {
    color: var(--text-main);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (max-width: 1180px) {
    .hero-grid,
    .dual-grid,
    .contact-story-grid,
    .contact-reference-grid,
    .result-blocks,
    .footer-inner,
    .lyric-detail-grid,
    .artist-detail-grid,
    .videos-hero-grid {
        grid-template-columns: 1fr;
    }

    .video-showcase {
        position: static;
    }

    .videos-spotlight-frame,
    .videos-artist-block .video-player-frame {
        min-height: 0;
    }

    .artist-videos-grid {
        grid-template-columns: 1fr;
    }

    .recommended-card {
        grid-column: span 6;
    }

    .recommended-card:first-child {
        grid-column: span 12;
    }

    .footer-meta {
        text-align: left;
    }

    .artist-life-list li {
        padding-left: 0.8rem;
    }
}

@media (max-width: 1100px) {
    .site-container {
        width: min(var(--max-width), calc(100% - 1.5rem));
    }

    .site-header {
        padding-top: 0.7rem;
    }

    .header-inner {
        padding: 0.95rem 1rem;
    }

    .header-inner {
        align-items: flex-start;
    }

    .header-inner {
        flex-direction: column;
        gap: 0.85rem;
    }

    .header-top {
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .header-branding {
        min-width: 0;
    }

    .brand {
        min-width: 0;
    }

    .brand-text strong {
        font-size: clamp(1.25rem, 6vw, 1.65rem);
    }

    .nav-toggle {
        display: inline-flex;
        flex-shrink: 0;
    }

    .site-nav {
        width: 100%;
        border-radius: 1.2rem;
        padding: 0.5rem;
        flex-direction: column;
        align-items: stretch;
        align-self: stretch;
    }

    .site-nav a {
        width: 100%;
        justify-content: flex-start;
        padding-inline: 1rem;
    }

    .site-nav .theme-toggle {
        width: auto;
        margin-left: 0;
        justify-content: center;
        align-self: center;
    }

    .site-header.js-nav-ready .site-nav {
        display: none;
    }

    .site-header.js-nav-ready .site-nav.is-open {
        display: flex;
    }

    .home-hero {
        padding-top: 3rem;
    }

    .home-hero h1 {
        max-width: none;
        font-size: clamp(2.7rem, 12vw, 4.4rem);
    }

    .hero-search-form,
    .inline-search-form {
        grid-template-columns: 1fr;
    }

    .search-autocomplete-panel {
        position: static;
        margin-top: 0.55rem;
    }

    .subcategory-grid,
    .recommended-grid {
        grid-template-columns: 1fr;
    }

    .recommended-card,
    .recommended-card:first-child {
        grid-column: auto;
    }

    .listing-grid {
        grid-template-columns: 1fr;
    }

    .category-index-grid {
        grid-template-columns: 1fr;
    }

    .alphabet-home {
        justify-self: stretch;
    }
}

@media (max-width: 780px) {
    .video-playlist-list--horizontal {
        grid-auto-columns: minmax(14rem, 85vw);
    }

    .videos-spotlight,
    .videos-artist-block,
    .artist-video-card {
        padding: 1rem;
    }

    .videos-spotlight-actions,
    .videos-artist-block-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .videos-artist-block-actions {
        width: 100%;
    }

    .videos-artist-block-header {
        padding-bottom: 0.85rem;
    }
}

@media (max-width: 560px) {
    .header-kicker {
        display: none;
    }

    .header-top {
        align-items: flex-start;
    }

    .brand {
        gap: 0.7rem;
    }

    .brand-mark {
        width: 3.3rem;
        height: 3.3rem;
    }

    .nav-toggle {
        min-height: 2.8rem;
        padding: 0 0.85rem;
    }

    .hero-copy,
    .hero-panel,
    .page-hero,
    .lyric-hero,
    .lyric-sheet,
    .lyric-sidebar-card,
    .artist-hero,
    .artist-bio-card,
    .artist-sidebar-card,
    .feature-column,
    .footer-inner {
        border-radius: 1.3rem;
    }

    .section-header h1,
    .section-header h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .subcategory-grid {
        grid-template-columns: 1fr;
    }

    .alphabet-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .alphabet-home,
    .alphabet-link {
        min-height: 2.9rem;
    }

    .alphabet-link {
        font-size: 0.92rem;
    }

    .video-showcase {
        max-width: 38rem;
        margin-inline: auto;
    }

    .video-showcase-header {
        justify-items: center;
        text-align: center;
    }

    .video-player-link {
        justify-self: center;
    }

    .video-playlist-item {
        grid-template-columns: auto 4.8rem minmax(0, 1fr);
    }
}

/* ── WhatsApp share button ── */
.wa-share-btn {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 200;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.wa-share-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
}

.wa-share-btn svg {
    width: 1.75rem;
    height: 1.75rem;
    flex-shrink: 0;
}

@media (max-width: 600px) {
    .wa-share-btn {
        bottom: 1rem;
        right: 1rem;
        width: 3.25rem;
        height: 3.25rem;
    }
}

/* 2026 editorial redesign */
:root,
html[data-theme="dark"] {
    --bg-main: #120f12;
    --bg-shell: #171317;
    --bg-panel: rgba(23, 19, 23, 0.8);
    --bg-panel-strong: rgba(29, 24, 29, 0.92);
    --bg-soft: rgba(255, 250, 245, 0.05);
    --text-main: #f5efe9;
    --text-soft: #d6cbc1;
    --text-muted: #ae9f93;
    --line-soft: rgba(255, 245, 233, 0.12);
    --line-strong: rgba(255, 245, 233, 0.22);
    --accent: #b27a58;
    --accent-strong: #d7a889;
    --accent-deep: #7f4938;
    --shadow-lg: 0 30px 80px rgba(0, 0, 0, 0.4);
    --shadow-md: 0 18px 48px rgba(0, 0, 0, 0.24);
    --paper: #f4ede6;
    --paper-shadow: rgba(9, 7, 8, 0.08);
    --paper-text: #271f1e;
    --paper-soft-text: #594a45;
    --paper-muted-text: #8a776d;
    --paper-link: #a96849;
    --tone-photo: rgba(5, 4, 5, 0.3);
    --tone-photo-soft: rgba(255, 248, 241, 0.12);
}

html[data-theme="light"] {
    --bg-main: #efe5db;
    --bg-shell: #f6efe8;
    --bg-panel: rgba(255, 251, 246, 0.84);
    --bg-panel-strong: rgba(255, 251, 246, 0.94);
    --bg-soft: rgba(64, 43, 36, 0.04);
    --text-main: #1f1718;
    --text-soft: #4e403d;
    --text-muted: #74645c;
    --line-soft: rgba(74, 53, 45, 0.12);
    --line-strong: rgba(74, 53, 45, 0.22);
    --accent: #8d583f;
    --accent-strong: #a96a4b;
    --accent-deep: #5e352b;
    --shadow-lg: 0 28px 78px rgba(58, 38, 32, 0.12);
    --shadow-md: 0 18px 42px rgba(58, 38, 32, 0.1);
    --paper: #fffaf5;
    --paper-shadow: rgba(30, 23, 22, 0.08);
    --paper-text: #271f1e;
    --paper-soft-text: #594a45;
    --paper-muted-text: #8a776d;
    --paper-link: #9a5f43;
    --tone-photo: rgba(19, 14, 14, 0.18);
    --tone-photo-soft: rgba(255, 252, 247, 0.22);
}

body {
    background:
        radial-gradient(1100px 620px at 10% -4%, rgba(178, 122, 88, 0.14), transparent 65%),
        radial-gradient(900px 600px at 100% 0%, rgba(86, 60, 54, 0.14), transparent 62%),
        linear-gradient(180deg, var(--bg-shell) 0%, var(--bg-main) 38%, var(--bg-shell) 100%);
    color: var(--text-main);
    font-family: "Manrope", "Segoe UI", sans-serif;
    transition: background-color 220ms ease, color 220ms ease;
}

h1,
h2,
h3,
h4,
.brand-text strong {
    font-family: "Bodoni Moda", "Times New Roman", serif;
    font-weight: 600;
    letter-spacing: 0;
}

blockquote,
.category-editorial-text blockquote,
.lyric-text blockquote {
    font-family: "Cormorant Garamond", "Times New Roman", serif;
}

.site-container {
    width: min(var(--max-width), calc(100% - 2.4rem));
}

.header-inner,
.hero-copy,
.hero-panel,
.page-hero,
.category-editorial-card,
.alphabet-panel,
.feature-column,
.recommended-card,
.compact-card,
.listing-card,
.lyric-sheet,
.lyric-sidebar-card,
.artist-bio-card,
.artist-sidebar-card,
.result-block,
.video-showcase,
.footer-inner {
    border-color: var(--line-soft);
    background: linear-gradient(180deg, color-mix(in srgb, var(--bg-panel-strong) 82%, transparent), color-mix(in srgb, var(--bg-panel) 94%, transparent));
    box-shadow: var(--shadow-md);
}

.site-header {
    padding-top: 1.1rem;
}

.header-inner {
    padding: 1rem 1.2rem;
    border-radius: 1.8rem;
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--paper) 10%, transparent), transparent),
        color-mix(in srgb, var(--bg-panel-strong) 86%, transparent);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.brand-mark {
    background:
        radial-gradient(circle at 50% 22%, color-mix(in srgb, var(--paper) 18%, transparent), transparent 48%),
        linear-gradient(180deg, rgba(37, 24, 29, 0.96), rgba(15, 10, 14, 0.98));
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.site-nav .theme-toggle {
    margin-left: 0.15rem;
    flex: 0 0 auto;
}

.theme-toggle {
    min-height: 2.9rem;
    padding: 0.35rem;
    border: 1px solid var(--line-soft);
    background: color-mix(in srgb, var(--paper) 12%, transparent);
    color: var(--text-main);
    box-shadow: none;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
    filter: none;
    transform: none;
    box-shadow: none;
}

.theme-toggle-track {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.2rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.08);
}

.theme-toggle-option {
    min-width: 3rem;
    min-height: 2.2rem;
    padding: 0.36rem 0.7rem;
    border-radius: 999px;
    color: var(--text-muted);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.theme-toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.theme-toggle-icon svg {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

html[data-theme="light"] .theme-toggle-option:first-child,
html[data-theme="dark"] .theme-toggle-option:last-child {
    background: var(--paper);
    color: var(--text-main);
    box-shadow: 0 10px 22px var(--paper-shadow);
}

.theme-toggle-label {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    overflow: hidden;
    clip-path: inset(50%);
}

.site-nav {
    background: color-mix(in srgb, var(--paper) 6%, transparent);
    border-color: var(--line-soft);
}

.site-nav a {
    color: var(--text-soft);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    background: color-mix(in srgb, var(--paper) 10%, transparent);
}

.home-hero {
    padding: 4.8rem 0 1.8rem;
}

.hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(21rem, 0.95fr);
    gap: 1.25rem;
}

.hero-copy,
.hero-panel {
    min-height: 42rem;
    border-radius: 2rem;
}

.hero-copy {
    justify-content: flex-start;
    gap: 1.15rem;
    padding: clamp(2rem, 4vw, 3.3rem);
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.02), transparent 24%),
        linear-gradient(180deg, color-mix(in srgb, var(--paper) 6%, transparent), transparent),
        color-mix(in srgb, var(--bg-panel-strong) 92%, transparent);
}

.home-hero h1 {
    max-width: 9ch;
    font-size: clamp(3.6rem, 8vw, 7rem);
    line-height: 0.92;
}

.hero-lead {
    max-width: 46ch;
    color: var(--text-soft);
    font-size: clamp(1.08rem, 1.8vw, 1.32rem);
    line-height: 1.7;
}

.hero-search-form,
.inline-search-form {
    gap: 0.75rem;
}

input[type="search"],
input[type="text"] {
    min-height: 3.7rem;
    border-color: var(--line-soft);
    background: color-mix(in srgb, var(--paper) 10%, transparent);
    color: var(--text-main);
}

.search-autocomplete-panel {
    border-color: var(--line-soft);
    background: color-mix(in srgb, var(--bg-panel-strong) 97%, transparent);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

button {
    border-color: transparent;
    background: linear-gradient(135deg, #d9ae90 0%, #b27a58 48%, #6a3c34 100%);
    color: #fbf7f3;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.subcategory-block li a {
    background: color-mix(in srgb, var(--paper) 8%, transparent);
    border-color: var(--line-soft);
}

.hero-stage {
    position: relative;
    justify-content: flex-end;
    padding: 0;
    overflow: hidden;
}

.hero-stage-image,
.artist-hero::before,
.lyric-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    filter: grayscale(1) contrast(0.92) brightness(0.48);
    transform: scale(1.06);
    opacity: 0.42;
}

.page-home .hero-stage-image {
    inset: 0 0 0 42%;
    background-image:
        linear-gradient(180deg, rgba(14, 10, 12, 0.16), rgba(14, 10, 12, 0.52)),
        url("../img/hero-home-tango.60c24177a5b2.jpg");
    background-position: 56% center;
    filter: grayscale(1) contrast(0.94) brightness(0.72);
    opacity: 0.72;
    transform: none;
    border-left: 1px solid rgba(255, 245, 233, 0.08);
}

.page-artist-detail .artist-hero::before {
    background-image:
        linear-gradient(180deg, rgba(14, 10, 12, 0.24), rgba(14, 10, 12, 0.7)),
        var(--artist-hero-image, url("../img/hero-artist-gardel.92fb413c901a.jpg"));
    background-position: var(--artist-hero-position, 50% 18%);
    transform: scale(1.02);
}

.page-artist-detail .artist-hero--custom-image::before {
    content: none;
}

.artist-hero-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.artist-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--artist-hero-position, 50% 18%);
    filter: grayscale(1) contrast(0.94) brightness(0.72);
    transform: scale(1.02);
    opacity: 0.84;
    pointer-events: none;
}

.page-artist-detail .artist-hero--custom-image::after {
    background:
        linear-gradient(180deg, rgba(12, 9, 14, 0.14), transparent 26%),
        linear-gradient(90deg, rgba(12, 9, 14, 0.6), rgba(12, 9, 14, 0.18) 34%, transparent 62%),
        linear-gradient(0deg, rgba(12, 9, 14, 0.76), rgba(12, 9, 14, 0.22) 38%, transparent 70%);
}

.page-lyric-detail .lyric-hero::before {
    background-image:
        linear-gradient(180deg, rgba(14, 10, 12, 0.22), rgba(14, 10, 12, 0.64)),
        url("../img/hero-lyric-bandoneon.87db6b1ea954.jpg");
    background-position: 50% 34%;
    transform: scale(1.03);
}

html[data-theme="light"] .page-home .hero-stage-image,
html[data-theme="light"] .page-artist-detail .artist-hero::before,
html[data-theme="light"] .page-lyric-detail .lyric-hero::before {
    filter: grayscale(1) contrast(0.86) brightness(0.8);
    opacity: 0.2;
}

.page-artist-detail .artist-hero--custom-image .artist-hero-media {
    border-left: 1px solid rgba(255, 245, 233, 0.08);
}

html[data-theme="light"] .page-artist-detail .artist-hero--custom-image .artist-hero-media img {
    filter: grayscale(1) contrast(0.88) brightness(0.92);
    opacity: 0.62;
}

html[data-theme="light"] .page-artist-detail .artist-hero--custom-image::after {
    background:
        linear-gradient(180deg, rgba(255, 250, 244, 0.1), transparent 24%),
        linear-gradient(90deg, rgba(255, 250, 244, 0.3), rgba(255, 250, 244, 0.08) 34%, transparent 62%),
        linear-gradient(0deg, rgba(34, 24, 18, 0.34), rgba(34, 24, 18, 0.08) 38%, transparent 72%);
}

html[data-theme="light"] .page-home .hero-stage-image {
    filter: grayscale(1) contrast(0.9) brightness(0.94);
    opacity: 0.52;
    border-left-color: rgba(74, 53, 45, 0.08);
}

.hero-stage::after,
.artist-hero::after,
.lyric-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--bg-panel-strong) 18%, transparent), transparent 26%),
        linear-gradient(90deg, color-mix(in srgb, var(--bg-panel-strong) 90%, transparent), transparent 62%),
        linear-gradient(0deg, color-mix(in srgb, var(--bg-panel-strong) 96%, transparent), transparent 60%);
}

.hero-stage::after {
    background:
        linear-gradient(90deg, rgba(16, 12, 15, 0.18) 0%, rgba(16, 12, 15, 0.12) 41%, transparent 58%),
        linear-gradient(0deg, rgba(16, 12, 15, 0.18), transparent 48%);
}

.hero-stage-copy,
.artist-hero > :not(.artist-hero-media):not(.artist-hero-credit),
.lyric-hero > * {
    position: relative;
    z-index: 1;
}

.hero-stage-copy {
    position: relative;
    display: grid;
    gap: 1rem;
    padding: 2rem;
    max-width: 38rem;
}

.hero-stage-copy::before {
    content: "";
    position: absolute;
    inset: -1rem 34% -1rem -1rem;
    z-index: -1;
    border-radius: 1.75rem;
    background:
        linear-gradient(180deg, rgba(10, 8, 11, 0.42), rgba(10, 8, 11, 0.22)),
        rgba(10, 8, 11, 0.14);
}

html[data-theme="light"] .hero-stage-copy::before {
    background:
        linear-gradient(180deg, rgba(255, 250, 244, 0.5), rgba(255, 250, 244, 0.3)),
        rgba(255, 250, 244, 0.18);
}

.hero-stage-copy > h2,
.artist-hero h1,
.lyric-hero h1 {
    max-width: 9ch;
    font-size: clamp(3rem, 7vw, 6.1rem);
    line-height: 0.92;
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.artist-hero {
    min-height: clamp(24rem, 52vw, 32rem);
}

html[data-theme="light"] .hero-stage-copy > h2 {
    color: var(--paper-text);
    text-shadow: 0 8px 20px rgba(255, 255, 255, 0.22);
}

.hero-stage-copy > p:last-of-type,
.artist-hero-lead,
.lyric-hero-meta {
    max-width: 38ch;
    color: var(--text-soft);
    font-size: 1.06rem;
    line-height: 1.7;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
}

.artist-hero-subtitle {
    max-width: 26ch;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: clamp(1.45rem, 2vw, 2.1rem);
    font-style: italic;
    font-weight: 500;
    line-height: 1.3;
    color: var(--text-soft);
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
}

.artist-hero-credit {
    position: absolute;
    right: clamp(0.9rem, 2vw, 1.2rem);
    bottom: clamp(0.9rem, 2vw, 1.15rem);
    left: auto;
    z-index: 2;
    width: fit-content;
    max-width: min(34ch, calc(100% - 1.8rem));
    padding: 0.4rem 0.65rem;
    border: 1px solid rgba(246, 225, 198, 0.16);
    border-radius: 0.95rem;
    background: rgba(10, 8, 11, 0.52);
    color: rgba(245, 239, 233, 0.86);
    font-size: 0.78rem;
    line-height: 1.35;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.26);
}

.artist-hero-credit p {
    margin: 0;
}

.artist-hero-credit a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(245, 239, 233, 0.24);
}

.artist-hero-credit a:hover,
.artist-hero-credit a:focus-visible {
    color: var(--accent-strong);
    border-bottom-color: rgba(215, 168, 137, 0.48);
}

html[data-theme="light"] .artist-hero-credit {
    background: rgba(255, 250, 244, 0.68);
    border-color: rgba(74, 53, 45, 0.12);
    color: var(--paper-text);
    text-shadow: none;
}

html[data-theme="light"] .artist-hero-credit a {
    border-bottom-color: rgba(39, 31, 30, 0.24);
}

html[data-theme="light"] .hero-stage-copy > p,
html[data-theme="light"] .hero-stage-copy .panel-kicker,
html[data-theme="light"] .hero-stage-copy .hero-quote p,
html[data-theme="light"] .hero-stage-copy .hero-panel-card strong,
html[data-theme="light"] .hero-stage-copy .hero-panel-card p {
    color: var(--paper-text);
    text-shadow: none;
}

html[data-theme="light"] .hero-stage-copy .hero-panel-card {
    background: rgba(255, 250, 244, 0.68);
    border-color: rgba(74, 53, 45, 0.12);
}

html[data-theme="light"] .hero-stage::after {
    background:
        linear-gradient(180deg, rgba(255, 250, 244, 0.04), rgba(255, 250, 244, 0.02) 24%, transparent 56%),
        linear-gradient(90deg, rgba(255, 250, 244, 0.26), rgba(255, 250, 244, 0.04) 58%, rgba(255, 250, 244, 0.12)),
        linear-gradient(0deg, rgba(255, 250, 244, 0.16), transparent 62%);
}

.page-home .hero-stage {
    padding: 1rem;
}

.page-home .hero-stage::after {
    display: none;
}

.page-home .hero-stage-layout {
    display: block;
    min-height: auto;
    width: 100%;
}

.page-home .hero-stage-copy {
    max-width: none;
    align-content: start;
    padding: 1.3rem 1.1rem 1.1rem;
}

.page-home .hero-stage-copy::before {
    display: none;
}

.hero-panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.hero-panel-card {
    min-height: 8rem;
    padding: 1rem;
    background: color-mix(in srgb, var(--paper) 8%, transparent);
    border-color: var(--line-soft);
}

.home-section,
.page-section {
    padding-bottom: 3.2rem;
}

.section-header h1,
.section-header h2 {
    font-size: clamp(2.5rem, 4vw, 4.4rem);
}

.recommended-card:first-child {
    display: grid;
    align-content: end;
    min-height: 21rem;
}

.recommended-card,
.compact-card,
.listing-card {
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--paper) 4%, transparent), transparent),
        color-mix(in srgb, var(--bg-panel) 96%, transparent);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.recommended-card h3,
.compact-card h3,
.listing-card h2 {
    line-height: 1;
}

.page-hero,
.artist-hero,
.lyric-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 4vw, 3.5rem);
    border: 1px solid var(--line-soft);
    border-radius: 2rem;
}

.page-hero {
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--paper) 6%, transparent), transparent),
        color-mix(in srgb, var(--bg-panel-strong) 96%, transparent);
}

.artist-hero,
.lyric-hero {
    display: grid;
    gap: 1rem;
    min-height: 27rem;
    align-content: end;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.hero-fact-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hero-fact-strip li {
    display: grid;
    gap: 0.2rem;
    min-width: 11rem;
    padding: 0.85rem 1rem;
    border: 1px solid var(--line-soft);
    border-radius: 1rem;
    background: color-mix(in srgb, var(--paper) 9%, transparent);
}

.hero-fact-strip strong {
    color: var(--accent-strong);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-fact-strip span {
    color: var(--text-main);
    font-size: 0.95rem;
    font-weight: 700;
}

.artist-detail-grid,
.lyric-detail-grid {
    gap: 1.15rem;
}

html[data-theme="light"] .artist-bio-card,
html[data-theme="light"] .lyric-sheet {
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--paper) 8%, transparent), transparent),
        var(--paper);
    color: var(--paper-text);
}

html[data-theme="dark"] .artist-bio-card,
html[data-theme="dark"] .lyric-sheet {
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--paper) 5%, transparent), transparent),
        color-mix(in srgb, var(--bg-panel-strong) 97%, transparent);
    color: var(--text-main);
}

.artist-bio-card p,
.artist-bio-card li,
.artist-bio-card div,
.lyric-sheet p,
.lyric-sheet li,
.lyric-sheet div {
    color: inherit;
}

html[data-theme="light"] .artist-bio-card a,
html[data-theme="light"] .lyric-sheet a {
    color: var(--paper-link);
}

html[data-theme="dark"] .artist-bio-card a,
html[data-theme="dark"] .lyric-sheet a,
.artist-sidebar-card a,
.lyric-sidebar-card a {
    color: var(--accent-strong);
}

.artist-bio-card .listing-label,
.lyric-sheet .listing-label {
    color: var(--accent);
}

html[data-theme="light"] .artist-bio-card .artist-card-header small,
html[data-theme="light"] .lyric-sheet .lyric-sheet-header small,
html[data-theme="light"] .artist-bio-card .artist-disclosure-summary {
    color: var(--paper-muted-text);
}

html[data-theme="dark"] .artist-bio-card .artist-card-header small,
html[data-theme="dark"] .lyric-sheet .lyric-sheet-header small,
html[data-theme="dark"] .artist-bio-card .artist-disclosure-summary {
    color: var(--text-muted);
}

html[data-theme="light"] .artist-bio-card .artist-bio-intro,
html[data-theme="light"] .artist-bio-card .artist-bio-intro p,
html[data-theme="light"] .lyric-sheet .lyric-text,
html[data-theme="light"] .lyric-sheet .lyric-text p {
    color: var(--paper-soft-text);
}

html[data-theme="dark"] .artist-bio-card .artist-bio-intro,
html[data-theme="dark"] .artist-bio-card .artist-bio-intro p,
html[data-theme="dark"] .lyric-sheet .lyric-text,
html[data-theme="dark"] .lyric-sheet .lyric-text p {
    color: var(--text-soft);
}

html[data-theme="light"] .artist-bio-card .artist-bio-text,
html[data-theme="light"] .artist-bio-card .artist-bio-section-content,
html[data-theme="light"] .artist-bio-card .artist-bio-text p,
html[data-theme="light"] .artist-bio-card .artist-bio-section-content p,
html[data-theme="light"] .artist-bio-card .artist-disclosure summary,
html[data-theme="light"] .lyric-sheet .artist-disclosure summary {
    color: var(--paper-text);
}

html[data-theme="dark"] .artist-bio-card .artist-bio-text,
html[data-theme="dark"] .artist-bio-card .artist-bio-section-content,
html[data-theme="dark"] .artist-bio-card .artist-bio-text p,
html[data-theme="dark"] .artist-bio-card .artist-bio-section-content p,
html[data-theme="dark"] .artist-bio-card .artist-disclosure summary,
html[data-theme="dark"] .lyric-sheet .artist-disclosure summary {
    color: var(--text-main);
}

html[data-theme="light"] .artist-bio-card .autolinked-content-link,
html[data-theme="light"] .lyric-sheet .autolinked-content-link {
    color: var(--paper-link);
}

html[data-theme="dark"] .artist-bio-card .autolinked-content-link,
html[data-theme="dark"] .lyric-sheet .autolinked-content-link {
    color: var(--accent-strong);
}

html[data-theme="light"] .artist-bio-card .autolinked-content-link:hover,
html[data-theme="light"] .artist-bio-card .autolinked-content-link:focus-visible,
html[data-theme="light"] .lyric-sheet .autolinked-content-link:hover,
html[data-theme="light"] .lyric-sheet .autolinked-content-link:focus-visible {
    color: var(--paper-text);
}

html[data-theme="dark"] .artist-bio-card .autolinked-content-link:hover,
html[data-theme="dark"] .artist-bio-card .autolinked-content-link:focus-visible,
html[data-theme="dark"] .lyric-sheet .autolinked-content-link:hover,
html[data-theme="dark"] .lyric-sheet .autolinked-content-link:focus-visible {
    color: var(--text-main);
}

.artist-sidebar-card,
.lyric-sidebar-card {
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--paper) 4%, transparent), transparent),
        color-mix(in srgb, var(--bg-panel-strong) 96%, transparent);
}

.footer-inner {
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--paper) 6%, transparent), transparent),
        color-mix(in srgb, var(--bg-panel-strong) 92%, transparent);
}

.header-inner,
.page-hero,
.category-editorial-card,
.alphabet-panel,
.feature-column,
.recommended-card,
.compact-card,
.listing-card,
.lyric-sheet,
.lyric-sidebar-card,
.artist-bio-card,
.artist-sidebar-card,
.result-block,
.video-showcase,
.footer-inner {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

html[data-theme="light"] .header-inner,
html[data-theme="light"] .page-hero,
html[data-theme="light"] .category-editorial-card,
html[data-theme="light"] .alphabet-panel,
html[data-theme="light"] .feature-column,
html[data-theme="light"] .recommended-card,
html[data-theme="light"] .compact-card,
html[data-theme="light"] .listing-card,
html[data-theme="light"] .lyric-sheet,
html[data-theme="light"] .lyric-sidebar-card,
html[data-theme="light"] .artist-bio-card,
html[data-theme="light"] .artist-sidebar-card,
html[data-theme="light"] .result-block,
html[data-theme="light"] .video-showcase,
html[data-theme="light"] .footer-inner {
    box-shadow: 0 8px 20px rgba(58, 38, 32, 0.08);
}

@media (max-width: 1100px) {
    .header-inner {
        align-items: stretch;
    }

    .header-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .site-nav {
        width: 100%;
    }

    .theme-toggle {
        width: auto;
        flex: 0 0 auto;
        min-height: 2.45rem;
        justify-content: flex-start;
        padding: 0.24rem;
    }

    .theme-toggle-track {
        gap: 0.2rem;
        padding: 0.16rem;
    }

    .theme-toggle-option {
        min-width: 2.35rem;
        min-height: 1.8rem;
        padding: 0.24rem 0.5rem;
    }

    .theme-toggle-icon svg {
        width: 0.9rem;
        height: 0.9rem;
    }

    .hero-grid,
    .dual-grid,
    .artist-detail-grid,
    .lyric-detail-grid {
        grid-template-columns: 1fr;
    }

    .hero-copy,
    .hero-panel {
        min-height: auto;
    }

    .page-artist-detail .artist-hero::before {
        background-position: var(--artist-hero-position-md, var(--artist-hero-position, 50% 24%));
        transform: scale(1.01);
    }

    .artist-hero-media img {
        object-position: var(--artist-hero-position-md, var(--artist-hero-position, 50% 24%));
        transform: scale(1.01);
    }

    .artist-hero-credit {
        position: relative;
        right: auto;
        bottom: auto;
        display: inline-block;
        margin-top: 0.75rem;
        max-width: min(34ch, 100%);
    }

    .page-lyric-detail .lyric-hero::before {
        background-position: 50% 40%;
        transform: scale(1.02);
    }
}

@media (max-width: 700px) {
    .site-container {
        width: min(var(--max-width), calc(100% - 1.4rem));
    }

    .home-hero {
        padding-top: 3.4rem;
    }

    .hero-panel-grid {
        grid-template-columns: 1fr;
    }

    .hero-stage-copy,
    .artist-hero,
    .lyric-hero {
        padding: 1.4rem;
    }

    .artist-hero-subtitle {
        max-width: 18ch;
    }

    .hero-fact-strip li {
        min-width: 0;
        flex: 1 1 100%;
    }

    .page-home .hero-stage {
        padding: 0.8rem;
    }

    .page-home .hero-stage-copy {
        padding: 0.8rem;
    }

    .page-artist-detail .artist-hero::before {
        background-position: var(
            --artist-hero-position-sm,
            var(--artist-hero-position-md, var(--artist-hero-position, 50% 14%))
        );
        transform: scale(1);
    }

    .artist-hero-media img {
        object-position: var(
            --artist-hero-position-sm,
            var(--artist-hero-position-md, var(--artist-hero-position, 50% 14%))
        );
        transform: scale(1);
    }

    .page-lyric-detail .lyric-hero::before {
        background-position: 54% 38%;
        transform: scale(1.01);
    }
}

.page-listing .listing-card {
    overflow: visible;
    transition: none;
}

.page-listing .listing-card::before {
    content: none;
}

.page-listing .listing-card:hover {
    transform: none;
    box-shadow: none;
}
