/* Custom Premium Elegant & Minimalist overlay stylesheet for JKT48 Brand Store & Social Hub */

:root {
    --primary-red: #E61E2A;
    --accent-pink: #FF5FA2;
    --dark-navy: #101828;
    --soft-white: #F8F9FC;
    --gold-accent: #CDC2A7;
    --sky-blue: #5AB2FF;
}

body {
    background-color: var(--soft-white);
    color: var(--dark-navy);
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--dark-navy);
    letter-spacing: -0.02em;
}

/* UI details */
.outfit-font {
    font-family: 'Outfit', sans-serif;
}

/* Top Announcement bar */
.top-announcement {
    background-color: var(--dark-navy);
    color: #FFF;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.top-announcement span {
    color: var(--gold-accent);
}

/* Header design matching buttonscarves.com (Elegant & Minimalist) */
.header-minimal {
    background-color: #FFF;
    border-bottom: 1px solid #EAECEF;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-minimal .logo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 0.05em;
    color: var(--dark-navy);
    text-decoration: none;
}

.header-minimal .logo-text span {
    color: var(--primary-red);
}

.nav-minimal {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-minimal li {
    margin: 0 20px;
}

.nav-minimal li a {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: var(--dark-navy);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    position: relative;
    padding-bottom: 4px;
}

.nav-minimal li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--primary-red);
    transition: width 0.3s ease;
}

.nav-minimal li a:hover::after,
.nav-minimal li.active a::after {
    width: 100%;
}

.header-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-actions a {
    color: var(--dark-navy);
    font-size: 18px;
    margin-left: 20px;
    text-decoration: none;
    position: relative;
}

.header-actions a .badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: var(--primary-red);
    color: #FFF;
    border-radius: 50%;
    font-size: 10px;
    padding: 3px 6px;
}

/* Elegant Buttons - Premium Red & Solid Border Outline */
.btn-premium {
    background-color: var(--primary-red);
    color: #FFF;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 12px 28px;
    border: none;
    transition: all 0.3s ease;
    border-radius: 0;
}

.btn-premium:hover {
    background-color: var(--dark-navy);
    color: #FFF;
}

.btn-premium-outline {
    background-color: transparent;
    color: var(--dark-navy);
    border: 1px solid var(--dark-navy);
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 12px 28px;
    transition: all 0.3s ease;
    border-radius: 0;
}

.btn-premium-outline:hover {
    background-color: var(--dark-navy);
    color: #FFF;
}

/* Hero Section */
.hero-slider-container {
    position: relative;
    background-color: #FFF;
    border-bottom: 1px solid #EAECEF;
}

.hero-slide {
    height: 1080px;
    display: flex !important;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(16,24,40,0.85) 0%, rgba(16,24,40,0.4) 60%, rgba(16,24,40,0) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #FFF;
    padding-left: 80px;
}

.hero-tagline {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--gold-accent);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.hero-title {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #FFF;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.7);
}

.hero-desc {
    font-size: 16px;
    font-weight: 400;
    max-width: 550px;
    margin-bottom: 30px;
    color: #FFF;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

/* Custom Premium Slick Navigation styles */
.hero-slider-minimal .slick-dots {
    position: absolute !important;
    bottom: 40px !important;
    left: 80px !important;
    display: flex !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 10 !important;
}

.hero-slider-minimal .slick-dots li {
    margin-right: 12px !important;
    display: inline-block !important;
    list-style: none !important;
}

.hero-slider-minimal .slick-dots li button {
    font-size: 0 !important;
    line-height: 0 !important;
    display: block !important;
    width: 25px !important;
    height: 3px !important;
    padding: 0 !important;
    cursor: pointer !important;
    color: transparent !important;
    border: 0 !important;
    outline: none !important;
    background: rgba(255, 255, 255, 0.35) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.hero-slider-minimal .slick-dots li.slick-active button {
    background: var(--gold-accent) !important;
    width: 50px !important;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    background-color: rgba(16, 24, 40, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #FFF;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    font-size: 20px;
    border-radius: 0;
    outline: none;
}

.slick-arrow:hover {
    background-color: var(--primary-red);
    border-color: var(--primary-red);
    color: #FFF;
}

.slick-prev {
    left: 30px;
}

.slick-next {
    right: 30px;
}

/* Minimal Card styles for Store Catalog (buttonscarves.com style) */
.product-card-minimal {
    background: #FFF;
    border: 1px solid #EAECEF;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    margin-bottom: 30px;
}

.product-card-minimal:hover {
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
    border-color: var(--gold-accent);
    transform: translateY(-4px);
}

.product-img-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background-color: #F8F9FC;
}

.product-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product-card-minimal:hover .product-img-wrapper img {
    transform: scale(1.05);
}

.product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    background-color: var(--dark-navy);
    color: #FFF;
    z-index: 10;
}

.product-badge.gold {
    background-color: var(--gold-accent);
    color: var(--dark-navy);
}

.product-badge.red {
    background-color: var(--primary-red);
    color: #FFF;
}

.product-fav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #FFF;
    border: 1px solid #EAECEF;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    transition: all 0.2s ease;
}

