/* ============================================
   SHAZAZZY — Sub-Page Styles
   Shared across all interior pages
   ============================================ */

/* ── Active Nav Link ── */
.nav-active {
    color: var(--pink) !important;
}

/* ============================================
   PAGE HERO (Interior Pages)
   ============================================ */

.page-hero {
    position: relative;
    padding: 10rem 0 5rem;
    background: var(--graphite);
    overflow: hidden;
}

.page-hero-compact {
    padding: 8rem 0 3rem;
}

.page-hero-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.12;
    pointer-events: none;
}

.glow-pink {
    background: var(--pink);
    top: -100px;
    left: -100px;
}

.glow-coral {
    background: var(--coral);
    top: -80px;
    left: -50px;
}

.glow-lavender {
    background: var(--lavender);
    top: -100px;
    right: -100px;
    left: auto;
}

.glow-indigo {
    background: var(--indigo);
    top: -60px;
    left: 20%;
}

.page-hero-label {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--pink);
    margin-bottom: 1.25rem;
}

.page-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5.5vw, 4.5rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--white);
    margin-bottom: 1.5rem;
}

.page-hero-desc {
    font-size: clamp(1rem, 1.8vw, 1.1875rem);
    line-height: 1.65;
    color: var(--text-secondary);
    max-width: 600px;
}

/* ============================================
   PAGE SECTIONS
   ============================================ */

.page-section {
    background: var(--graphite);
}

.alt-bg {
    background: #16161a;
}

/* ============================================
   HOW IT WORKS — Detail Grid
   ============================================ */

.detail-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: center;
}

.detail-grid-reverse {
    grid-template-columns: 1.2fr 1fr;
}

.detail-grid-reverse .detail-visual {
    order: 2;
}

.detail-grid-reverse .detail-text {
    order: 1;
}

.detail-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-icon-large {
    width: 200px;
    height: 200px;
}

.detail-icon-large svg {
    width: 100%;
    height: 100%;
}

.detail-step-num {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--pink);
    margin-bottom: 1rem;
}

.detail-body {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 2rem;
}

.detail-features {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.detail-feature {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

.detail-feature-icon {
    color: var(--pink);
    font-size: 0.5rem;
    margin-top: 0.45rem;
    flex-shrink: 0;
}

.detail-stats {
    display: flex;
    gap: 3rem;
    margin-top: 2rem;
}

.detail-stat {
    display: flex;
    flex-direction: column;
}

.detail-stat-number {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--pink), var(--lavender));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.detail-stat-label {
    font-size: 0.8125rem;
    color: var(--text-muted);
}

/* ============================================
   HERITAGE — Long Content
   ============================================ */

.heritage-long-content {
    max-width: 760px;
    margin: 0 auto;
}

.heritage-long-body {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

.heritage-long-highlight {
    font-family: var(--font-heading);
    font-size: 1.375rem;
    font-weight: 500;
    color: var(--pink);
    margin-top: 2rem;
}

/* Region Grid */
.region-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.region-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.4s ease, border-color 0.4s ease;
}

.region-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 79, 163, 0.2);
}

.region-color {
    height: 6px;
}

.region-card h3 {
    font-family: var(--font-heading);
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--white);
    padding: 1.5rem 1.5rem 0.5rem;
}

.region-card p {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--text-secondary);
    padding: 0 1.5rem 1.5rem;
}

/* ============================================
   PREVIEW — Playlist Showcase
   ============================================ */

