/* ===== GLOBAL STYLES & VARIABLES ===== */
:root {
    --primary-color: #60435F;
    --secondary-color: #D67AB1;
    --accent-color: #E2A3C7;
    --text-light: #f8f8f8;
    --text-dark: #2c2c2c;
    --bg-light: #ffffff;
    --bg-dark: #1a1a1a;
    
    --font-primary: 'Montserrat', sans-serif;
    --font-secondary: 'Playfair Display', serif;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary);
    background-color: var(--bg-light);
    color: var(--text-dark);
    line-height: 1.7;
    font-size: 16px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

h1, h2, h3, h4 {
    font-family: var(--font-secondary);
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
}

h1 { font-size: 4.5rem; }
h2 { font-size: 3rem; margin-bottom: 1rem;}
h3 { font-size: 1.75rem; }
h4 { font-size: 1.25rem; }

a {
    color: var(--secondary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

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

p {
    margin-bottom: 1rem;
}

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

section {
    padding: 6rem 0;
    overflow: hidden;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}
.section-title-light {
    text-align: center;
    margin-bottom: 1rem;
    color: var(--text-light);
}
.section-subtitle {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 3rem auto;
    color: var(--accent-color);
}

/* ===== HEADER ===== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 1rem 0;
    transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-family: var(--font-secondary);
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--primary-color);
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.main-nav a {
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding-bottom: 5px;
    position: relative;
}

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

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


/* ===== UTILITIES (Buttons, Animations) ===== */
.btn {
    display: inline-block;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.btn-primary {
    background-color: var(--secondary-color);
    color: var(--text-light);
}
.btn-primary:hover {
    background-color: var(--accent-color);
    color: var(--text-dark);
    transform: translateY(-3px);
}
.btn-secondary {
    background-color: transparent;
    color: var(--text-light);
    border: 2px solid var(--accent-color);
}
.btn-secondary:hover {
    background-color: var(--accent-color);
    color: var(--primary-color);
    transform: translateY(-3px);
}

.fade-in, .fade-in-delay, .fade-in-delay-2 {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in-delay { transition-delay: 0.2s; }
.fade-in-delay-2 { transition-delay: 0.4s; }

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

/* ===== 1. HERO SECTION ===== */
.hero-section {
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 0;
    color: var(--text-light);
}

.hero-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-video-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(96, 67, 95, 0.8), rgba(214, 122, 177, 0.5));
}

.hero-content {
    position: relative;
    z-index: 2;
}
.hero-content h1 {
    color: var(--text-light);
    text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
.hero-content p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 1rem auto 2rem auto;
}

/* ===== 2. ABOUT US SECTION ===== */
/* ============================================= */
/* =====     REDESIGNED ABOUT SECTION      ===== */
/* ============================================= */

.about-section-redesigned {
    background-color: #fdf6fa; /* Keeps the soft, elegant background */
    padding: 7rem 0;
}

.about-container-redesigned {
    display: grid;
    /* An asymmetrical grid for a more dynamic feel */
    grid-template-columns: 45% 1fr; 
    gap: 5rem;
    align-items: center;
}

/* The container for the layered images */
.about-image-stack {
    position: relative;
    height: 550px; /* Define a height for the container */
    transition: transform 0.4s ease-out;
}

.about-image-stack:hover {
    transform: translateY(-10px);
}

.about-image-stack img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 15px 35px rgba(96, 67, 95, 0.1);
}

/* The main, foreground image */
.image-main {
    position: relative; /* Stays in the flow but creates a stacking context */
    z-index: 2;
    width: 90%;
    height: 90%;
    border-radius: 10px;
}

/* The smaller, background accent image */
.image-accent {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 60%;
    height: 60%;
    border-radius: 10px;
    border: 5px solid white; /* Adds separation */
}

/* Styling for the text content column */
.about-text-content-redesigned h3 {
    color: var(--secondary-color);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

/* The new, stylized blockquote */
.about-text-content-redesigned blockquote {
    font-family: var(--font-secondary);
    font-size: 2rem;
    line-height: 1.3;
    color: var(--primary-color);
    margin: 2rem 0;
    padding-left: 1.5rem;
    border-left: 4px solid var(--accent-color);
}

.about-text-content-redesigned p {
    color: #444;
}

/* Responsive adjustments for the new section */
@media (max-width: 992px) {
    .about-container-redesigned {
        grid-template-columns: 1fr; /* Stack columns on smaller screens */
        gap: 3rem;
    }

    .about-image-stack {
        height: 500px; /* Adjust height for stacked layout */
        margin-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    .about-image-stack {
        height: 400px;
    }

    .about-text-content-redesigned blockquote {
        font-size: 1.75rem;
    }
}
/* ===== 3. FEATURED MODELS SECTION ===== */
/* ============================================= */
/* =====       FEATURED MODELS SLIDER      ===== */
/* ============================================= */

.featured-slider-section {
    background-color: var(--bg-light);
    overflow: hidden; /* Prevents horizontal scrollbar */
}

.featured-slider-container {
    position: relative;
    padding: 0 50px; /* Space for navigation arrows */
}

.slider-viewport {
    width: 100%;
    overflow: hidden;
}

.slider-track {
    display: flex;
    align-items: center; /* Vertically align slides */
    /* This transition is the key to the smooth slide */
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-slide {
    flex: 0 0 60%; /* Each slide takes up 60% of the viewport width */
    margin: 0 2%;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    opacity: 0.5;
    transform: scale(0.85);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.slider-slide.is-active {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(96, 67, 95, 0.2);
}

.slider-slide img {
    width: 100%;
    height: 60vh; /* Fixed height for consistency */
    min-height: 450px;
    object-fit: cover;
    display: block;
}

/* --- Slider Navigation --- */
.slider-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none; /* Allows clicks to go through to slides */
}

.slider-button {
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease, transform 0.3s ease;
    pointer-events: all; /* Make buttons clickable again */
}

.slider-button:hover {
    background-color: white;
    transform: scale(1.1);
}

.slider-button svg {
    color: var(--primary-color);
}

/* --- Model Info Display --- */
.slider-info {
    text-align: center;
    margin-top: 2.5rem;
    height: 70px; /* Fixed height to prevent layout shifts */
}

.slider-info h3 {
    font-family: var(--font-secondary);
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    transition: opacity 0.4s ease;
}

.slider-info p {
    font-size: 1.1rem;
    color: #555;
    transition: opacity 0.4s ease;
}

.slider-info.is-changing h3,
.slider-info.is-changing p {
    opacity: 0;
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .slider-slide {
        flex-basis: 75%;
    }
    .slider-slide img {
        height: 55vh;
    }
}

@media (max-width: 768px) {
    .featured-slider-container {
        padding: 0; /* Remove padding to use full width */
    }
    .slider-slide {
        flex-basis: 85%; /* Make slides larger on mobile */
        margin: 0 4%;
    }
    .slider-nav {
        display: none; /* Hide arrows on mobile (can be swiped, if you add that JS later) */
    }
     .slider-info h3 {
        font-size: 2rem;
    }
}
/* ===== 4. SERVICES / CLIENTS SECTION ===== */
.services-section {
    background-color: var(--primary-color);
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    text-align: center;
}
.service-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.service-item img {
    filter: grayscale(80%) brightness(0.7);
    transition: filter 0.4s ease, transform 0.4s ease;
}
.service-item:hover img {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.05);
}
.service-item h4 {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    color: var(--text-light);
    text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
    font-size: 1.5rem;
}

/* ===== 5. TESTIMONIALS SECTION ===== */
/* ============================================= */
/* =====    REDESIGNED TESTIMONIALS SECTION  ===== */
/* ============================================= */

.testimonials-section-redesigned {
    /* Uses the same beautiful background as before */
    background:  no-repeat center center/cover;
    position: relative;
    padding: 6rem 0;
}

.testimonials-section-redesigned::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    /* Darker overlay for better text contrast */
    background-color: rgba(96, 67, 95, 0.6); 
}

.testimonials-section-redesigned .section-title {
    color: var(--text-light);
    position: relative;
    z-index: 2;
}

.testimonial-hub-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 200px 1fr; /* Left column for switcher, right for content */
    gap: 4rem;
    align-items: center;
    color: var(--text-light);
    min-height: 400px;
}

/* --- Left Column: Switcher --- */
.testimonial-switcher h4 {
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.testimonial-switcher ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.switcher-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.switcher-item:hover, .switcher-item.is-active {
    opacity: 1;
}

.switcher-item img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid transparent;
    transition: border-color 0.3s ease;
}

.switcher-item.is-active img {
    border-color: var(--secondary-color);
}

.switcher-item span {
    font-weight: 700;
    color: var(--text-light);
}

/* --- Right Column: Content Area --- */
.testimonial-content-area {
    position: relative;
    height: 100%;
}

.testimonial-content-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.testimonial-content-item.is-active {
    opacity: 1;
    visibility: visible;
}

.decorative-quote {
    position: absolute;
    top: -2.5rem;
    left: -1rem;
    font-family: var(--font-secondary);
    font-size: 8rem;
    color: var(--accent-color);
    opacity: 0.2;
    line-height: 1;
    z-index: -1;
}

.testimonial-content-item blockquote {
    font-size: 1.5rem;
    line-height: 1.6;
    font-family: var(--font-secondary);
    margin-bottom: 2rem;
}

.testimonial-content-item cite {
    font-style: normal;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--accent-color);
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .testimonial-hub-container {
        grid-template-columns: 1fr; /* Stack columns */
        gap: 3rem;
        min-height: 850px;
    }
    
    .testimonial-switcher ul {
        flex-direction: row; /* Make switcher horizontal */
        justify-content: center;
    }
    
    .switcher-item span {
        display: none; /* Hide names on smaller switcher */
    }

    .testimonial-content-area {
        min-height: 500px; /* Prevent layout jump */
        text-align: center;
    }

    .decorative-quote {
        left: 50%;
        transform: translateX(-50%);
        top: -1.5rem;
    }
    .testimonial-content-item blockquote
    {
        font-size: 1rem;
    }
}

