:root {
    --primary-bg: #000000;
    --primary-text: #FFFFFF;
    --secondary-bg: #FFFFFF;
    --secondary-text: #000000;
    --accent-color: #FFC0CB;
    --neutral-color: #C0C0C0;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--primary-bg);
    color: var(--primary-text);
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease;
}

a:hover {
    color: var(--accent-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-top: 0;
    color: inherit;
    line-height: 1.2;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    transition: all 0.3s ease;
}

button:focus {
    outline: 2px solid var(--accent-color);
    outline-offset: 2px;
}

@media (max-width: 768px) {
    h1 {
        font-size: calc(1.75rem + 1vw);
    }

    h2 {
        font-size: calc(1.5rem + 0.8vw);
    }

    h3 {
        font-size: calc(1.25rem + 0.5vw);
    }

    h4,
    h5,
    h6 {
        font-size: 1.1rem;
    }

    .mobile-text-break {
        word-wrap: break-word;
        word-break: break-all;
        font-size: 0.9em;
    }
}

/* ===== header_section ===== */
.js-nav-link:hover {
    color: var(--accent-color) !important;
}

.js-mobile-menu.open {
    display: block !important;
}

.js-hamburger:focus {
    outline: none;
}

a:hover {
    opacity: 0.9;
}

/* ===== hero_section ===== */
#hero {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero-title {
    font-family: sans-serif;
}

.js-share-btn {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* ===== overview_section ===== */
.overview-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.overview-section h2,
.overview-section h3 {
    font-family: inherit;
    letter-spacing: -0.02em;
}

.overview-section p {
    line-height: 1.7;
}

/* ===== artist_section ===== */
#about-artist {
    position: relative;
}

#about-artist img {
    transition: transform 0.4s ease;
}

#about-artist img:hover {
    transform: scale(1.03);
}

.tracking-wider {
    letter-spacing: 0.15em;
}

/* ===== company_section ===== */
#about-company .about-img-wrapper img {
    transition: transform 0.5s ease;
}

#about-company .about-img-wrapper:hover img {
    transform: scale(1.05);
}

#about-company .border-secondary {
    border-color: rgba(192, 192, 192, 0.3) !important;
}

/* ===== dates_section ===== */
#tour-dates .js-tour-item {
    background-color: rgba(255, 255, 255, 0.03);
    transition: background-color 0.3s ease;
    border-bottom: 1px solid rgba(192, 192, 192, 0.1);
}

#tour-dates .js-tour-item:hover {
    background-color: rgba(255, 192, 203, 0.08);
}

#tour-dates .js-filter-btn {
    border: 1px solid var(--neutral-color);
    border-radius: 30px;
    padding: 8px 20px;
    transition: all 0.3s ease;
    background: transparent;
}

#tour-dates .js-filter-btn:hover {
    border-color: var(--accent-color);
    color: var(--accent-color) !important;
}

#tour-dates .js-filter-btn.active {
    background-color: var(--accent-color);
    color: var(--secondary-text) !important;
    border-color: var(--accent-color);
}

#tour-dates .table-responsive {
    scrollbar-width: thin;
    scrollbar-color: var(--accent-color) var(--primary-bg);
}

/* ===== experience_section ===== */
#experience {
    position: relative;
}

#experience h2 {
    letter-spacing: -1px;
    line-height: 1.1;
}

#experience .js-experience-img {
    transition: filter 0.5s ease, transform 0.5s ease;
}

#experience .js-experience-img:hover {
    transform: scale(1.01);
    filter: brightness(1.1);
}

/* ===== tickets_section ===== */
#tickets {
    position: relative;
    overflow: hidden;
}

#tickets .card {
    transition: transform 0.3s ease;
}

#tickets .h-100 {
    transition: border-color 0.3s ease;
}

#tickets .h-100:hover {
    border-color: var(--accent-color) !important;
}

/* ===== venue_section ===== */
#venues {
    position: relative;
}

#venues .rounded-circle {
    transition: transform 0.3s ease;
}

#venues .row {
    padding: 40px 0;
}

/* ===== tips_section ===== */
#tips .shadow-sm {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

#tips .shadow-sm:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}

/* ===== features_section ===== */
#features {
    width: 100%;
}

.feature-card {
    border: 1px solid rgba(192, 192, 192, 0.2);
    border-radius: 15px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.03);
}

.icon-box {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 192, 203, 0.1);
    margin: 0 auto 1.5rem;
}

/* ===== gallery_section ===== */
.gallery-container {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: default;
}

.gallery-container:hover {
    transform: scale(1.02);
}

.gallery-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.7));
    pointer-events: none;
}

/* ===== faq_section ===== */
.js-faq-item:hover {
    border-color: var(--accent-color) !important;
    background-color: rgba(255, 192, 203, 0.05);
    transform: translateY(-3px);
}

.modal {
    transition: opacity 0.3s ease;
}

.modal.show {
    opacity: 1;
    display: block !important;
}

.modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-50px);
}

.modal.show .modal-dialog {
    transform: translateY(0);
}

/* ===== contact_section ===== */
.contact-section {
    background-color: var(--secondary-bg);
    padding: 100px 0
}

.contact-title {
    color: var(--secondary-text);
    font-weight: 800;
    font-size: 2.8rem;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: -1px
}

.contact-text {
    color: var(--secondary-text);
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 45px;
    opacity: 0.85
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.contact-info-item {
    display: flex;
    align-items: flex-start
}

.contact-info-item i {
    color: var(--accent-color);
    font-size: 1.5rem;
    width: 40px;
    margin-top: 5px
}

.contact-info-content {
    display: flex;
    flex-direction: column
}

.contact-info-label {
    color: var(--secondary-text);
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    opacity: 0.6
}

.contact-info-value {
    color: var(--secondary-text);
    font-size: 1.2rem;
    text-decoration: none;
    transition: color 0.3s ease
}

.contact-info-value:hover {
    color: var(--accent-color)
}

a.contact-info-value:hover {
    color: var(--accent-color)
}

.map-container {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--neutral-color);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    height: 450px
}

.map-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block
}

@media(max-width:991px) {
    .contact-section {
        padding: 60px 0
    }

    .contact-title {
        font-size: 2.2rem
    }

    .map-container {
        height: 350px
    }
}

/* ===== footer ===== */
#footer {
    position: relative;
    z-index: 10;
}

.footer-link {
    transition: color 0.3s ease;
    font-weight: 500;
}

.footer-link:hover {
    color: var(--accent-color) !important;
    text-decoration: underline !important;
}
td {
    color: #000000 !important;
}