@font-face {
    font-family: 'BB Condensed';
    src: url('../font/BB Condensed/Web Fonts/857c87f9e1434e30f777d7aaa316e8b8.woff2') format('woff2'),
         url('../font/BB Condensed/Web Fonts/857c87f9e1434e30f777d7aaa316e8b8.woff') format('woff'),
         url('../font/BB Condensed/Web Fonts/857c87f9e1434e30f777d7aaa316e8b8.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

body {
    font-family: "Helvetica Neue";
    background: #000;
    color: #fff;
    line-height: 1.6;
    overflow-x: hidden;
    font-size: 16px;
}

/* Apply BB Condensed font to all h2 elements */
h2 {
    font-family: 'BB Condensed', "Helvetica Neue", Arial, sans-serif !important;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Apply BB Condensed font to all h3 elements */
h3 {
    font-family: 'BB Condensed', "Helvetica Neue", Arial, sans-serif !important;
    font-size: 0.85rem;
    line-height: 125%;
    text-transform: uppercase;
}

/* Navigation */
nav {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 15px 5%;
    background: rgba(145, 145, 145, 0.30);
    backdrop-filter: blur(30px);
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo img {
    height: 28px;
}

.logo {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 3px;
}

.nav-links {
    display: flex;
    gap: 40px;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    transition: color 0.3s;
    font-weight: 500;
}

.nav-links a:hover {
    color: #fff;
}

/* Hero */
.hero {
    height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #000;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}


.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #666;
    font-size: 14px;
    animation: bounce 2s infinite;
}

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

/* Services Overview */
.services-overview {
    padding: 68px 0 0 0;
    background: #000000;
    color: #ffffff;
    width: 100%;
}

.services-overview .section-header {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

.services-overview .services-grid {
    width: 100%;
    margin: 0;
    padding: 0;
}

.section-header {
    text-align: center;
    margin-bottom: 68px;
}

.section-header h2 {
    margin-bottom: 10px;
    color: #ffffff;
}

.section-header p {
    color: #ffffff;
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 600px;
    margin: 0 auto 60px auto;
}

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

.service-card {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: none;
    border-right: 1px solid #ffffff;
    padding: 50px 40px;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #ffffff;
    border-radius: 0;
}

.service-card:last-child {
    border-right: none;
}

.service-card:hover {
    border-color: #000000;
    background: #000000;
    color: #ffffff;
}

.service-card:hover .service-number {
    color: #666666;
}

.service-card:hover h3 {
    color: #ffffff;
}

.service-card:hover p {
    color: #cccccc;
}

.service-card:hover .service-link {
    color: #ffffff;
    border-bottom-color: #666666;
}

.service-card:hover .service-link:hover {
    border-bottom-color: #ffffff;
}

.service-number {
    font-size: 2.5rem;
    font-weight: 200;
    color: #cccccc;
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.service-card h3 {
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: #000000;
}

.service-card p {
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.service-link {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2px;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.service-link:hover {
    border-bottom-color: #000000;
}

/* Service Sections */
.service-detail {
    padding: 0px 0% 0px 0%;
    background: #ffffff;
}

.service-detail:nth-child(even) {
    background: #ffffff;
}

.service-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    align-items: stretch;
}

.service-info {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 5%;
    background: #ffffff;
    color: #000000;
}

.service-info h3 {
    font-family: 'BB Condensed', "Helvetica Neue", Arial, sans-serif !important;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
}

.service-info p {
    font-family: 'BB Condensed', "Helvetica Neue", Arial, sans-serif !important;
    color: #000000;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.service-features {
    list-style: none;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.service-features li {
    font-family: 'BB Condensed', "Helvetica Neue", Arial, sans-serif !important;
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
    color: #666666;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.service-link {
    font-family: 'BB Condensed', "Helvetica Neue", Arial, sans-serif !important;
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #000000;
    border-bottom-color: #cccccc;
}

.service-link:hover {
    border-bottom-color: #000000;
}

.service-visual {
    height: 600px;
    background: #111;
    border: 1px solid #222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    color: #222;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

/* Showcase */
.showcase-section {
    padding: 25px 0 0 0;
    background: rgba(255,255,255,0.02);
    width: 100%;
}

.showcase-section .section-header {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    margin-bottom: 25px;
}

.showcase-section h2 {
    color: #ffffff;
    margin-bottom: 0;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.showcase-item {
    aspect-ratio: 5/7;
    background: #111;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    border-left: none;
    border-right: 1px solid #222;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.showcase-item:last-child {
    border-right: none;
}

.slideshow-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
}

.slide.active {
    opacity: 1;
    z-index: 2;
}

.slide.next {
    opacity: 0;
    z-index: 1;
}

.slide img,
.slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.showcase-item:hover {
    background: #222;
    transform: none;
}

.showcase-item:hover .slide.active img,
.showcase-item:hover .slide.active video {
    transform: scale(1.05);
    opacity: 0.8;
}

/* Video Showcase Row */
.video-showcase-section {
    padding: 0;
    background: rgba(255,255,255,0.02);
    width: 100%;
    margin-top: 0;
}

.video-showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.video-showcase-item {
    aspect-ratio: 5/7;
    background: #111;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    border-left: none;
    border-right: 1px solid #222;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.video-showcase-item:last-child {
    border-right: none;
}

.video-showcase-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.video-showcase-item:hover {
    background: #222;
    transform: none;
}

.video-showcase-item:hover video {
    transform: scale(1.05);
    opacity: 0.8;
}

/* About */
.about-section {
    padding: 120px 5%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.about-section h2 {
    font-weight: 200;
    margin-bottom: 30px;
}

.about-section p {
    font-family: 'BB Condensed', "Helvetica Neue", Arial, sans-serif !important;
    color: #ccc;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.team-info {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #333;
}

.team-info h3 {
    font-size: 1.7rem;
    font-weight: 300;
    margin-bottom: 20px;
}

.team-info p {
    font-family: 'BB Condensed', "Helvetica Neue", Arial, sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

/* Contact */
.contact-section {
    padding: 100px 5%;
    background: #111;
    text-align: center;
}

.contact-content {
    max-width: 600px;
    margin: 0 auto;
}

.contact-content h2 {
    font-weight: 200;
    margin-bottom: 30px;
}

.contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.contact-item h4 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 10px;
    color: #999;
}

.contact-item p {
    color: #fff;
    font-size: 1.1rem;
}

.contact-item a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
}

.contact-item a:hover {
    opacity: 0.7;
}

/* Footer */
footer {
    padding: 40px 5%;
    border-top: 1px solid #222;
    text-align: center;
    color: #666;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 968px) {
    .service-content {
        gap: 0px;
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    
    .hero {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .showcase-grid {
        grid-template-columns: 1fr;
        gap: 0px;
    }
    
    .showcase-item {
        border-left: 1px solid #222;
        border-right: 1px solid #222;
    }
    
    .contact-info {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .video-showcase-grid {
        grid-template-columns: 1fr;
        gap: 0px;
    }
    
    .video-showcase-item {
        border-left: 1px solid #222;
        border-right: 1px solid #222;
    }
}

/* Bottom Navigation */
.bottom-nav {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(145, 145, 145, 0.30);
    backdrop-filter: blur(30px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-top: 1.117px solid rgba(207, 213, 219, 0.10);
    box-shadow: 0px 0px 6.699px 0px rgba(207, 213, 219, 0.05) inset;
    padding: 5px;
    border-radius: 30px;
}

.bottom-nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    transition: background 0.3s;
    border-radius: 25px;
}

.bottom-nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
}

.bottom-nav-link span {
    display: block;
    text-align: center;
}