/* ===== 6. SCOUTING CALL-TO-ACTION SECTION ===== */
.scouting-cta-section {
    background-color: var(--secondary-color);
    color: var(--text-light);
}
.cta-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}
.cta-text h2 {
    color: var(--text-light);
    margin-bottom: 1.5rem;
}
.cta-action {
    flex-shrink: 0;
}

/* ===== 7. GALLERY PREVIEW SECTION ===== */
.gallery-preview-section {
    padding-bottom: 0;
}
.gallery-marquee {
    width: 100%;
    overflow: hidden;
    margin-top: 3rem;
    white-space: nowrap;
}
.gallery-track {
    display: inline-block;
    animation: marquee 40s linear infinite;
}
.gallery-track img {
    height: 400px;
    width: auto;
    margin: 0 1rem;
    display: inline-block;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.gallery-track:hover {
    animation-play-state: paused;
}
.gallery-track img:hover {
    transform: scale(1.05);
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ============================================= */
/* =====         MODELS PAGE STYLES        ===== */
/* ============================================= */

/* ===== 1. MODELS HERO SECTION ===== */
.models-hero-section {
    height: 70vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 0;
    color: var(--text-light);
}

.models-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.models-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

/* ===== 2. MAIN ROSTER SECTION ===== */
/* ============================================= */
/* =====     REDESIGNED ROSTER SECTION     ===== */
/* ============================================= */

.roster-section-redesigned {
    background-color: var(--bg-light);
    padding: 6rem 0;
}

.roster-hub-container {
    display: grid;
    grid-template-columns: 250px 1fr; /* Left nav, right content */
    gap: 4rem;
    min-height: 600px;
}

/* --- Left Column: Model Navigation --- */
.roster-nav ul {
    list-style: none;
    position: sticky; /* Makes the nav stick while scrolling the page */
    top: 120px;
}

.roster-nav-item {
    font-family: var(--font-secondary);
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent-color);
    padding: 0.75rem 0;
    display: block;
    transition: color 0.3s ease;
    border-left: 3px solid transparent;
    padding-left: 1.5rem;
}

.roster-nav-item:hover {
    color: var(--secondary-color);
}

.roster-nav-item.is-active {
    color: var(--primary-color);
    border-left-color: var(--secondary-color);
}

/* --- Right Column: Display Area --- */
.roster-display {
    position: relative; /* Container for absolutely positioned cards */
}

.roster-model-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: flex-start;
    /* For the fade effect */
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.roster-model-card.is-active {
    opacity: 1;
    visibility: visible;
}

.roster-model-image {
    border-radius: 10px;
    overflow: hidden;
}

.roster-model-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.roster-model-info h3 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.roster-model-info p {
    font-size: 1rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.model-details {
    padding-top: 1.5rem;
    border-top: 1px solid var(--accent-color);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .roster-hub-container {
        grid-template-columns: 1fr; /* Stack on smaller screens */
        gap: 3rem;
    }

    .roster-nav ul {
        position: relative;
        top: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .roster-nav-item {
        font-size: 1.2rem;
        padding: 0.5rem 1rem;
        border-left: none;
        border-bottom: 3px solid transparent;
    }
    
    .roster-model-card {
        grid-template-columns: 1fr; /* Stack image and info */
        position: relative; /* Change from absolute for stacking */
        display: none; /* Hide all by default in JS mode */
    }
    
    .roster-model-card.is-active {
        display: grid; /* Show only the active one */
    }

    .roster-model-image img {
        height: 500px;
    }
}
/* ===== 3. MODEL SPOTLIGHT SECTION ===== */
/* ============================================= */
/* =====   REDESIGNED SPOTLIGHT SECTION    ===== */
/* ============================================= */

.spotlight-section-redesigned {
    /* Subtle gradient for a richer background */
    background: linear-gradient(180deg, #fdf6fa 0%, #ffffff 100%);
    padding: 7rem 0;
    overflow: hidden; /* Important for containing elements */
}

.spotlight-layout-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3-column grid for easy overlapping */
    align-items: center;
    position: relative;
}

/* --- The Image --- */
.spotlight-image-wrapper {
    /* Span from column 1 to 3 */
    grid-column: 1 / 3;
    grid-row: 1 / 2; /* Ensure it's on the same row */
    position: relative;
    z-index: 1; /* Place it behind the glass panel */
    border-radius: 15px;
    box-shadow: 0 20px 50px rgba(96, 67, 95, 0.15);
}

.spotlight-image-wrapper img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 15px;
    display: block;
}

/* --- The Glass Panel --- */
.spotlight-content-glass {
    /* Span from column 2 to 4, creating the overlap */
    grid-column: 2 / 4;
    grid-row: 1 / 2;
    position: relative;
    z-index: 2; /* Place it in front of the image */
    
    /* THE GLASS EFFECT */
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px); /* For Safari */
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(96, 67, 95, 0.1);
    
    border-radius: 15px;
    padding: 3rem;
}

.spotlight-content-glass h4 {
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.spotlight-content-glass h2 {
    color: var(--primary-color); /* Dark text for readability on the light glass */
    font-size: 3.5rem;
}

.spotlight-content-glass p {
    color: #D67AB1; /* Darker text for contrast */
    margin-top: 1.5rem;
}

.spotlight-divider {
    border: none;
    height: 1px;
    background-color: var(--accent-color);
    margin: 2rem 0;
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .spotlight-layout-grid {
        display: flex; /* Switch to flex for simple stacking */
        flex-direction: column;
        gap: 0;
    }

    .spotlight-image-wrapper {
        width: 100%;
        margin-bottom: -4rem; /* Pull the content panel up to maintain an overlap */
    }

    .spotlight-image-wrapper img {
        height: 500px;
    }
    
    .spotlight-content-glass {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .spotlight-content-glass {
        padding: 2rem;
    }
    
    .spotlight-content-glass h2 {
        font-size: 2.5rem;
    }

    .spotlight-image-wrapper {
         margin-bottom: -3rem;
    }
}

/* ===== 4. NEW FACES DIVISION ===== */
.new-faces-section {
    background: linear-gradient(135deg, var(--accent-color), var(--secondary-color));
}
.new-faces-section .section-title {
    color: var(--primary-color);
}
.section-subtitle-dark {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 3rem auto;
    color: var(--text-dark);
}
.new-faces-grid {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.new-face-card {
    padding: 1rem;
    text-align: center;
    width: 250px;
}
.new-face-card img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1rem auto;
    border: 5px solid var(--text-light);
}
.new-face-card h3 {
    color: var(--text-light);
}

/* ===== 5. DIVISIONS SECTION ===== */
/* = a=========================================== */
/* =====     REDESIGNED DIVISIONS TABS      ===== */
/* ============================================= */

.divisions-tabs-section {
    background-color: var(--primary-color);
    position: relative;
    padding: 6rem 0;
    /* Optional: Add a subtle texture or pattern */
    background-image: linear-gradient(rgba(96, 67, 95, 0.95), rgba(96, 67, 95, 0.95)),;
}

/* --- Tab Navigation --- */
.tabs-nav {
    border-bottom: 1px solid rgba(226, 163, 199, 0.3);
    margin-bottom: 3rem;
}

.tabs-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.tab-button {
    background: none;
    border: none;
    color: var(--accent-color);
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem 0;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

.tab-button::after {
    content: '';
    position: absolute;
    bottom: -1px; /* Sits on top of the nav border */
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--secondary-color);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.tab-button:hover {
    color: var(--text-light);
}

.tab-button.is-active {
    color: var(--text-light);
}

.tab-button.is-active::after {
    transform: scaleX(1);
}

/* --- Tab Content Area --- */
.tabs-content {
    position: relative;
    min-height: 500px; /* Prevents layout jump when switching tabs */
}

.tab-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    
    /* Fade Transition */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    
    /* Layout */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.tab-pane.is-active {
    opacity: 1;
    visibility: visible;
}

.tab-pane-image {
    border-radius: 10px;
    overflow: hidden;
}

.tab-pane-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.tab-pane-text h4 {
    color: var(--text-light);
    font-size: 2.5rem;
    font-family: var(--font-secondary);
    margin-bottom: 1.5rem;
}

.tab-pane-text p {
    color: var(--accent-color);
    font-size: 1.1rem;
    line-height: 1.8;
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .tab-pane {
        grid-template-columns: 1fr; /* Stack image and text */
        gap: 2rem;
    }

    .tab-pane-image {
        order: -1; /* Move image to the top */
    }

    .tab-pane-image img {
        height: 400px;
    }

    .tab-pane-text {
        text-align: center;
    }

    .tabs-content {
        min-height: 700px;
    }
}

@media (max-width: 768px) {
    .tabs-nav ul {
        gap: 1rem;
        flex-wrap: wrap; /* Allow tabs to wrap on small screens */
    }

    .tab-button {
        font-size: 0.9rem;
    }

    .tabs-content {
        min-height: 750px;
    }

    .scouting-hero-bg
    {
        display: none;
    }
}

/* ===== 6. BOOKING PROCESS SECTION ===== */
.booking-section {
    background-color: #f8f8f8;
}
.booking-steps {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.step {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}
.step-number {
    font-size: 4rem;
    font-family: var(--font-secondary);
    color: var(--accent-color);
    line-height: 1;
    flex-shrink: 0;
}
.step-content h3 {
    margin-bottom: 0.5rem;
}

/* ===== 7. CLIENT CTA SECTION ===== */
.client-cta-section {
    background:  no-repeat center center/cover;
    padding: 8rem 0;
    position: relative;
    text-align: center;
    color: var(--text-light);
}
.client-cta-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(96, 67, 95, 0.7);
}
.client-cta-content {
    position: relative;
    z-index: 2;
}
.client-cta-content h2 {
    color: var(--text-light);
    font-size: 3.5rem;
}
.client-cta-content p {
    max-width: 600px;
    margin: 1rem auto 2rem auto;
}

/* ===== RESPONSIVE STYLES FOR MODELS PAGE ===== */
@media (max-width: 992px) {
    .spotlight-container {
        grid-template-columns: 1fr;
    }
    .spotlight-image img {
        height: 450px;
    }
    .divisions-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .roster-grid {
        grid-template-columns: 1fr;
    }
    .step {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .step-number {
        font-size: 3rem;
    }
    .client-cta-content h2 {
        font-size: 2.5rem;
    }
}

/* ============================================= */
/* =====        SCOUTING PAGE STYLES       ===== */
/* ============================================= */

/* ===== 1. SCOUTING HERO SECTION ===== */
.scouting-hero-section {
    height: 70vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 4rem 0;
    color: var(--text-light);
}
.scouting-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
}

/* ===== 2. WHAT WE LOOK FOR SECTION ===== */
.look-for-section {
    background-color: #fdf6fa;
}
.look-for-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
.look-for-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.look-for-images img:first-child {
    border-radius: 10px;
    margin-top: -2rem;
}
.look-for-images img:last-child {
    border-radius: 10px;
    margin-top: 2rem;
}

/* ===== 3. GUIDELINES SECTION ===== */
.guidelines-section {
    background-color: var(--bg-light);
}
.guidelines-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}
.guideline-card {
    border: 1px solid var(--accent-color);
    padding: 2rem;
    border-radius: 10px;
}
.guideline-card h4 {
    margin-bottom: 1rem;
    color: var(--secondary-color);
}
.guideline-card ul {
    list-style-type: '✓ ';
    padding-left: 1.5rem;
}
.guideline-card:last-child ul {
    list-style-type: '✗ ';
}
.guideline-card ul li {
    margin-bottom: 0.5rem;
}
.guidelines-visuals {
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.guidelines-visuals img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid;
}
.good-example { border-color: #4CAF50; }
.bad-example { border-color: #F44336; }


/* ===== 4. APPLICATION FORM SECTION ===== */
.application-form-section {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}
.application-form {
    padding: 3rem;
    max-width: 800px;
    margin: 0 auto;
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.form-group {
    display: flex;
    flex-direction: column;
}
.form-group-full {
    grid-column: 1 / -1;
}
.application-form label {
    margin-bottom: 0.5rem;
    color: var(--text-light);
    font-weight: 700;
}
.application-form input, 
.application-form textarea {
    padding: 0.8rem;
    border-radius: 5px;
    border: 1px solid var(--accent-color);
    background-color: rgba(255,255,255,0.8);
    font-family: var(--font-primary);
}
.application-form input[type="file"] {
    background-color: transparent;
    border: none;
    padding: 0;
    color: var(--text-light);
}
.application-form .btn {
    width: 100%;
    padding: 1rem;
    border: none;
    cursor: pointer;
}

/* ===== 5. THE SCOUTING PROCESS SECTION ===== */
.process-timeline {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem 0;
}
.process-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    width: 3px;
    background-color: var(--accent-color);
}
.timeline-item {
    position: relative;
    padding-left: 50px;
    margin-bottom: 3rem;
}
.timeline-item:last-child {
    margin-bottom: 0;
}
.timeline-dot {
    position: absolute;
    left: 0;
    top: 5px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: var(--bg-light);
    border: 4px solid var(--secondary-color);
}
.timeline-content h3 {
    margin-bottom: 0.5rem;
}

/* ===== 6. SUCCESS STORIES SECTION ===== */
.success-stories-section {
    background-color: var(--primary-color);
}
.story-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.story-card {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 3rem;
    color: var(--text-light);
}
.story-card.reverse {
    grid-template-columns: 2fr 1fr;
}
.story-card.reverse img {
    order: 2;
}
.story-card img {
    border-radius: 10px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.story-text h3 {
    color: var(--accent-color);
}
.story-text blockquote {
    font-size: 1.1rem;
    font-style: italic;
    border-left: 3px solid var(--secondary-color);
    padding-left: 1.5rem;
    margin-top: 1rem;
}

/* ===== 7. SAFETY & AWARENESS SECTION ===== */
.safety-section {
    background-color: #fdf6fa;
}
.safety-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    align-items: center;
}
.safety-image {
    border-radius: 10px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.safety-content ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}
.safety-content li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 1rem;
}
.safety-content li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    font-weight: 700;
}
.highlight {
    color: var(--primary-color);
}

/* ===== RESPONSIVE STYLES FOR SCOUTING PAGE ===== */
@media (max-width: 992px) {
    .look-for-container, .story-card, .story-card.reverse, .safety-content {
        grid-template-columns: 1fr;
    }
    .story-card.reverse img {
        order: -1; /* Reset order for stacking */
    }
    .look-for-images {
        grid-template-columns: 1fr;
    }
     .look-for-images img:first-child, .look-for-images img:last-child {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .guidelines-grid, .form-grid {
        grid-template-columns: 1fr;
    }
    .form-group-full {
        grid-column: auto;
    }
}

/* ============================================= */
/* =====         CLIENTS PAGE STYLES       ===== */
/* ============================================= */

/* ===== 1. CLIENTS HERO SECTION ===== */
.clients-hero-section {
    height: 70vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    color: var(--text-light);
}
.clients-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0; left: 0;
}
.clients-hero-content {
    position: relative;
    z-index: 2;
    max-width: 50%;
}
.clients-hero-content h1 {
    color: var(--text-light);
}

/* ===== 2. LOGO SHOWCASE SECTION ===== */
.logo-showcase-section {
    background-color: #f8f8f8;
}
.logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    align-items: center;
    justify-items: center;
}
.logo-item {
    font-family: var(--font-secondary);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    opacity: 0.6;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.logo-item:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* ===== 3. CAMPAIGN SPOTLIGHT SECTION ===== */
.campaign-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding-top: 4rem;
}
.campaign-text h4 {
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.campaign-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.campaign-images img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.campaign-images img:first-child {
    grid-column: 1 / -1;
    height: 350px;
}

/* ===== 4. SERVICES FOR CLIENTS SECTION ===== */
/* ============================================= */
/* ===== REDESIGNED CLIENT SERVICES SECTION ==== */
/* ============================================= */

.client-services-section-redesigned {
    background-color: var(--primary-color);
    padding: 6rem 0;
}

.services-flex-container {
    display: flex;
    width: 90vw; /* Use viewport width for a full-bleed feel */
    max-width: 1400px;
    margin: 3rem auto 0 auto;
    height: 65vh; /* Define a fixed height */
    min-height: 500px;
    gap: 1rem;
}

.service-panel {
    /* The core of the expanding effect */
    flex: 1; /* Initially, all panels share space equally */
    
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    
    /* The smooth transition for the 'flex' property */
    transition: flex 0.7s cubic-bezier(0.16, 1, 0.3, 1),
                background-size 0.5s ease-out;
}

.service-panel::after {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    /* Dark overlay for text contrast, more prominent on inactive panels */
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    opacity: 0.8;
    transition: opacity 0.5s ease;
}

.service-panel:hover {
    background-size: 110%; /* Subtle zoom on hover */
}

/* --- Active State --- */
.service-panel.is-active {
    flex: 5; /* The active panel grows to be 5x larger than others */
}

.service-panel.is-active::after {
    opacity: 1;
}

/* --- Text Content Styling --- */
.vertical-title {
    position: absolute;
    top: 2rem;
    right: 1rem;
    color: var(--text-light);
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    
    /* Vertical text */
    writing-mode: vertical-rl;
    text-orientation: mixed;
    
    opacity: 1;
    transition: opacity 0.5s ease;
    z-index: 2;
}

.service-panel.is-active .vertical-title {
    opacity: 0; /* Hide the vertical title when active */
}

.service-panel-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    color: var(--text-light);
    z-index: 2;
    
    /* Hidden by default */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s; /* Delay the fade-in */
}

.service-panel.is-active .service-panel-content {
    opacity: 1;
    transform: translateY(0);
}

.service-panel-content h3 {
    color: var(--text-light);
    font-family: var(--font-secondary);
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.service-panel-content p {
    max-width: 400px;
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .services-flex-container {
        flex-direction: column; /* Stack vertically on tablets and mobile */
        height: 80vh;
        width: 100%;
    }

    .service-panel {
        background-size: 120% !important; /* Force a zoomed-in look for vertical layout */
    }

    .service-panel.is-active {
        flex: 5; /* The ratio still works for height */
    }

    .vertical-title {
        /* Switch to horizontal for stacked layout */
        writing-mode: horizontal-tb;
        top: 1.5rem;
        left: 1.5rem;
        right: auto;
    }
}
/* ===== 5. CLIENT TESTIMONIALS SECTION ===== */
/* ============================================= */
/* ===== REDESIGNED CLIENT TESTIMONIALS    ===== */
/* ============================================= */

.client-testimonials-section-redesigned {
    /* Retain the effective fixed background */
    background:  no-repeat center center/cover fixed;
    position: relative;
    padding: 6rem 0;
    color: var(--text-light);
}

.client-testimonials-section-redesigned::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(96, 67, 95, 0.5); /* A slightly different overlay */
}

.client-testimonials-section-redesigned .section-title {
    color: var(--text-light);
    position: relative; z-index: 2;
}

.testimonial-showcase-container {
    position: relative; z-index: 2;
    display: grid;
    grid-template-columns: 2fr 1fr; /* Asymmetrical layout */
    gap: 4rem;
    align-items: center;
    min-height: 400px; /* Prevent layout shift */
}

/* --- Left Column: Quote Display --- */
.testimonial-content-display {
    position: relative;
}

.testimonial-quote-item {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.testimonial-quote-item.is-active {
    position: relative; /* Take up space in the flow when active */
    opacity: 1;
    visibility: visible;
}

.decorative-quote-mark {
    position: absolute;
    top: -3rem; left: -2rem;
    font-family: var(--font-secondary);
    font-size: 10rem;
    line-height: 1;
    color: var(--accent-color);
    opacity: 0.15;
    z-index: -1;
}

.testimonial-quote-item blockquote {
    font-family: var(--font-secondary);
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.testimonial-quote-item cite {
    font-style: normal;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--accent-color);
}

/* --- Right Column: Reviewer Navigation --- */
.testimonial-reviewer-nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.reviewer-btn {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    gap: 1rem;
    padding: 1rem;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.reviewer-btn:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transform: translateX(-5px);
}

.reviewer-btn.is-active {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: var(--secondary-color);
}

.reviewer-btn img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.reviewer-info strong {
    color: var(--text-light);
    font-size: 1.1rem;
    display: block;
}

.reviewer-info span {
    color: var(--accent-color);
    font-size: 0.9rem;
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .testimonial-showcase-container {
        grid-template-columns: 1fr; /* Stack columns */
        gap: 3rem;
    }
    
    .testimonial-reviewer-nav {
        order: -1; /* Move navigation to the top */
    }

    .testimonial-quote-item blockquote {
        font-size: 1.8rem;
    }
}

/* ===== 6. THE VOGUEVIBES ADVANTAGE SECTION ===== */
.advantage-section {
    background-color: #fdf6fa;
}
.advantage-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
.advantage-image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.advantage-image-grid img {
    border-radius: 10px;
    height: 250px;
    object-fit: cover;
}

/* ===== 7. BOOKING CTA SECTION ===== */
.booking-cta-section {
    position: relative;
    text-align: center;
    color: var(--text-light);
    padding: 8rem 0;
}
.booking-cta-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    overflow: hidden;
}
.booking-cta-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.booking-cta-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to right, rgba(96, 67, 95, 0.8), rgba(214, 122, 177, 0.5));
}
.booking-cta-content {
    position: relative;
    z-index: 2;
}
.booking-cta-content h2 {
    font-size: 3.5rem;
    color: var(--text-light);
}
.booking-cta-content p {
    max-width: 500px;
    margin: 1rem auto 2rem auto;
}

