/* ============================================
   PRM LUXURY BRAND THEME - Custom Styles
   Luxury Urban Fashion Theme
   ============================================ */

/* ============================================
   GOOGLE FONTS IMPORT
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

/* ============================================
   BASE STYLES
   ============================================ */
html {
    font-family: 'Inter', system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #ffffff;
    color: #171717;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', 'Inter', system-ui, sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

@media (min-width: 768px) {
    h1 {
        font-size: 3rem;
        line-height: 1;
    }
}

@media (min-width: 1024px) {
    h1 {
        font-size: 3.75rem;
        line-height: 1;
    }
}

h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

@media (min-width: 768px) {
    h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 1024px) {
    h2 {
        font-size: 3rem;
        line-height: 1;
    }
}

h3 {
    font-size: 1.5rem;
    line-height: 2rem;
}

@media (min-width: 768px) {
    h3 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1024px) {
    h3 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

/* Luxury Typography */
.luxury-heading {
    font-family: 'Playfair Display', Georgia, serif;
    color: #0a0a0a;
    letter-spacing: -0.025em;
}

.urban-heading {
    font-family: 'Inter', system-ui, sans-serif;
    font-weight: 700;
    color: #0a0a0a;
    letter-spacing: -0.025em;
}

/* ============================================
   COMPONENT STYLES
   ============================================ */

/* Luxury Button Variants - New Color Palette */
.btn-luxury {
    padding: 0.75rem 1.5rem;
    background-color: #cd7e7e; /* Darker coral/pink */
    color: #ffffff;
    font-weight: 600;
    border-radius: 0.375rem;
    transition: all 0.3s ease-in-out;
}

.btn-luxury:hover {
    background-color: #d69185; /* Main coral/salmon pink */
    box-shadow: 0 4px 14px 0 rgba(214, 145, 133, 0.2);
    transform: translateY(-2px);
}

.btn-luxury:focus {
    outline: none;
    box-shadow: 0 0 0 2px #d97706, 0 0 0 4px rgba(217, 119, 6, 0.2);
}

.btn-luxury-gold {
    padding: 0.75rem 1.5rem;
    background-color: #d69185; /* Main coral/salmon pink */
    color: #ffffff;
    font-weight: 600;
    border-radius: 0.375rem;
    transition: all 0.3s ease-in-out;
}

.btn-luxury-gold:hover {
    background-color: #cd7e7e; /* Darker coral/pink */
    box-shadow: 0 10px 30px 0 rgba(214, 145, 133, 0.3);
    transform: translateY(-2px);
}

/* New: Pink Button (New Color Palette) */
.btn-luxury-pink {
    padding: 0.75rem 1.5rem;
    background-color: #d69185; /* Main coral/salmon pink */
    color: #ffffff;
    font-weight: 600;
    border-radius: 0.375rem;
    transition: all 0.3s ease-in-out;
}

.btn-luxury-pink:hover {
    background-color: #cd7e7e; /* Darker coral/pink */
    box-shadow: 0 10px 30px 0 rgba(214, 145, 133, 0.3);
    transform: translateY(-2px);
}

/* New: Green Button (New Color Palette) */
.btn-luxury-green {
    padding: 0.75rem 1.5rem;
    background-color: #cd7e7e; /* Darker coral/pink */
    color: #ffffff;
    font-weight: 600;
    border-radius: 0.375rem;
    transition: all 0.3s ease-in-out;
}

.btn-luxury-green:hover {
    background-color: #d69185; /* Main coral/salmon pink */
    box-shadow: 0 10px 30px 0 rgba(214, 145, 133, 0.3);
    transform: translateY(-2px);
}

.btn-luxury-gold:focus {
    outline: none;
    box-shadow: 0 0 0 2px #d97706, 0 0 0 4px rgba(217, 119, 6, 0.2);
}

.btn-luxury-outline {
    padding: 0.75rem 1.5rem;
    background-color: transparent;
    border: 2px solid #cd7e7e; /* Darker coral/pink */
    color: #cd7e7e;
    font-weight: 600;
    border-radius: 0.375rem;
    transition: all 0.3s ease-in-out;
}

.btn-luxury-outline:hover {
    background-color: #cd7e7e;
    color: #ffffff;
    box-shadow: 0 10px 40px -10px rgba(205, 126, 126, 0.3);
}

.btn-luxury-outline:focus {
    outline: none;
    box-shadow: none;
}

.btn-luxury-outline:focus-visible {
    outline: 2px solid #d69185;
    outline-offset: 2px;
}

.btn-luxury-ghost {
    padding: 0.75rem 1.5rem;
    background-color: transparent;
    color: #0a0a0a;
    font-weight: 600;
    border-radius: 0.375rem;
    transition: all 0.3s ease-in-out;
}

.btn-luxury-ghost:hover {
    background-color: #f5f5f5;
    color: #d97706;
}

.btn-luxury-ghost:focus {
    outline: none;
    box-shadow: 0 0 0 2px #d97706, 0 0 0 4px rgba(217, 119, 6, 0.2);
}

/* Login Basic Button - Simple and Clean */
.btn-login-basic {
    padding: 0.5rem 1rem;
    background-color: transparent;
    color: #404040;
    font-weight: 500;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    border: none;
}

.btn-login-basic:hover {
    color: #d69185;
    background-color: transparent;
}

.btn-login-basic:focus {
    outline: none;
}

/* Membership Button - Eye-catching but not distracting */
.btn-membership {
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, #d69185 0%, #cd7e7e 100%);
    color: #ffffff;
    font-weight: 600;
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(214, 145, 133, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-membership::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-membership:hover::before {
    left: 100%;
}

.btn-membership:hover {
    background: linear-gradient(135deg, #cd7e7e 0%, #d69185 100%);
    box-shadow: 0 6px 20px rgba(214, 145, 133, 0.4);
    transform: translateY(-2px);
}

.btn-membership:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(214, 145, 133, 0.3);
}

.btn-membership:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(214, 145, 133, 0.3);
}

/* Luxury Card */
.card-luxury {
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
    padding: 1.5rem;
    transition: all 0.3s ease-in-out;
}

.card-luxury:hover {
    box-shadow: 0 20px 60px -15px rgba(0, 0, 0, 0.4);
    transform: translateY(-4px);
}

.card-luxury-dark {
    background-color: #cd7e7e; /* Darker coral/pink */
    color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 20px 60px -15px rgba(205, 126, 126, 0.4);
    padding: 1.5rem;
    transition: all 0.3s ease-in-out;
}

.card-luxury-dark:hover {
    box-shadow: 0 4px 14px 0 rgba(214, 145, 133, 0.2); /* Coral shadow */
    transform: translateY(-4px);
}

/* Luxury Input */
.input-luxury {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #d4d4d4;
    border-radius: 0.375rem;
    transition: all 0.3s ease-in-out;
}

.input-luxury:focus {
    outline: none;
    border-color: #d69185; /* Main coral/salmon pink */
    box-shadow: 0 0 0 2px rgba(214, 145, 133, 0.2);
}

/* Luxury Select */
.select-luxury {
    width: 100%;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    border: 2px solid #d4d4d4;
    border-radius: 0.375rem;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23d69185' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-size: 0.875rem;
    color: #404040;
}

.select-luxury:focus {
    outline: none;
    border-color: #d69185;
    box-shadow: 0 0 0 2px rgba(214, 145, 133, 0.2);
}

.select-luxury:hover {
    border-color: #d69185;
}

.select-luxury option {
    padding: 0.75rem 1rem;
    background-color: #ffffff;
    color: #404040;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Styling untuk option yang dipilih */
.select-luxury option:checked {
    background-color: #d69185;
    color: #ffffff;
    font-weight: 600;
}

/* Styling untuk option saat hover (beberapa browser support) */
.select-luxury option:hover {
    background-color: #f7e9e3;
    color: #cd7e7e;
}

/* Styling untuk option yang disabled */
.select-luxury option:disabled {
    background-color: #f5f5f5;
    color: #a3a3a3;
    cursor: not-allowed;
}

/* Custom dropdown styling untuk browser yang support */
.select-luxury::-ms-expand {
    display: none;
}

/* Firefox specific */
@-moz-document url-prefix() {
    .select-luxury {
        text-indent: 0.01px;
        text-overflow: '';
    }
    
    .select-luxury option {
        background-color: #ffffff;
        color: #404040;
    }
    
    .select-luxury option:checked {
        background-color: #d69185;
        color: #ffffff;
    }
}

/* Luxury Checkbox */
.checkbox-luxury-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.checkbox-luxury {
    appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #d4d4d4;
    border-radius: 0.25rem;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
    flex-shrink: 0;
}

.checkbox-luxury:hover {
    border-color: #d69185;
}

.checkbox-luxury:checked {
    background-color: #d69185;
    border-color: #d69185;
}

.checkbox-luxury:checked::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.375rem;
    height: 0.625rem;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -60%) rotate(45deg);
}

.checkbox-luxury:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(214, 145, 133, 0.2);
}

/* ============================================
   RESPONSIVE STYLES (General)
   ============================================ */
/* Note: Page-specific responsive styles are in their respective page CSS files */

/* Luxury Badge */
.badge-luxury {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    background-color: #cd7e7e; /* Darker coral/pink */
    color: #ffffff;
}

.badge-luxury-gold {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    background-color: #d69185; /* Main coral/salmon pink */
    color: #ffffff;
}

.badge-luxury-pink {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    background-color: #d69185; /* Main coral/salmon pink */
    color: #ffffff;
}

.badge-luxury-green {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    background-color: #cd7e7e; /* Darker coral/pink */
    color: #ffffff;
}

/* Luxury Divider */
.divider-luxury {
    border-top: 2px solid #e5e5e5;
    margin: 2rem 0;
}

.divider-luxury-gold {
    border-top: 2px solid #d69185; /* Main coral/salmon pink */
    margin: 2rem 0;
}

.divider-luxury-pink {
    border-top: 2px solid #d69185; /* Main coral/salmon pink */
    margin: 2rem 0;
}

.divider-luxury-green {
    border-top: 2px solid #cd7e7e; /* Darker coral/pink */
    margin: 2rem 0;
}

/* Luxury Section */
.section-luxury {
    padding: 5rem 1rem;
}

@media (min-width: 768px) {
    .section-luxury {
        padding: 5rem 1.5rem;
    }
}

@media (min-width: 1024px) {
    .section-luxury {
        padding: 5rem 2rem;
    }
}

.section-luxury-dark {
    padding: 5rem 1rem;
    background-color: #cd7e7e; /* Darker coral/pink */
    color: #ffffff;
}

@media (min-width: 768px) {
    .section-luxury-dark {
        padding: 5rem 1.5rem;
    }
}

@media (min-width: 1024px) {
    .section-luxury-dark {
        padding: 5rem 2rem;
    }
}

/* Luxury Container */
.container-luxury {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

/* Luxury Text Effects - Logo Colors */
.text-luxury-gradient {
    background: linear-gradient(135deg, #d69185 0%, #cd7e7e 100%); /* Coral gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-luxury-glow {
    text-shadow: 0 0 20px rgba(214, 145, 133, 0.5); /* Pink glow */
}

.text-green-gradient {
    background: linear-gradient(135deg, #cd7e7e 0%, #d69185 100%); /* Coral gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Luxury Image Overlay */
.overlay-luxury {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
}

/* Luxury Navigation */
.nav-luxury {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(212, 212, 212, 0.3);
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Mobile Menu Styles */
#mobile-menu {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    overflow: hidden;
}

#mobile-menu.mobile-menu-open {
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
}

#mobile-menu.hidden {
    display: none;
}

/* Mobile Submenu Animation */
#event-mobile-submenu {
    max-height: 0;
    opacity: 0;
    transform: translateY(-5px);
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    overflow: hidden;
}

#event-mobile-submenu.mobile-submenu-open {
    max-height: 200px;
    opacity: 1;
    transform: translateY(0);
}

/* Event Mobile Toggle - Prevent color change on click/hover */
#event-mobile-toggle {
    color: inherit !important;
}