.preview-showcase {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.preview-playlist-card {
    display: grid;
    grid-template-columns: 280px 1fr;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    overflow: hidden;
    transition: border-color 0.4s ease;
}

.preview-playlist-card:hover {
    border-color: rgba(255, 79, 163, 0.15);
}

.preview-cover {
    aspect-ratio: 1;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 1rem;
}

.preview-cover-label {
    font-size: 0.6875rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    padding: 0.35rem 0.75rem;
    border-radius: 100px;
}

.preview-playlist-body {
    padding: 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.preview-playlist-body h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.preview-ancestry {
    font-size: 0.8125rem;
    color: var(--pink);
    margin-bottom: 0.75rem;
    font-weight: 500;
}

.preview-desc {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

.preview-track-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.preview-track {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.625rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.preview-track:last-child {
    border-bottom: none;
}

.preview-track-num {
    font-family: var(--font-heading);
    font-size: 0.8125rem;
    color: var(--text-muted);
    width: 1.5rem;
    text-align: center;
    flex-shrink: 0;
}

.preview-track-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.preview-track-name {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-primary);
}

.preview-track-artist {
    font-size: 0.75rem;
    color: var(--text-muted);
}

.preview-track-dur {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-variant-numeric: tabular-nums;
}

.preview-track-count {
    font-size: 0.8125rem;
    color: var(--text-muted);
    margin-top: 0.75rem;
    font-style: italic;
}

/* ============================================
   EARLY ACCESS
   ============================================ */

.early-access-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 6rem;
}

.early-access-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.early-access-benefits {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.ea-benefit {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9375rem;
    color: var(--text-secondary);
}

.ea-benefit svg {
    flex-shrink: 0;
}

.early-access-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 3rem;
}

.early-access-card h2 {
    font-family: var(--font-heading);
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.ea-card-desc {
    font-size: 0.9375rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.ea-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ea-field {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.ea-field label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--text-secondary);
}

.ea-field input,
.ea-field select {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 0.875rem 1rem;
    font-family: var(--font-body);
    font-size: 0.9375rem;
    color: var(--text-primary);
    transition: border-color 0.3s ease;
    outline: none;
}

.ea-field input::placeholder {
    color: var(--text-muted);
}

.ea-field input:focus,
.ea-field select:focus {
    border-color: var(--pink);
}

.ea-field select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23888' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}

.ea-field select option {
    background: var(--graphite);
    color: var(--text-primary);
}

.ea-submit {
    margin-top: 0.5rem;
    width: 100%;
}

.ea-success {
    text-align: center;
    padding: 2rem 0;
}

.ea-success-icon {
    margin-bottom: 1.5rem;
}

.ea-success h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.ea-success p {
    font-size: 0.9375rem;
    color: var(--text-secondary);
}

/* ============================================
   LEARN MORE — Content Blocks
   ============================================ */

.learn-block {
    max-width: 760px;
    margin: 0 auto;
}

.learn-body {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: var(--text-secondary);
    margin-bottom: 1.25rem;
}

/* Pillars */
.pillars-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.pillar-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: border-color 0.4s ease, transform 0.4s ease;
}

.pillar-card:hover {
    border-color: rgba(255, 79, 163, 0.2);
    transform: translateY(-3px);
}

.pillar-accent {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    margin-bottom: 1.25rem;
}

.pillar-card h3 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.pillar-card p {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

/* Privacy Grid */
.learn-privacy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.learn-privacy-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 1.5rem;
}

.learn-privacy-item h4 {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    color: var(--pink);
    margin-bottom: 0.5rem;
}

.learn-privacy-item p {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

/* FAQ */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
}

.faq-item {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-question {
    font-family: var(--font-heading);
    font-size: 1.0625rem;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.faq-answer {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--text-secondary);
}

/* ============================================
   LEGAL PAGES (Privacy, Terms)
   ============================================ */

.legal-title {
    font-size: clamp(2rem, 4vw, 3rem) !important;
}

.legal-date {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin-top: 0.5rem;
}

.legal-section {
    padding-top: 2rem;
}

.legal-content {
    max-width: 760px;
    margin: 0 auto;
}

.legal-content h2 {
    font-family: var(--font-heading);
    font-size: 1.375rem;
    font-weight: 600;
    color: var(--white);
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
}

.legal-content h2:first-child {
    margin-top: 0;
}

.legal-content h3 {
    font-family: var(--font-heading);
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--text-primary);
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.legal-content p {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.legal-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
}

.legal-content li {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--text-secondary);
    padding-left: 1.25rem;
    position: relative;
    margin-bottom: 0.375rem;
}

.legal-content li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--pink);
}

