/* --------------------------------------------- */
/* FONTS                                         */
/* --------------------------------------------- */

@font-face {
    font-family: 'SpotifyTitle';
    src: url('https://encore.scdn.co/fonts/SpotifyMixUI-Bold-4264b799009b1db5c491778b1bc8e5b7.woff2') format('woff2');
}

@font-face {
    font-family: 'SpotifyRegular';
    src: url('https://encore.scdn.co/fonts/SpotifyMixUI-Regular-cc3b1de388efa4cbca6c75cebc24585e.woff2') format('woff2');
}

@font-face {
    font-family: 'SpotifyTitles';
    src: url('https://encore.scdn.co/fonts/SpotifyMixUITitleVariable-8769ccfde3379b7ebcadd9529b49d0cc.woff2') format('woff2');
}

/* --------------------------------------------- */
/* GLOBAL                                        */
/* --------------------------------------------- */

html,
body {
    background: #000;
    color: #fff;
    font-family: SpotifyRegular, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
    margin: 0;
    overflow-x: hidden;
}

/* Titles */
h1 {
    font-family: SpotifyTitle;
    font-size: 130px;
}

/* This is aggressive but matches your current design */
span {
    font-family: SpotifyTitle;
}

/* Hide scrollbars but keep scroll */
::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}

html {
    scrollbar-width: none;
}

body {
    -ms-overflow-style: none;
}

/* Utilities */
.text-balance {
    text-wrap: balance;
}

.no-tap-highlight {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.img-clip {
    clip-path: inset(0 round 1rem);
}

.backdrop-dark {
    backdrop-filter: blur(6px) saturate(0);
    background: rgba(0, 0, 0, 0.6);
}

/* Smooth section reveal */
.reveal {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .6s ease, transform .6s ease;
}

.reveal.in {
    opacity: 1;
    transform: translateY(0);
}

/* --------------------------------------------- */
/* HEADER                                        */
/* --------------------------------------------- */

header {
    color: white;
    font-family: SpotifyTitle;
    /* background: linear-gradient(to left, #000000, #000000); */
    background: transparent;

}

header.scrolled {
    background-color: rgba(0, 0, 0, 0.95);
    /* almost pure black */
    opacity: 1;
    /* stays fully visible */
    backdrop-filter: blur(6px);
    /* optional: nice glassy effect */
    color: white;
}

/* Brand / Logo */
.header-brand {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.header-brand span {
    font-weight: 900;
    font-size: 20px;
}

/* Desktop Nav Links */
.nav-link {
    transition: opacity 0.2s ease;
}

.nav-link:hover {
    opacity: 0.8;
}

/* CTA Buttons (Linktree, Subscribe) */
.cta-btn {
    border: 1px solid white;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    font-size: 0.75rem;
    border-radius: 2px;
    transition: 0.2s ease;
}

.cta-btn:hover {
    background: white;
    color: black;
}

/* Mobile Menu Button */
#menuBtn {
    border: 1px solid white;
    border-radius: 2px;
    padding: 0.5rem 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    font-size: 0.75rem;
}

/* Mobile Navigation */
#mobileNav a {
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

#mobileNav a:hover {
    opacity: 1;
}

#mobileNav .mobile-strong {
    font-weight: 900;
    opacity: 1;
}

/* --------------------------------------------- */
/* HERO / TOP SECTION                            */
/* --------------------------------------------- */

/* Hero banner image */
.hero-banner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

/* Main hero content wrapper */
.hero-content {
    margin-top: 30rem;
    color: whitesmoke;
}

/* Hero title text (single, final definition) */
.hero-text {
    font-size: 100px;
    font-weight: 900;
    font-family: SpotifyTitles;
    text-transform: lowercase;
}

.hero-text-mini {
    font-size: 30px;
    font-weight: 900;
    font-family: SpotifyTitles;
    text-transform: lowercase;
    color: #CCCCCC;
}

/* Hero buttons */
.hero-btn {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.625rem 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    font-size: 0.875rem;
    border-radius: 2px;
    transition: 0.2s ease;
}

.hero-btn:hover {
    background: white;
    color: black;
}

/* --------------------------------------------- */
/* VIDEOS SECTION                                */
/* --------------------------------------------- */

#videos {
    background: #0a0a0a;
    /* neutral-950 equivalent */
}

/* Video card wrapper */
.video-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

/* Responsive iframe */
.video-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
}

/* Section heading */
.videos-title {
    font-size: 1.875rem;
    /* text-3xl */
    font-weight: 700;
}

/* --------------------------------------------- */
/* TOUR SECTION                                  */
/* --------------------------------------------- */

#tour {
    background: #0a0a0a;
    /* neutral-950 */
}

/* Section title */
.tour-title {
    font-size: 1.875rem;
    /* ~ text-3xl */
    font-weight: 700;
}

/* Tour card */
.tour-card {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    /* p-6 */
    background: rgba(0, 0, 0, 0.6);
}