.product-fav-toggle:hover {
    background-color: var(--soft-white);
    border-color: var(--primary-red);
    color: var(--primary-red);
}

.product-fav-toggle.active {
    background-color: var(--primary-red);
    border-color: var(--primary-red);
    color: #FFF;
}

.product-info-minimal {
    padding: 20px;
    border-top: 1px solid #EAECEF;
}

.product-series-tag {
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: var(--gold-accent);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

.product-name-minimal {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.product-name-minimal a {
    color: var(--dark-navy);
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-name-minimal a:hover {
    color: var(--primary-red);
}

.product-price-minimal {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--dark-navy);
}

.product-action-footer {
    display: flex;
    border-top: 1px solid #EAECEF;
}

.product-action-footer button {
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px 10px;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--dark-navy);
    transition: all 0.2s ease;
}

.product-action-footer button:hover {
    background-color: var(--primary-red);
    color: #FFF;
}

/* Sidebar / Main Feed layouts */
.sidebar-panel {
    background: #FFF;
    border: 1px solid #EAECEF;
    padding: 25px;
    margin-bottom: 30px;
}

.sidebar-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid var(--dark-navy);
    padding-bottom: 12px;
    margin-bottom: 20px;
}

/* Social wall elements inspired by adda-social */
.social-create-post {
    background: #FFF;
    border: 1px solid #EAECEF;
    padding: 20px;
    margin-bottom: 30px;
}

.social-member-live {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #F1F1F1;
}

.social-member-live:last-child {
    border-bottom: none;
}

.member-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
    border: 2px solid var(--soft-white);
}

.member-avatar.live-active {
    border-color: var(--sky-blue);
}

.live-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--sky-blue);
    display: inline-block;
    margin-right: 6px;
    box-shadow: 0 0 8px var(--sky-blue);
}

.social-feed-card {
    background: #FFF;
    border: 1px solid #EAECEF;
    padding: 25px;
    margin-bottom: 30px;
}

.feed-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.feed-author-info h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}

.feed-author-info span {
    font-size: 11px;
    color: #888;
}

.feed-content {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.feed-media {
    border: 1px solid #F1F1F1;
    margin-bottom: 15px;
    overflow: hidden;
}

.feed-media img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.feed-actions {
    display: flex;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    padding: 10px 0;
    margin-bottom: 15px;
}

.feed-action-btn {
    margin-right: 25px;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
}

.feed-action-btn i {
    font-size: 16px;
    margin-right: 6px;
}

.feed-action-btn:hover,
.feed-action-btn.active {
    color: var(--primary-red);
}

.feed-comments-box {
    background-color: var(--soft-white);
    padding: 15px;
}

.comment-item {
    display: flex;
    margin-bottom: 12px;
}

.comment-item:last-child {
    margin-bottom: 0;
}

.comment-text-box {
    background-color: #FFF;
    border: 1px solid #EAECEF;
    padding: 10px 15px;
    flex: 1;
}

.comment-author {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 2px;
}

.comment-content {
    font-size: 13px;
    line-height: 1.5;
}

/* Footer Section */
.footer-minimal {
    background-color: var(--dark-navy);
    color: #FFF;
    padding: 70px 0 30px;
    border-top: 1px solid #EAECEF;
}

.footer-brand h4 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 20px;
}

.footer-brand h4 span {
    color: var(--primary-red);
}

.footer-brand p {
    font-size: 14px;
    font-weight: 300;
    color: #D0D5DD;
    line-height: 1.6;
    margin-bottom: 25px;
}