#event-mobile-toggle:hover,
#event-mobile-toggle:focus,
#event-mobile-toggle:active,
#event-mobile-toggle:visited {
    color: inherit !important;
    background-color: transparent !important;
}

/* Override nav-link-luxury hover for event mobile toggle */
.event-mobile-dropdown #event-mobile-toggle.nav-link-luxury:hover {
    color: inherit !important;
}

/* Mobile Menu Button */
#mobile-menu-button {
    transition: all 0.3s ease-in-out;
}

#mobile-menu-button:hover {
    background-color: #f5f5f5;
    border-radius: 0.375rem;
}

/* Desktop Dropdown Menu */
#event-dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
}

#event-dropdown-menu a:hover {
    background-color: #f7e9e3;
}

/* Responsive Header Styles */
@media (max-width: 767px) {
    .nav-luxury {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .nav-luxury .container-luxury {
        padding-left: 0;
        padding-right: 0;
    }
    
    #mobile-menu {
        margin-top: 0.5rem;
    }
}

/* Tablet Responsive (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .nav-luxury .container-luxury {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .nav-link-luxury {
        padding: 0.5rem 0.5rem;
        font-size: 0.875rem;
    }
    
    /* Ensure logo doesn't shrink too much */
    .nav-luxury a[href*="home"] img {
        min-width: 80px;
    }
}