/* ===== RESPONSIVE STYLES FOR CLIENTS PAGE ===== */
@media (max-width: 992px) {
    .clients-hero-content {
        max-width: 80%;
    }
    .campaign-container, .advantage-container {
        grid-template-columns: 1fr;
    }
    .client-services-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .clients-hero-content {
        max-width: 100%;
        text-align: center;
    }
    .client-testimonial-grid {
        grid-template-columns: 1fr;
    }
    .advantage-image-grid {
        grid-template-columns: 1fr;
    }
    .booking-cta-content h2 {
        font-size: 2.5rem;
    }
}

/* ============================================= */
/* =====         REVIEWS PAGE STYLES       ===== */
/* ============================================= */

/* ===== 1. REVIEWS HERO SECTION ===== */
.reviews-hero-section {
    height: 70vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 4rem 0;
    color: var(--text-light);
}
.reviews-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    position: absolute;
    top: 0; left: 0;
}

/* ===== 2. REVIEW GRID SECTION ===== */
.review-grid-section {
    background-color: #fdf6fa;
}
.review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.review-card {
    background-color: var(--bg-light);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.review-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1.5rem;
    border: 3px solid var(--accent-color);
}
.review-card blockquote {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}
.review-card cite {
    font-style: normal;
    color: var(--primary-color);
}
.review-card cite strong {
    font-family: var(--font-secondary);
    font-size: 1.2rem;
}