.footer-title {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: #D0D5DD;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links li a:hover {
    color: var(--primary-red);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 50px;
    padding-top: 30px;
    text-align: center;
    font-size: 13px;
    color: #98A2B3;
}

/* Cart side drawer drawer */
.cart-drawer {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background-color: #FFF;
    box-shadow: -10px 0 30px rgba(16,24,40,0.15);
    z-index: 10001;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.cart-drawer.active {
    right: 0;
}

.cart-drawer-header {
    padding: 25px;
    border-bottom: 1px solid #EAECEF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-drawer-header h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

.cart-drawer-close {
    font-size: 20px;
    cursor: pointer;
    background: transparent;
    border: none;
    color: var(--dark-navy);
}

.cart-drawer-items {
    flex: 1;
    overflow-y: auto;
    padding: 25px;
}

.cart-drawer-item {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 20px;
}

.cart-item-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-right: 15px;
}

.cart-item-info {
    flex: 1;
}

.cart-item-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.cart-item-qty {
    font-size: 12px;
    color: #666;
}

.cart-item-price {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-navy);
}

.cart-item-remove {
    background: transparent;
    border: none;
    color: #888;
    cursor: pointer;
    align-self: center;
}

.cart-item-remove:hover {
    color: var(--primary-red);
}

.cart-drawer-footer {
    padding: 25px;
    border-top: 1px solid #EAECEF;
    background-color: var(--soft-white);
}

.cart-subtotal {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}

.cart-drawer-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16,24,40,0.5);
    z-index: 10000;
    display: none;
}

.cart-drawer-mask.active {
    display: block;
}

/* Custom Grid for Product Categories */
.category-block-minimal {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #EAECEF;
}

.category-block-img {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.category-block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.category-block-minimal:hover .category-block-img img {
    transform: scale(1.04);
}

.category-block-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(0deg, rgba(16,24,40,0.9) 0%, rgba(16,24,40,0.4) 60%, rgba(16,24,40,0) 100%);
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.category-block-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #FFF !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.category-block-count {
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--gold-accent) !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

/* Filters sidebar styling */
.filter-group {
    margin-bottom: 25px;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 20px;
}

.filter-group:last-child {
    border-bottom: none;
}

.filter-group-title {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.filter-checkbox-label {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 8px;
    cursor: pointer;
}

.filter-checkbox-label input {
    margin-right: 8px;
    accent-color: var(--primary-red);
}

/* Single Product Page Styling */
.single-prod-gallery {
    margin-bottom: 30px;
}

.main-prod-img {
    border: 1px solid #EAECEF;
    background-color: #FFF;
    margin-bottom: 15px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.main-prod-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-prod-imgs {
    display: flex;
    gap: 15px;
}

.thumb-prod-img {
    width: 80px;
    height: 80px;
    border: 1px solid #EAECEF;
    background-color: #FFF;
    cursor: pointer;
    overflow: hidden;
}

.thumb-prod-img.active {
    border-color: var(--primary-red);
}

.thumb-prod-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-prod-details {
    padding-left: 20px;
}

.single-prod-brand {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gold-accent);
    margin-bottom: 8px;
}

.single-prod-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
}

.single-prod-price {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-red);
    margin-bottom: 25px;
}

.single-prod-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #4A5568;
    margin-bottom: 30px;
}

.single-prod-meta {
    background-color: #FFF;
    border: 1px solid #EAECEF;
    padding: 20px;
    margin-bottom: 30px;
}

.meta-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 8px;
}

.meta-row:last-child {
    margin-bottom: 0;
}

.meta-row span:first-child {
    font-weight: 600;
    color: #718096;
}

.meta-row span:last-child {
    color: var(--dark-navy);
}

.prod-options {
    margin-bottom: 30px;
}