/* Date text */
.tour-date {
    font-size: 0.75rem;
    /* text-xs */
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    /* tracking-widest */
    color: rgba(255, 255, 255, 0.6);
}

/* Venue line */
.tour-venue {
    margin-top: 0.25rem;
    /* mt-1 */
    font-size: 1.125rem;
    /* text-lg */
    font-weight: 600;
}

/* Actions row */
.tour-actions {
    margin-top: 0.75rem;
    /* mt-3 */
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    /* gap-2 */
    font-size: 0.875rem;
    /* text-sm */
}

/* Buttons (Tickets, Details, Add to Calendar) */
.tour-btn {
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.25rem 0.75rem;
    /* px-3 py-1 */
    transition: 0.2s ease;
}

.tour-btn:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #000000;
}

/* --------------------------------------------- */
/* ABOUT SECTION                                 */
/* --------------------------------------------- */

#about {
    /* keep background inherited; add if you ever want a tint */
}

/* Title */
.about-title {
    margin-top: 3rem;
    /* mt-12 */
    font-size: 1.875rem;
    /* text-3xl */
    font-weight: 700;
    /* font-bold */
}

/* Paragraph text */
.about-text {
    margin-top: 1rem;
    /* mt-4 */
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    /* leading-relaxed-ish */
}

/* Image wrapper / image styling */
.about-image {
    margin-top: 2rem;
    border-radius: 4px;
    overflow: hidden;
}

.about-image img {
    display: block;
    width: 100%;
    height: auto;
}

/* --------------------------------------------- */
/* NEWSLETTER + CONTACT                          */
/* --------------------------------------------- */

#newsletter {
    background: #0a0a0a;
    /* neutral-950 */
}

/* Titles */
.newsletter-title,
.contact-title {
    font-size: 1.875rem;
    /* text-3xl */
    font-weight: 700;
    /* font-bold */
}

/* Body text */
.newsletter-text,
.contact-text {
    margin-top: 0.75rem;
    /* mt-3 */
    color: rgba(255, 255, 255, 0.7);
}

/* Newsletter form */
.newsletter-form {
    margin-top: 1.5rem;
    /* mt-6 */
    max-width: 28rem;
    /* max-w-md */
    display: flex;
    gap: 0.5rem;
    /* gap-2 */
}

/* Input */
.newsletter-input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.6);
    padding: 0.75rem 1rem;
    /* py-3 px-4 */
    color: #ffffff;
    font-size: 0.875rem;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.newsletter-input:focus {
    outline: none;
    border-color: #ffffff;
}

/* Submit button */
.newsletter-btn {
    border-radius: 4px;
    border: 1px solid #ffffff;
    padding: 0.75rem 1rem;
    /* py-3 px-4 */
    font-size: 0.875rem;
    /* text-sm */
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    transition: 0.2s ease;
}

.newsletter-btn:hover {
    background: #ffffff;
    color: #000000;
}

/* Success message */
.newsletter-msg {
    margin-top: 0.75rem;
    /* mt-3 */
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Contact email link */
.contact-email-link {
    font-weight: 900;
    color: #ffffff;
}

.contact-email-link:hover {
    text-decoration: underline;
}

/* Contact social buttons */
.contact-social-btn {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.5rem 1rem;
    /* px-4 py-2 */
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    transition: 0.2s ease;
}

.contact-social-btn:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #000000;
}

/* --------------------------------------------- */
/* FOOTER                                        */
/* --------------------------------------------- */

#footer {
    /* uses page background; add color here if needed */
}

/* Column headings: "Buy / Stream", "Social" */
.footer-title {
    font-size: 0.75rem;
    /* text-xs */
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    /* tracking-widest */
    color: rgba(255, 255, 255, 0.6);
    margin-left: 0.5rem;
    /* ml-2 */
}

/* Icon buttons (Spotify, Apple, etc) */
.footer-icon-btn {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem;
    /* p-2 */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease;
    background: transparent;
}

.footer-icon-btn:hover {
    border-color: #ffffff;
}

/* Footer brand ("SKYLEN") */
.footer-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.footer-brand span {
    margin-left: 0.25rem;
    /* ml-1 */
}

/* Footer text */
.footer-text {
    margin-top: 0.75rem;
    /* mt-3 */
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    max-width: 20rem;
    /* max-w-sm */
}

/* --------------------------------------------- */
/* RESPONSIVE                                    */
/* --------------------------------------------- */

.skylen-header {
    color: white;
}

@media (max-width: 768px) {
    .hero-text {
        font-size: 40px;
        font-weight: 900;
    }

    .disco-filter {
        display: none !important;
    }

    .skylen-header {
        color: black;
    }
}

/* --------------------------------------------- */
/* HELPER CLASSES                                */
/* --------------------------------------------- */

.spotify-title {
    font-family: SpotifyTitle;
}

.spotify-regular {
    font-family: SpotifyRegular;
    color: white;
}

.platform-link {
    border-color: transparent;
}