/* ===== 3. STATISTICS SECTION ===== */
.stats-section {
    background-color: var(--primary-color);
    color: var(--text-light);
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    text-align: center;
}
.stat-number {
    font-size: 4.5rem;
    font-family: var(--font-secondary);
    color: var(--secondary-color);
    line-height: 1.1;
}
.stat-item h4 {
    color: var(--text-light);
    margin: 0.5rem 0;
}

/* ===== 4. IN-DEPTH MODEL STORY SECTION ===== */
.model-story-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
    align-items: center;
}
.model-story-image img {
    border-radius: 10px;
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.model-story-content h4 {
    color: var(--secondary-color);
    text-transform: uppercase;
}

/* ===== 5. CLIENT SUCCESS SPOTLIGHT SECTION ===== */
.client-success-section {
    background-color: #fdf6fa;
}
.client-success-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
.client-success-text h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--secondary-color);
    border-left: 3px solid var(--accent-color);
    padding-left: 1rem;
}
.client-success-images {
    display: grid;
    grid-template-rows: 250px 250px;
    gap: 1rem;
}
.client-success-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* ===== 6. VIDEO TESTIMONIALS SECTION ===== */
.video-testimonials-section {
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
}
.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.video-card {
    height: 350px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    color: var(--text-light);
}
.video-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 50%);
    transition: background-color 0.3s ease;
}
.video-card:hover::before {
    background-color: rgba(96, 67, 95, 0.3);
}
.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.video-play-button::after {
    content: '▶';
    font-size: 2rem;
    color: var(--text-light);
    margin-left: 5px;
}
.video-card:hover .video-play-button {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.video-caption {
    padding: 1.5rem;
    position: relative;
    z-index: 2;
}
.video-caption h3 { color: var(--text-light); }

/* ===== 7. CTA SECTION ===== */
.reviews-cta-section {
    background-color: var(--accent-color);
    text-align: center;
    padding: 5rem 0;
}
.reviews-cta-content h2 {
    color: var(--primary-color);
}
.reviews-cta-content p {
    color: var(--primary-color);
    max-width: 600px;
    margin: 1rem auto 2rem auto;
}
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.reviews-cta-section .btn-secondary {
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.reviews-cta-section .btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--text-light);
}
.reviews-cta-section .btn-primary {
    background-color: var(--primary-color);
}
.reviews-cta-section .btn-primary:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}