.legal-content strong {
    color: var(--text-primary);
}

/* ============================================
   FEATURED ARTIST (Homepage)
   ============================================ */

.featured-artist-section {
    background: #16161a;
    padding: 6rem 0;
}

.featured-artist-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.featured-label {
    margin-bottom: 2.5rem;
}

.featured-tag {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--coral);
    background: rgba(255, 122, 110, 0.1);
    padding: 0.35rem 1rem;
    border-radius: 100px;
    margin-bottom: 1rem;
}

.featured-label .section-title {
    margin-bottom: 0.25rem;
}

.featured-subtitle {
    font-size: 1.0625rem;
    color: var(--text-secondary);
    font-style: italic;
}

.featured-card {
    display: grid;
    grid-template-columns: 300px 1fr;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    overflow: hidden;
    transition: border-color 0.4s ease;
}

.featured-card:hover {
    border-color: rgba(255, 122, 110, 0.25);
}

.featured-artwork {
    aspect-ratio: 1;
    background: linear-gradient(135deg, var(--coral), var(--pink), var(--indigo));
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.featured-play-icon {
    width: 64px;
    height: 64px;
    color: var(--white);
    opacity: 0.9;
    transition: transform 0.3s ease;
    z-index: 2;
}

.featured-card:hover .featured-play-icon {
    transform: scale(1.1);
}

.featured-play-icon svg {
    width: 100%;
    height: 100%;
}

.featured-eq {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 3px;
    align-items: flex-end;
    height: 24px;
    z-index: 2;
}

.featured-eq span {
    width: 4px;
    background: var(--white);
    border-radius: 2px;
    opacity: 0.5;
    animation: eq 1.2s ease-in-out infinite;
}

.featured-eq span:nth-child(1) { height: 8px; animation-delay: 0s; }
.featured-eq span:nth-child(2) { height: 16px; animation-delay: 0.15s; }
.featured-eq span:nth-child(3) { height: 12px; animation-delay: 0.3s; }
.featured-eq span:nth-child(4) { height: 20px; animation-delay: 0.45s; }
.featured-eq span:nth-child(5) { height: 10px; animation-delay: 0.6s; }

@keyframes eq {
    0%, 100% { transform: scaleY(0.4); }
    50% { transform: scaleY(1); }
}

.featured-info {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-track-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0.25rem;
}

.featured-artist-name {
    font-size: 0.9375rem;
    color: var(--coral);
    font-weight: 500;
    margin-bottom: 1rem;
}

.featured-description {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

.featured-listen-btn {
    align-self: flex-start;
}

/* ============================================
   RESPONSIVE — Pages
   ============================================ */

@media (max-width: 1024px) {
    .detail-grid,
    .detail-grid-reverse {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .detail-grid-reverse .detail-visual,
    .detail-grid-reverse .detail-text {
        order: unset;
    }

    .detail-icon-large {
        width: 140px;
        height: 140px;
    }

    .early-access-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .preview-playlist-card {
        grid-template-columns: 220px 1fr;
    }

    .featured-card {
        grid-template-columns: 240px 1fr;
    }

    .region-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .page-hero {
        padding: 8rem 0 3rem;
    }

    .preview-playlist-card {
        grid-template-columns: 1fr;
    }

    .preview-cover {
        aspect-ratio: 2/1;
    }

    .featured-card {
        grid-template-columns: 1fr;
    }

    .featured-artwork {
        aspect-ratio: 2/1;
    }

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

    .learn-privacy-grid {
        grid-template-columns: 1fr;
    }

    .detail-stats {
        gap: 2rem;
    }

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

    .early-access-card {
        padding: 2rem;
    }
}
