/* NGBL Music page styles - redesigned with core site language */

:root {
    --music-text: var(--color-text-primary);
    --music-muted: #c9d3e1;
    --music-panel: rgba(255, 255, 255, 0.03);
    --music-panel-border: rgba(255, 255, 255, 0.12);
    --music-panel-border-strong: rgba(139, 92, 246, 0.32);
}

.music-page {
    background: var(--color-black);
    color: var(--music-text);
}

.container {
    width: min(1160px, 100% - 40px);
    margin: 0 auto;
}

.container.narrow {
    width: min(860px, 100% - 40px);
}

.section {
    padding: 78px 0;
    background: var(--color-black);
    border-top: 1px solid var(--color-dark-grey);
}

.music-hero {
    padding: 96px 0 80px;
    border-bottom: 1px solid var(--color-dark-grey);
}

.music-hero.about-hero {
    background: var(--color-black);
}

.music-hero.about-hero .hero-particles {
    opacity: 0.12;
}

.music-hero.about-hero .hero-geometry,
.music-hero.about-hero .hero-floaters {
    opacity: 0.16;
}

.music-hero.about-hero .about-hero-content {
    max-width: 1040px;
}

.hero-shell {
    position: relative;
    z-index: 2;
}

.music-hero .about-hero-title {
    font-size: clamp(2.2rem, 6vw, 4rem);
    line-height: 1.12;
}

.music-hero-heading {
    color: #ffffff;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
}

.music-hero .about-hero-subtitle {
    color: #cbd5e1;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.music-hero .about-hero-description {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.hero-lead {
    color: #d1d5db;
}

.cta-row {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 12px;
    padding: 12px 20px;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    border: 1px solid transparent;
    cursor: pointer;
    color: #ffffff;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: linear-gradient(135deg, var(--color-purple-primary), var(--color-purple-dark));
    box-shadow: 0 10px 24px rgba(124, 58, 237, 0.35);
}

.btn-secondary,
.btn-ghost {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(139, 92, 246, 0.4);
}

.micro-points {
    margin: 28px auto 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 900px;
}

.micro-points li {
    background: var(--music-panel);
    border: 1px solid var(--music-panel-border);
    border-radius: 12px;
    padding: 12px 14px;
    color: var(--music-text);
}

.section h2 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.section p {
    color: var(--music-muted);
    line-height: 1.75;
}

.brand-statement {
    margin-top: 22px;
    font-size: 1.05rem;
    color: var(--music-text);
}

.strategy-highlight {
    margin-top: 24px;
    padding: 20px 22px;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(139, 92, 246, 0.1), rgba(59, 130, 246, 0.08));
    border: 1px solid var(--music-panel-border-strong);
}

.strategy-highlight h3 {
    margin: 0;
    font-size: 1.22rem;
    color: #f8faff;
}

.strategy-highlight p {
    margin: 10px 0 0;
}

.section-head {
    max-width: 860px;
    margin-bottom: 32px;
}

.properties-grid,
.services-grid,
.audience-grid,
.teaser-grid,
.trust-grid {
    display: grid;
    gap: 18px;
}

.properties-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.property-card,
.service-card,
.audience-grid article,
.teaser-card,
.trust-card,
.work-photo-card,
.form-card,
details {
    background: var(--music-panel);
    border: 1px solid var(--music-panel-border);
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.property-card,
.service-card,
.audience-grid article,
.teaser-card,
.trust-card,
.form-card {
    padding: 22px;
}

.property-card:hover,
.service-card:hover,
.audience-grid article:hover,
.teaser-card:hover,
.trust-card:hover,
.work-photo-card:hover,
.form-card:hover,
details:hover {
    transform: translateY(-4px);
    border-color: rgba(139, 92, 246, 0.56);
    box-shadow: 0 14px 34px rgba(124, 58, 237, 0.18);
}

.property-card h3,
.service-card h3,
.audience-grid h3,
.teaser-card h3,
.trust-card h3,
.form-card h3 {
    margin: 0;
    font-size: 1.2rem;
}

.tagline {
    margin: 10px 0 0;
    color: #c4b5fd;
    font-style: italic;
}

ul {
    margin: 14px 0 0;
    padding-left: 20px;
}

li {
    margin-bottom: 8px;
    color: #cbd5e1;
}

.optional-card {
    background: rgba(139, 92, 246, 0.08);
}

.section-releases,
.section-forms {
    background: var(--color-charcoal);
}

.teaser-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.teaser-card span {
    display: inline-block;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid rgba(139, 92, 246, 0.52);
    color: #ddd6fe;
}

.teaser-card p {
    margin: 10px 0 0;
}

.release-note,
.catalog-note {
    margin-top: 20px;
}

.services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audience-grid,
.trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.why-list {
    columns: 2;
    column-gap: 24px;
}

.work-with-layout {
    display: grid;
    grid-template-columns: 1.02fr 1fr;
    gap: 22px;
    margin-top: 20px;
    align-items: stretch;
}

.work-photo-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.work-photo-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-bottom: 1px solid rgba(139, 92, 246, 0.25);
}

.work-photo-content {
    padding: 22px;
}

.work-photo-content h3 {
    margin: 0;
}

.work-photo-content p {
    margin: 10px 0 0;
}

.work-photo-content ul {
    margin-top: 12px;
}

.form-subtitle {
    margin: 8px 0 18px;
    color: #c4b5fd;
}

form {
    display: grid;
    gap: 11px;
}

label {
    display: grid;
    gap: 6px;
    color: var(--music-text);
    font-size: 0.95rem;
}

input,
select,
textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    padding: 10px 12px;
    font: inherit;
    appearance: auto;
}

input::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

select {
    color-scheme: dark;
}

select option {
    background: #111111;
    color: #ffffff;
}

input:focus,
select:focus,
textarea:focus {
    outline: 2px solid rgba(139, 92, 246, 0.75);
    border-color: transparent;
}

.faq-list {
    margin-top: 20px;
    display: grid;
    gap: 12px;
}

details {
    padding: 14px;
}

summary {
    cursor: pointer;
    font-weight: 700;
}

details p {
    margin: 10px 0 0;
}

.section-final-cta {
    padding-top: 34px;
    padding-bottom: 90px;
}

.final-shell {
    text-align: center;
    border: 1px solid var(--music-panel-border);
    border-radius: 18px;
    padding: 40px 24px;
    background: linear-gradient(145deg, rgba(139, 92, 246, 0.08), rgba(59, 130, 246, 0.05));
}

.final-shell .cta-row {
    justify-content: center;
}

@media (max-width: 1120px) {
    .properties-grid,
    .audience-grid,
    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .work-with-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 880px) {
    .teaser-grid,
    .services-grid {
        grid-template-columns: 1fr;
    }

    .micro-points {
        grid-template-columns: 1fr;
    }

    .why-list {
        columns: 1;
    }
}

@media (max-width: 620px) {
    .section {
        padding: 58px 0;
    }

    .music-hero {
        padding-top: 78px;
        padding-bottom: 64px;
    }

    .work-photo-card img {
        height: 210px;
    }

    .properties-grid,
    .audience-grid,
    .trust-grid {
        grid-template-columns: 1fr;
    }
}