/* ===== RESPONSIVE STYLES FOR REVIEWS PAGE ===== */
@media (max-width: 992px) {
    .review-grid, .stats-grid, .video-grid {
        grid-template-columns: 1fr;
    }
    .model-story-container, .client-success-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .review-grid {
        grid-template-columns: 1fr;
    }
    .stat-number {
        font-size: 3.5rem;
    }
}

/* ============================================= */
/* =====         MISSION PAGE STYLES       ===== */
/* ============================================= */

/* ===== 1. MISSION HERO SECTION ===== */
.mission-hero-section {
    height: 70vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 0;
    color: var(--text-light);
}
.mission-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0; left: 0;
}

/* ===== 2. CORE MISSION STATEMENT SECTION ===== */
/* ============================================= */
/* ===== REDESIGNED CORE MISSION SECTION   ===== */
/* ============================================= */

.core-mission-section-redesigned {
    position: relative; /* Crucial for positioning the background and overlay */
    height: 70vh; /* Give the section a fixed height */
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Hides the parts of the image that move outside the container */
    color: var(--text-light);
}

.mission-parallax-bg {
    position: absolute;
    top: -20%; /* Start the image slightly higher to allow for movement */
    left: 0;
    width: 100%;
    height: 140%; /* Make the image taller than the container */
    
    /* The image is now a background */
    background-image: url('images/mission.webp');
    background-size: cover;
    background-position: center;
    
    z-index: -1; /* Place it behind everything */
}