.option-title {
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.option-sizes {
    display: flex;
    gap: 10px;
}

.option-size-btn {
    border: 1px solid #D0D5DD;
    background-color: #FFF;
    padding: 8px 16px;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.option-size-btn:hover,
.option-size-btn.active {
    border-color: var(--primary-red);
    color: var(--primary-red);
}

.qty-selector {
    display: flex;
    align-items: center;
    border: 1px solid #D0D5DD;
    background-color: #FFF;
    width: 120px;
    height: 46px;
}

.qty-btn {
    width: 40px;
    height: 100%;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.qty-input {
    width: 40px;
    height: 100%;
    border: none;
    border-left: 1px solid #D0D5DD;
    border-right: 1px solid #D0D5DD;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.accordion-minimal {
    border-top: 1px solid #EAECEF;
    margin-top: 30px;
}

.accordion-item-minimal {
    border-bottom: 1px solid #EAECEF;
}

.accordion-header-minimal {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.accordion-body-minimal {
    padding: 0 0 15px;
    font-size: 13px;
    line-height: 1.6;
    color: #718096;
    display: none;
}

.theater-seat-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 6px;
    margin-top: 15px;
    background: var(--soft-white);
    padding: 15px;
    border: 1px solid #EAECEF;
}

.theater-seat {
    aspect-ratio: 1 / 1;
    background-color: #E2E8F0;
    border: 1px solid #CBD5E0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    transition: all 0.2s ease;
}

.theater-seat:hover {
    background-color: var(--accent-pink);
    color: #FFF;
    border-color: var(--accent-pink);
}

.theater-seat.selected {
    background-color: var(--primary-red);
    color: #FFF;
    border-color: var(--primary-red);
}

.theater-seat.occupied {
    background-color: var(--dark-navy);
    color: rgba(255,255,255,0.4);
    border-color: var(--dark-navy);
    cursor: not-allowed;
}

/* JKT48 Logo concepts & Concert branding headers */
.brand-strip {
    background: linear-gradient(90deg, var(--primary-red) 0%, var(--accent-pink) 50%, var(--gold-accent) 100%);
    height: 4px;
    width: 100%;
}

/* ==========================================
   MOBILE & RESPONSIVE NAVIGATION SYSTEM
   ========================================== */

/* Morphing Hamburger Menu Trigger */
.mobile-menu-trigger {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 24px;
    z-index: 10002;
    position: relative;
    outline: none !important;
}

.mobile-menu-trigger .hamburger-bar {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--dark-navy);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-menu-trigger.active .hamburger-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: var(--primary-red);
}

.mobile-menu-trigger.active .hamburger-bar:nth-child(2) {
    opacity: 0;
}

.mobile-menu-trigger.active .hamburger-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    background-color: var(--primary-red);
}

/* Mobile Navigation Side Drawer (Off-Canvas) */
.mobile-nav-drawer {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100%;
    background-color: #FFF;
    box-shadow: 10px 0 30px rgba(16, 24, 40, 0.15);
    z-index: 10001;
    transition: left 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--dark-navy);
}

.mobile-nav-drawer.active {
    left: 0;
}

.mobile-nav-drawer-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 24, 40, 0.5);
    z-index: 10000;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.mobile-nav-drawer-mask.active {
    display: block;
    opacity: 1;
}

.mobile-nav-header {
    padding: 25px;
    border-bottom: 1px solid #EAECEF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-nav-close {
    font-size: 28px;
    cursor: pointer;
    background: transparent;
    border: none;
    color: var(--dark-navy);
    line-height: 1;
    outline: none !important;
    transition: color 0.2s ease;
}

.mobile-nav-close:hover {
    color: var(--primary-red);
}

.mobile-nav-body {
    flex: 1;
    overflow-y: auto;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
}

.mobile-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-links li {
    margin-bottom: 22px;
}

.mobile-nav-links li a {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-navy);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-bottom: 4px;
    transition: color 0.2s ease;
}

.mobile-nav-links li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--primary-red);
    transition: width 0.3s ease;
}

.mobile-nav-links li a:hover::after,
.mobile-nav-links li.active a::after {
    width: 100%;
}

.mobile-nav-links li.active a {
    color: var(--primary-red);
}

.mobile-nav-links li.nav-divider {
    height: 1px;
    background-color: #EAECEF;
    margin: 15px 0 25px 0;
}

.mobile-nav-footer {
    border-top: 1px solid #EAECEF;
    padding-top: 25px;
    margin-top: auto;
}

.mobile-nav-socials {
    display: flex;
    gap: 15px;
}

.mobile-nav-socials a {
    color: var(--dark-navy);
    font-size: 18px;
    transition: color 0.2s ease;
}

.mobile-nav-socials a:hover {
    color: var(--primary-red);
}

.copyright-text {
    font-size: 11px;
    color: #718096;
    margin: 0;
}