.nav-link-luxury {
    padding: 0.5rem 1rem;
    color: #404040;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.nav-link-luxury:hover {
    color: #d69185; /* Main coral/salmon pink */
}

/* Luxury Product Card */
.product-card-luxury {
    background-color: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.product-card-luxury:hover {
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
    transform: translateY(-8px);
}

.product-card-luxury img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background-color: #f5f5f5;
    transition: transform 0.5s;
    display: block;
}

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

/* Aspect Square Utility */
.aspect-square {
    aspect-ratio: 1 / 1;
}

/* Luxury Price - Logo Pink */
.price-luxury {
    font-size: 1.5rem;
    font-weight: 700;
    color: #d69185; /* Main coral/salmon pink */
}

.price-luxury-compare {
    font-size: 1.125rem;
    color: #a3a3a3;
    text-decoration: line-through;
}

/* Luxury Badge - New/Featured (Logo Colors) */
.badge-new {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #d69185; /* Main coral/salmon pink */
    color: #ffffff;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
}

.badge-featured {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: #cd7e7e; /* Darker coral/pink */
    color: #ffffff;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
}

/* ============================================
   UTILITY STYLES
   ============================================ */

/* Luxury Spacing */
.luxury-spacing {
    padding: 5rem 0;
}

@media (min-width: 768px) {
    .luxury-spacing {
        padding: 8rem 0;
    }
}