.mission-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(96, 67, 95, 0.6); /* Overlay for text contrast */
    z-index: 0;
}

.core-mission-content-redesigned {
    position: relative;
    z-index: 1; /* Ensure text is on top */
    max-width: 750px; /* Keep text readable */
    text-align: center;
}

.core-mission-content-redesigned h2 {
    color: var(--text-light);
    margin-bottom: 1rem;
}

/* The new pull quote style */
.core-mission-content-redesigned h3 {
    font-family: var(--font-secondary);
    font-size: 2.5rem;
    color: var(--accent-color);
    margin-bottom: 2rem;
}

.core-mission-content-redesigned p {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.9;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .core-mission-section-redesigned {
        min-height: 910px; 
    }
    .core-mission-content-redesigned h3 {
        font-size: 2rem;
    }
}

/* ===== 3. OUR CORE VALUES SECTION ===== */
/* ============================================= */
/* ===== REDESIGNED CORE VALUES (NEON)     ===== */
/* ============================================= */

.core-values-section-redesigned {
    /* A deep, dark purple background is essential for the neon effect */
    background-color: #1a1219; 
    padding: 6rem 0;
}

.values-grid-redesigned {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.value-card-neon {
    background-color: rgba(96, 67, 95, 0.1); /* Very subtle background */
    border: 2px solid var(--accent-color);
    border-radius: 15px;
    padding: 2.5rem;
    text-align: center;
    
    /* The NEON BORDER GLOW */
    box-shadow: 0 0 5px var(--accent-color),
                0 0 15px var(--accent-color),
                inset 0 0 5px rgba(226, 163, 199, 0.5);

    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.value-card-neon:hover {
    transform: translateY(-10px);
    /* INTENSIFY GLOW ON HOVER */
    box-shadow: 0 0 10px var(--secondary-color),
                0 0 30px var(--secondary-color),
                inset 0 0 10px rgba(214, 122, 177, 0.5);
}

/* --- Icon Styling --- */
.value-icon-neon {
    margin: 0 auto 2rem auto;
}

.value-icon-neon svg {
    width: 70px;
    height: 70px;
    color: var(--secondary-color);
    
    /* The NEON ICON GLOW (drop-shadow is perfect for SVGs) */
    filter: drop-shadow(0 0 8px var(--secondary-color));
    
    transition: filter 0.4s ease;
}

.value-card-neon:hover .value-icon-neon svg {
    filter: drop-shadow(0 0 15px var(--secondary-color));
}

/* --- Text Styling --- */
.value-card-neon h3 {
    color: var(--accent-color);
    margin-bottom: 1rem;
    
    /* The NEON TEXT GLOW (using a multi-layered text-shadow) */
    text-shadow: 0 0 4px #fff, /* Inner white glow makes it pop */
                 0 0 8px var(--accent-color),
                 0 0 12px var(--accent-color);
    
    transition: text-shadow 0.4s ease;
}

.value-card-neon:hover h3 {
    text-shadow: 0 0 5px #fff,
                 0 0 15px var(--secondary-color),
                 0 0 25px var(--secondary-color);
}

.value-card-neon p {
    color: rgba(248, 248, 248, 0.8); /* Soft white for readability */
    line-height: 1.7;
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .values-grid-redesigned {
        grid-template-columns: 1fr; /* Stack the cards on smaller screens */
    }
}

/* ===== 4. A COMMITMENT TO DIVERSITY SECTION ===== */
.diversity-commitment-section {
    background-color: var(--primary-color);
}
.diversity-mosaic {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 250px 250px;
    gap: 1rem;
    height: 500px;
}
.mosaic-item {
    overflow: hidden;
    border-radius: 10px;
}
.mosaic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.mosaic-item:hover img {
    transform: scale(1.05);
}
.mosaic-item.tall {
    grid-row: 1 / 3;
}

/* ===== 5. THE FUTURE OF MODELING SECTION ===== */
/* ============================================= */
/* ===== REDESIGNED FUTURE VISION SECTION  ===== */
/* ============================================= */

.future-vision-section-redesigned {
    /* Use the same dark, rich background from the neon section for consistency */
    background-color: #1a1219;
    padding: 7rem 0;
}

.future-vision-container-redesigned {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

/* --- Left Column: Content Panel --- */
.future-vision-content-panel h2 {
    color: var(--text-light);
    margin-bottom: 3rem;
}

.vision-pillars {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.vision-pillar {
    display: grid;
    grid-template-columns: auto 1fr; /* Icon column sized to content, text takes the rest */
    gap: 1.5rem;
    align-items: flex-start;
}

.pillar-icon svg {
    width: 40px;
    height: 40px;
    color: var(--secondary-color);
}

.pillar-content h3 {
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.pillar-content p {
    color: var(--accent-color);
    line-height: 1.7;
}

/* --- Right Column: Parallax Image Panel --- */
.future-vision-image-panel {
    height: 600px;
    border-radius: 15px;
    
    /* The Parallax "Window" Effect */
    background-image: url('images/booking.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* This is the magic property! */
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .future-vision-container-redesigned {
        grid-template-columns: 1fr; /* Stack the columns */
        gap: 3rem;
    }

    .future-vision-image-panel {
        height: 400px;
        /* 'fixed' can be janky on mobile, so we switch to 'scroll' */
        background-attachment: scroll;
    }
}

/* ===== 6. MODEL WELL-BEING SECTION ===== */
.wellbeing-section {
    background-color: #fdf6fa;
}
.wellbeing-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
    align-items: center;
}
.wellbeing-image img {
    border-radius: 10px;
}

/* ===== 7. JOIN THE MOVEMENT CTA SECTION ===== */
.movement-cta-section {
    background-color: var(--accent-color);
    text-align: center;
    padding: 5rem 0;
}
.movement-cta-content h2 {
    color: var(--primary-color);
}
.movement-cta-content p {
    color: var(--primary-color);
    max-width: 600px;
    margin: 1rem auto 2rem auto;
}
.movement-cta-section .btn-secondary {
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.movement-cta-section .btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--text-light);
}
.movement-cta-section .btn-primary {
    background-color: var(--primary-color);
}
.movement-cta-section .btn-primary:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

/* ===== RESPONSIVE STYLES FOR MISSION PAGE ===== */
@media (max-width: 992px) {
    .core-mission-container, .wellbeing-container {
        grid-template-columns: 1fr;
    }
    .core-mission-image {
        order: -1; /* Move image to top */
    }
    .values-grid {
        grid-template-columns: 1fr;
    }
    .future-vision-content {
        max-width: 80%;
    }
}

@media (max-width: 768px) {
    .diversity-mosaic {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
    }
    .mosaic-item, .mosaic-item.tall {
        grid-row: auto;
        height: 300px;
    }
    .future-vision-content {
        max-width: 100%;
        padding: 2rem;
    }
}

/* ============================================= */
/* =====         GALLERY PAGE STYLES       ===== */
/* ============================================= */

/* ===== 1. GALLERY HERO SECTION ===== */
.gallery-hero-section {
    height: 70vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 0;
    color: var(--text-light);
}
.gallery-hero-bg img {
    width: 100%; height: 100%; object-fit: cover;
    position: absolute; top: 0; left: 0;
}

/* ===== 2. FILTERABLE GALLERY SECTION ===== */


.gallery-filters {
    text-align: center;
    margin-bottom: 3rem;
}
.filter-btn {
    background: none;
    border: 2px solid var(--accent-color);
    color: var(--primary-color);
    padding: 0.5rem 1.5rem;
    margin: 0 0.5rem;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.3s ease;
}
.filter-btn:hover, .filter-btn.active-filter {
    background-color: var(--primary-color);
    color: var(--text-light);
    border-color: var(--primary-color);
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.gallery-item {
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    aspect-ratio: 4 / 5;
}
.gallery-item:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.gallery-item:hover img {
    transform: scale(1.05);
}

/* The Modal (background) */
.lightbox {
    /* Hidden by default */
    display: none; 
    
    /* Sit on top of everything */
    position: fixed; 
    z-index: 9999; 
    padding-top: 50px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    
    /* Black background with high opacity */
    background-color: rgba(0, 0, 0, 0.95); 

    /* Use flexbox for easy centering */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    /* Initially invisible for fade-in effect */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.lightbox.is-visible {
    opacity: 1;
    visibility: visible;
}

/* Modal Content (The Image) */
.lightbox-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80vh; /* Leave space for caption and closing */
    
    /* Animation for the image appearing */
    animation: zoomIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* The Close Button */
.lightbox-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;
}

.lightbox-close:hover,
.lightbox-close:focus {
    color: var(--secondary-color);
    transform: scale(1.1);
    text-decoration: none;
}

/* The Image Caption */
.lightbox-caption {
    margin-top: 15px;
    text-align: center;
    color: var(--accent-color);
    font-size: 1.1rem;
    font-weight: 700;
    width: 80%;
}

/* ===== 3. CAMPAIGN DEEP DIVE SECTION ===== */

.campaign-deep-dive-section {
    background-color: #fdf6fa;
}
.deep-dive-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.deep-dive-images img {
    object-fit: cover;
    height: 400px;
    width: 100%;
    border-radius: 10px;
    box-shadow: -10px 10px 0px var(--accent-color);
}
.deep-dive-text h4 {
    color: var(--secondary-color);
}

/* ===== 4. BEHIND THE SCENES SECTION ===== */
.bts-vertical-slider-section {
    position: relative;
    background-color: var(--primary-color);
    padding: 6rem 0;
}

.bts-header-container {
    margin-bottom: 3rem;
}

.bts-slider-viewport {
    width: 90%;
    max-width: 1400px;
    height: 75vh; /* Sets the height of the slider window */
    min-height: 550px;
    margin: 0 auto;
    position: relative;
    overflow: hidden; /* This is crucial */
    border-radius: 15px;
}

.bts-slider-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* Height is now set dynamically in JS */
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.bts-slide {
    width: 100%;
    /* CRITICAL FIX: The incorrect height property is removed. 
       The height will be set in JS to be a fraction of the track height. */
    position: relative;
    color: var(--text-light);
}

.bts-slide-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
}

.bts-slide-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent 60%);
}

.bts-slide-content {
    position: absolute;
    bottom: 4rem;
    left: 4rem;
    z-index: 2;
    max-width: 500px;
}

.bts-slide-content h3 {
    color: var(--text-light);
    font-size: 2.5rem;
    font-family: var(--font-secondary);
}

/* --- Navigation Elements --- */
.bts-slider-pagination {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 5;
}

.pagination-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-dot.is-active {
    background-color: var(--secondary-color);
    transform: scale(1.3);
}

.bts-slider-nav {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    z-index: 5;
}

.bts-slider-button {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}
.bts-slider-button:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .bts-slider-pagination {
        right: 30px;
    }
    .bts-slide-content {
        left: 2rem;
        bottom: 2rem;
    }
}
@media (max-width: 768px) {
    .bts-slider-pagination {
        display: none; /* Hide dots on mobile for a cleaner look */
    }
}
/* ===== 5. THEMATIC SLIDESHOW SECTION ===== */
.slideshow-section {
    padding-top: 6rem;
    padding-bottom: 0;
}
.slideshow-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 3rem;
}
.slideshow-track {
    display: inline-block;
    animation: marquee 50s linear infinite;
}
.slideshow-track:hover {
    animation-play-state: paused;
}
.slideshow-track img {
    height: 450px;
    width: auto;
    margin: 0 1rem;
    display: inline-block;
    border-radius: 10px;
}

