
        /* Hero Section */
        .story-hero {
            height: 100vh;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
        }

        .story-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /* background: url('https://westgate-havanna.s3.us-east-1.amazonaws.com/Static+Files/westgate-frontview-resize.jpg') center/cover; */
            background: url('https://westgate-havanna.s3.us-east-1.amazonaws.com/Static+Files/online+frontpage.PNG') center/cover;
            opacity: 0.3;
        }

        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.6));
        }

        .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            color: var(--pure-white);
            max-width: 900px;
            padding: 0 20px;
        }

        .hero-subtitle {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.5rem;
            font-style: italic;
            letter-spacing: 3px;
            margin-bottom: 20px;
            opacity: 0.9;
        }

        .hero-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: 5rem;
            font-weight: 300;
            letter-spacing: 8px;
            margin-bottom: 30px;
            line-height: 1.1;
        }

        .hero-quote {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.8rem;
            font-style: italic;
            font-weight: 300;
            max-width: 700px;
            margin: 0 auto 40px;
            line-height: 1.6;
            opacity: 0.9;
        }

        .scroll-indicator {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
            animation: bounce 2s infinite;
        }

        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
            40% { transform: translateX(-50%) translateY(-10px); }
            60% { transform: translateX(-50%) translateY(-5px); }
        }

        .scroll-indicator i {
            color: var(--pure-white);
            font-size: 2rem;
        }

        /* Introduction Section */
        .intro-section {
            padding: 120px 50px;
            max-width: 1000px;
            margin: 0 auto;
            text-align: center;
        }

        .intro-text {
            font-family: 'Cormorant Garamond', serif;
            font-size: 2rem;
            font-weight: 300;
            line-height: 1.8;
            color: var(--medium-grey);
            margin-bottom: 40px;
        }

        .intro-signature {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.5rem;
            font-style: italic;
            color: var(--accent-red);
        }

        /* Timeline Section */
        .timeline-section {
            /* padding: 100px 50px; */
            background: var(--pure-white);
            position: relative;
        }

        .timeline-header {
            text-align: center;
            /* margin-bottom: 80px; */
        }

        .timeline-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: 3rem;
            font-weight: 300;
            letter-spacing: 4px;
            color: var(--dark-grey);
            margin-bottom: 20px;
        }

        .timeline-line {
            width: 60px;
            height: 2px;
            background: var(--accent-red);
            margin: 0 auto;
        }

        .timeline {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 1px;
            height: 100%;
            background: linear-gradient(to bottom, transparent, var(--accent-red), transparent);
        }

        .timeline-item {
            display: flex;
            justify-content: flex-end;
            padding-right: 50%;
            position: relative;
            margin-bottom: 100px;
            opacity: 0;
            transform: translateX(-50px);
        }

        .timeline-item:nth-child(even) {
            justify-content: flex-start;
            padding-right: 0;
            padding-left: 50%;
            transform: translateX(50px);
        }

        .timeline-content {
            max-width: 450px;
            padding: 0 40px;
            text-align: right;
        }

        .timeline-item:nth-child(even) .timeline-content {
            text-align: left;
        }

        .timeline-year {
            font-family: 'Cormorant Garamond', serif;
            font-size: 4rem;
            font-weight: 300;
            color: var(--accent-red);
            opacity: 0.3;
            line-height: 1;
            margin-bottom: 10px;
        }

        .timeline-dot {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 20px;
            height: 20px;
            background: var(--accent-red);
            border: 4px solid var(--pure-white);
            border-radius: 50%;
            box-shadow: 0 0 0 2px var(--accent-red);
            z-index: 2;
        }

        .timeline-heading {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.8rem;
            font-weight: 300;
            margin-bottom: 15px;
            color: var(--dark-grey);
        }

        .timeline-text {
            font-size: 1rem;
            line-height: 1.8;
            color: var(--medium-grey);
            font-weight: 300;
        }

        .timeline-image {
            margin-top: 20px;
            overflow: hidden;
        }

        .timeline-image img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .timeline-image:hover img {
            transform: scale(1.05);
        }

        /* Philosophy Section */
        .philosophy-section {
            padding: 120px 50px;
            background: var(--dark-grey);
            color: var(--pure-white);
            position: relative;
            overflow: hidden;
        }

        .philosophy-section::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(196,30,58,0.05) 0%, transparent 70%);
            animation: rotate 30s linear infinite;
        }

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

        .philosophy-container {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
            position: relative;
            z-index: 1;
        }

        .philosophy-content h2 {
            font-family: 'Cormorant Garamond', serif;
            font-size: 3rem;
            font-weight: 300;
            margin-bottom: 30px;
            letter-spacing: 2px;
        }

        .philosophy-content p {
            font-size: 1.1rem;
            line-height: 2;
            margin-bottom: 20px;
            opacity: 0.9;
            font-weight: 300;
        }

        .philosophy-quote {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.5rem;
            font-style: italic;
            border-left: 2px solid var(--accent-red);
            padding-left: 30px;
            margin-top: 40px;
            opacity: 0.8;
        }

        .philosophy-image {
            position: relative;
        }

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

        .philosophy-image::before {
            content: '';
            position: absolute;
            top: -20px;
            right: -20px;
            width: 100%;
            height: 100%;
            border: 2px solid var(--accent-red);
            z-index: -1;
        }

        /* Values Grid */
        .values-section {
            padding: 100px 50px;
            max-width: 1400px;
            margin: 0 auto;
        }

        .values-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .values-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: 3rem;
            font-weight: 300;
            color: var(--dark-grey);
            margin-bottom: 20px;
        }

        .values-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
        }

        .value-card {
            padding: 50px 40px;
            border: 1px solid #eee;
            text-align: center;
            transition: all 0.4s ease;
            background: var(--pure-white);
        }

        .value-card:hover {
            border-color: var(--accent-red);
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }

        .value-number {
            font-family: 'Cormorant Garamond', serif;
            font-size: 4rem;
            font-weight: 300;
            color: var(--accent-red);
            opacity: 0.2;
            line-height: 1;
            margin-bottom: 20px;
        }

        .value-icon {
            font-size: 2.5rem;
            color: var(--accent-red);
            margin-bottom: 25px;
        }

        .value-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.8rem;
            font-weight: 300;
            margin-bottom: 15px;
            color: var(--dark-grey);
        }

        .value-desc {
            font-size: 0.95rem;
            line-height: 1.8;
            color: var(--medium-grey);
            font-weight: 300;
        }

        /* Team Section */
        .team-section {
            padding: 100px 50px;
            background: var(--light-grey);
        }

        .team-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        .team-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .team-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: 3rem;
            font-weight: 300;
            color: var(--dark-grey);
            margin-bottom: 20px;
        }

        .team-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
        }

        .team-member {
            background: var(--pure-white);
            overflow: hidden;
            transition: all 0.4s ease;
        }

        .team-member:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }

        .team-image {
            height: 350px;
            overflow: hidden;
            position: relative;
        }

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

        .team-member:hover .team-image img {
            transform: scale(1.1);
        }

        .team-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 20px;
            background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .team-member:hover .team-overlay {
            opacity: 1;
        }

        .team-social {
            display: flex;
            gap: 15px;
            justify-content: center;
        }

        .team-social a {
            color: var(--pure-white);
            font-size: 1.2rem;
            transition: color 0.3s ease;
        }

        .team-social a:hover {
            color: var(--accent-red);
        }

        .team-info {
            padding: 30px;
            text-align: center;
        }

        .team-name {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.5rem;
            font-weight: 300;
            margin-bottom: 5px;
            color: var(--dark-grey);
        }

        .team-role {
            font-size: 0.85rem;
            color: var(--accent-red);
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        /* Awards Section */
        .awards-section {
            padding: 100px 50px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .awards-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .awards-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: 3rem;
            font-weight: 300;
            color: var(--dark-grey);
            margin-bottom: 20px;
        }

        .awards-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }

        .award-item {
            display: flex;
            align-items: center;
            gap: 25px;
            padding: 30px;
            border: 1px solid #eee;
            transition: all 0.3s ease;
        }

        .award-item:hover {
            border-color: var(--accent-red);
            background: var(--pure-white);
        }

        .award-icon {
            font-size: 2.5rem;
            color: var(--accent-red);
        }

        .award-content h4 {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.3rem;
            font-weight: 300;
            margin-bottom: 5px;
            color: var(--dark-grey);
        }

        .award-content p {
            font-size: 0.9rem;
            color: var(--medium-grey);
        }

        /* CTA Section */
        .cta-section {
            background: linear-gradient(135deg, var(--dark-grey) 0%, #2d2d2d 100%);
            padding: 120px 50px;
            text-align: center;
            color: var(--pure-white);
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(196,30,58,0.05) 0%, transparent 70%);
            animation: rotate 30s linear infinite;
        }

        .cta-content {
            position: relative;
            z-index: 1;
            max-width: 700px;
            margin: 0 auto;
        }

        .cta-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: 3.5rem;
            font-weight: 300;
            margin-bottom: 20px;
        }

        .cta-text {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 40px;
            opacity: 0.9;
            font-weight: 300;
        }

        .cta-btn {
            display: inline-block;
            background: var(--accent-red);
            color: var(--pure-white);
            padding: 20px 50px;
            font-size: 0.8rem;
            letter-spacing: 3px;
            text-transform: uppercase;
            text-decoration: none;
            transition: all 0.3s ease;
            border: 2px solid var(--accent-red);
        }

        .cta-btn:hover {
            background: transparent;
            color: var(--pure-white);
        }

  

    
   



        /* Responsive */
        @media (max-width: 1200px) {
            .values-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .team-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 992px) {
            .philosophy-container {
                grid-template-columns: 1fr;
            }
            .philosophy-image {
                order: -1;
            }
            .philosophy-image img {
                height: 400px;
            }
            .timeline::before {
                left: 30px;
            }
            .timeline-item,
            .timeline-item:nth-child(even) {
                justify-content: flex-start;
                padding-left: 80px;
                padding-right: 0;
                text-align: left;
            }
            .timeline-item:nth-child(even) .timeline-content {
                text-align: left;
            }
            .timeline-dot {
                left: 30px;
            }
            .hero-title {
                font-size: 3rem;
            }
            .hero-quote {
                font-size: 1.4rem;
            }
        
        }

        @media (max-width: 768px) {
            .navbar {
                padding: 15px 20px;
            }
            .nav-links {
                display: none;
            }
            .mobile-menu {
                display: block;
            }
            .story-hero {
                height: 100vh;
            }
            .hero-title {
                font-size: 2.5rem;
                letter-spacing: 4px;
            }
            .hero-quote {
                font-size: 1.2rem;
            }
            .intro-section {
                padding: 80px 20px;
            }
            .intro-text {
                font-size: 1.5rem;
            }
            .values-grid {
                grid-template-columns: 1fr;
            }
            .team-grid {
                grid-template-columns: 1fr;
            }
            .awards-list {
                grid-template-columns: 1fr;
            }
            .timeline-year {
                font-size: 3rem;
            }
            .cta-title {
                font-size: 2.5rem;
            }
       
        }


        @media (max-width: 460px) {

            .timeline-content {
                    padding: 0 0px;
                }

            .philosophy-section {
                    padding: 120px 30px;    
                 }
             .values-section {
                     padding: 100px 30px;
                 }
        }
  