/* Luxury Text Sizes */
.text-luxury-xs {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.text-luxury-sm {
    font-size: 0.875rem;
    letter-spacing: 0.025em;
}

/* Luxury Backgrounds */
.bg-luxury-pattern {
    background-image: radial-gradient(circle at 1px 1px, rgba(0,0,0,0.05) 1px, transparent 0);
    background-size: 20px 20px;
}

/* Luxury Scrollbar */
.scrollbar-luxury::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.scrollbar-luxury::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.scrollbar-luxury::-webkit-scrollbar-thumb {
    background-color: #a3a3a3;
    border-radius: 9999px;
}

.scrollbar-luxury::-webkit-scrollbar-thumb:hover {
    background-color: #d69185; /* Main coral/salmon pink */
}

/* Luxury Glass Effect */
.glass-luxury {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Luxury Hover Effects */
.hover-luxury-lift {
    transition: transform 0.3s ease-in-out;
}

.hover-luxury-lift:hover {
    transform: translateY(-8px);
}

.hover-luxury-glow {
    transition: box-shadow 0.3s ease-in-out;
}

.hover-luxury-glow:hover {
    box-shadow: 0 4px 14px 0 rgba(214, 145, 133, 0.2); /* Pink shadow */
}

/* Luxury Loading Spinner */
.spinner-luxury {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: 4px solid #e5e5e5;
    border-top-color: #d69185; /* Main coral/salmon pink */
    border-radius: 9999px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.95);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes luxuryGlow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(214, 145, 133, 0.3); /* Pink glow */
    }
    50% {
        box-shadow: 0 0 30px rgba(214, 145, 133, 0.5);
    }
}

@keyframes pinkGlow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(214, 145, 133, 0.3);
    }
    50% {
        box-shadow: 0 0 30px rgba(214, 145, 133, 0.5);
    }
}

@keyframes greenGlow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(26, 63, 47, 0.3);
    }
    50% {
        box-shadow: 0 0 30px rgba(26, 63, 47, 0.5);
    }
}

.animate-fade-in {
    animation: fadeIn 0.5s ease-in-out;
}

.animate-fade-out {
    animation: fadeOut 0.5s ease-in-out;
}

.animate-slide-up {
    animation: slideUp 0.5s ease-out;
}

.animate-slide-down {
    animation: slideDown 0.5s ease-out;
}

.animate-scale-in {
    animation: scaleIn 0.3s ease-out;
}

.animate-luxury-glow {
    animation: luxuryGlow 2s ease-in-out infinite;
}

.animate-pink-glow {
    animation: pinkGlow 2s ease-in-out infinite;
}

.animate-green-glow {
    animation: greenGlow 2s ease-in-out infinite;
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ============================================
   HERO CAROUSEL STYLES
   ============================================ */
/* Note: Hero carousel styles are moved to pages/welcome.css */

/* ============================================
   RESPONSIVE UTILITIES
   ============================================ */
@media (max-width: 640px) {
    .luxury-spacing {
        padding: 3rem 0;
    }
}

/* ============================================
   PRINT STYLES
   ============================================ */
@media print {
    .no-print {
        display: none !important;
    }
}