/* ===== 6. MOTION GALLERY PREVIEW SECTION ===== */
.motion-gallery-section {
    background:  no-repeat center center/cover fixed;
    padding: 8rem 0;
}
.motion-gallery-content {
    max-width: 60%;
    padding: 3rem;
    color: var(--text-light);
}
.motion-gallery-content h2 { color: var(--text-light); }

/* ===== 7. "BOOK THIS LOOK" CTA SECTION ===== */
.gallery-cta-section {
    background-color: var(--accent-color);
    text-align: center;
    padding: 5rem 0;
}
.gallery-cta-content h2 { color: var(--primary-color); }
.gallery-cta-content p {
    color: var(--primary-color);
    max-width: 600px;
    margin: 1rem auto 2rem auto;
}
.gallery-cta-section .btn-secondary {
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.gallery-cta-section .btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--text-light);
}

/* ===== LIGHTBOX MODAL ===== */
.lightbox {
    display: none;
    position: fixed;
    z-index: 2000;
    padding-top: 60px;
    left: 0; top: 0;
    width: 100%; height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    align-items: center;
    justify-content: center;
}
.lightbox-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80vh;
    animation: zoomIn 0.4s;
}
.lightbox-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}
.lightbox-close:hover, .lightbox-close:focus {
    color: #bbb;
    text-decoration: none;
}
@keyframes zoomIn {
    from {transform: scale(0.8); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
}

/* ===== RESPONSIVE STYLES FOR GALLERY PAGE ===== */
@media (max-width: 992px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .deep-dive-container { grid-template-columns: 1fr; }
    .motion-gallery-content { max-width: 80%; }
}

@media (max-width: 768px) {
    .gallery-grid { grid-template-columns: 1fr; }
    .filter-btn { margin-bottom: 0.5rem; }
    .motion-gallery-content { max-width: 100%; padding: 2rem; }
}

/* ===== FOOTER ===== */
.site-footer-main {
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 4rem 0 2rem 0;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}
.footer-column h4 {
    color: var(--accent-color);
    margin-bottom: 1rem;
}
.footer-column ul {
    list-style: none;
}
.footer-column ul li {
    margin-bottom: 0.5rem;
}
.footer-column a {
    color: var(--text-light);
}
.footer-column a:hover {
    color: var(--secondary-color);
}
.social-links a {
    margin-right: 1rem;
    font-weight: 700;
}
.footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(226, 163, 199, 0.3);
    padding-top: 2rem;
    font-size: 0.9rem;
    color: var(--accent-color);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 992px) {
    h1 { font-size: 3.5rem; }
    h2 { font-size: 2.5rem; }
    .models-grid, .services-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .about-container { grid-template-columns: 1fr; }
    .testimonials-wrapper { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        gap: 1rem;
    }
    .main-nav ul {
        gap: 1.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    .models-grid, .services-grid { grid-template-columns: 1fr; }
    .cta-container { flex-direction: column; text-align: center; }
    section { padding: 4rem 0; }
    h1 { font-size: 2.8rem; }
    h2 { font-size: 2.2rem; }
}

@media (max-width: 480px) {
    .main-nav ul {
        gap: 1rem;
    }
    .main-nav a {
        font-size: 0.8rem;
    }
    .footer-grid { grid-template-columns: 1fr; }
}

/* ============================================= */
/* =====     LEGAL & POLICY PAGE STYLES    ===== */
/* ============================================= */

/* ===== 1. LEGAL HERO SECTION ===== */
.legal-hero-section {
    padding: 6rem 0;
    text-align: center;
    background:  no-repeat center center/cover;
    position: relative;
    color: var(--text-light);
}
.legal-hero-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to right, rgba(96, 67, 95, 0.8), rgba(214, 122, 177, 0.5));
}
.legal-hero-section .hero-content {
    position: relative;
    z-index: 2;
}
.legal-hero-section h1 {
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

/* ===== 2. LEGAL CONTENT SECTION ===== */
.legal-content-section {
    background-color: var(--bg-light);
    padding: 5rem 0;
}
.legal-content-wrapper {
    max-width: 800px;
    margin: 0 auto;
}
.legal-content-wrapper article {
    margin-bottom: 2.5rem;
}
.legal-content-wrapper h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    border-left: 4px solid var(--accent-color);
    padding-left: 1rem;
}
.legal-content-wrapper p, 
.legal-content-wrapper li {
    font-family: var(--font-primary);
    line-height: 1.8;
    color: #444;
}
.legal-content-wrapper ul {
    list-style-position: inside;
    list-style-type: disc;
    padding-left: 1rem;
}
.legal-content-wrapper li {
    margin-bottom: 0.75rem;
}
.last-updated {
    font-style: italic;
    color: #777;
    margin-bottom: 2rem;
    text-align: left;
}
.legal-content-wrapper .btn {
    margin-top: 1.5rem;
}

/* ============================================= */
/* =====     SUBMISSION SUCCESS PAGE STYLES  ===== */
/* ============================================= */

body.thank-you-page {
    background: linear-gradient(135deg, var(--accent-color), var(--secondary-color));
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
    font-family: var(--font-primary);
}

.thank-you-main {
    width: 100%;
}

.thank-you-box {
    background-color: var(--bg-light);
    border-radius: 15px;
    padding: 3rem;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.thank-you-box h1 {
    font-family: var(--font-secondary);
    color: var(--primary-color);
    font-size: 3rem;
    margin: 1.5rem 0 1rem 0;
}

.thank-you-box p {
    color: #444;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.thank-you-box .btn {
    padding: 1rem 2.5rem;
}

/* Animated SVG Checkmark Styles */
.checkmark-container {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.checkmark-svg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: var(--secondary-color);
    stroke-miterlimit: 10;
    animation: scale .3s ease-in-out .9s both;
}

.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 3;
    stroke: var(--accent-color);
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

/* ============================================= */
/* =====   SIMPLE SLIDING MOBILE NAVIGATION  ===== */
/* ============================================= */

/* --- The Burger Button --- */
.mobile-nav-toggle {
    display: none; /* Hidden on desktop */
    position: relative;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001; /* Must be above everything when open */
}

.mobile-nav-toggle .line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-nav-toggle .line1 { top: 0; }
.mobile-nav-toggle .line2 { top: 9px; }
.mobile-nav-toggle .line3 { top: 18px; }

/* --- The Overlay --- */
.mobile-nav-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* --- The Navigation Panel --- */
.mobile-nav-panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 280px; /* A clean, fixed width */
    max-width: 80vw;
    background-color: var(--primary-color);
    box-shadow: -5px 0 25px rgba(0,0,0,0.15);
    z-index: 1000;
    padding: 6rem 2rem 2rem 2rem; /* More top padding for a better look */
    
    /* Hide off-screen to the right */
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-nav-panel ul { list-style: none; }
.mobile-nav-panel li {
    margin-bottom: 2rem;
    opacity: 0; /* For staggered animation */
    transform: translateX(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.mobile-nav-panel a {
    color: var(--text-light);
    font-family: var(--font-secondary);
    font-size: 1.75rem;
    text-decoration: none;
}
.mobile-nav-panel a.active {
    color: var(--secondary-color);
}

/* --- "OPEN" STATE STYLES (Controlled by JS via body class) --- */
body.nav-open { overflow: hidden; }

/* Animate Burger to 'X' */
body.nav-open .mobile-nav-toggle .line1 { transform: translateY(9px) rotate(45deg); }
body.nav-open .mobile-nav-toggle .line2 { opacity: 0; }
body.nav-open .mobile-nav-toggle .line3 { transform: translateY(-9px) rotate(-45deg); }

/* Show Overlay and Panel */
body.nav-open .mobile-nav-overlay {
    opacity: 1;
    visibility: visible;
}
body.nav-open .mobile-nav-panel {
    transform: translateX(0);
}

/* Animate Links In */
body.nav-open .mobile-nav-panel li {
    opacity: 1;
    transform: translateX(0);
}
body.nav-open .mobile-nav-panel li:nth-child(1) { transition-delay: 0.2s; }
body.nav-open .mobile-nav-panel li:nth-child(2) { transition-delay: 0.25s; }
body.nav-open .mobile-nav-panel li:nth-child(3) { transition-delay: 0.3s; }
body.nav-open .mobile-nav-panel li:nth-child(4) { transition-delay: 0.35s; }
body.nav-open .mobile-nav-panel li:nth-child(5) { transition-delay: 0.4s; }
body.nav-open .mobile-nav-panel li:nth-child(6) { transition-delay: 0.45s; }
body.nav-open .mobile-nav-panel li:nth-child(7) { transition-delay: 0.5s; }

/* --- MEDIA QUERY to activate mobile navigation --- */
@media (max-width: 992px) {
    .main-nav { display: none; }
    .mobile-nav-toggle { display: block; }
}