:root {
    --bs-body-bg: #0A0A0A;
    --bs-body-color: #fff;
    --primary-yellow: #F4AD20;
    --primary-red: #C9212A;
}
.yellow {
    color: var(--primary-yellow);
}

/* Base Styles */
html {
    overflow-x: hidden;
}
body {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: 'Orbitron', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    line-height: 1.2;
}

.fw-black {
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 900;
}
.fw-medium {
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 600;
}
.fw-light {
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 300;
}
.font-orbitron {
    font-family: 'Orbitron', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 900;
}

/* Header */
.navbar {
    padding: 1.5rem;
    background-color: white;
}
.navbar-brand {
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.logo-img {
    max-width: 300px;
}

/* Hero Section */
.hero {
    background: white;
    color: black;
    padding-top: 6rem;
}
.hero .black-bg {
    background: black;
    color: white;
    padding-bottom: 8rem;
}
.hero-title {
    /*font-size: clamp(4rem, 12vw, 9rem);*/
    font-size: 12.5vw;
    padding-left: 40px;
    line-height: 0.85;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 2rem;
    letter-spacing: -1px;
}
.hero-title.fw-black {
    margin-bottom: -15px;
}
.hero-tagline {
    font-size: clamp(0.9rem, 1.5vw, 1.2rem);
    margin-bottom: 1rem;
    padding: 0 20px;
}
.hero-message {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    margin-top: 1rem;
}

/* Breaker */
.breaker {
    background: black;
    position: relative;
    padding: 4rem 0;
}
.breaker .ready {
    position: absolute;
    left: -10px;
    bottom: 80px;
    transform: rotate(-90deg);
    text-transform: uppercase;
    color: var(--primary-red);
}
.breaker .scroll {
    color: var(--primary-red);
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    text-transform: uppercase;
}
.breaker .scroll:after {
    content: '↓';
    position: absolute;
    left: 50%;
    bottom: -15px;
    font-size: 25px;
    transform: translate(-47%, 0);
}

/* Tabs */
.nav-tabs {
    border: none;
    border-radius: 0;
    margin-top: 2rem;
}
.nav-tabs .nav-link,
.nav-tabs .nav-link:hover {
    border: none;
    border-radius: 0;
    color: white;
}
.nav-tabs .nav-link {
    margin-bottom: 2rem;
    padding: 1rem 0;
}
.nav-tabs .nav-link.active {
    border: none;
    border-radius: 0;
    border-top: var(--primary-yellow) solid 1px;
    border-bottom: var(--primary-yellow) solid 1px;
    color: var(--primary-yellow);
}
/* Tab Link Headline */
.feature-heading {
    font-size: clamp(2.5rem, 7vw, 3rem);
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: -1px;
}
.bg-text-wall {
    height: 100%;
    background: var(--primary-red);
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    z-index: 1;
    overflow: hidden;
}
/* Tab Content */
.tab-content {
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 300;
    line-height: 1.5;
    margin: 120px;
    font-size: 24px;
    position: relative;
    z-index: 10;
}
.tab-pane {
    padding: 60px 40px;
    background: black;
}

/* Statement Sections */
.statement-section {
    padding: 12rem 0 15rem;
}
.statement-section h2 {
    color: var(--primary-yellow);
    position: absolute;
    text-transform: uppercase;
    top: 40px;
    left: 40px;
    font-size: 20px;
}
.statement-section p {
    font-size: 24px;
}
.statement-text {
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 1.5;
}
.statement-heading {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.who-we-are-text {
    font-size: clamp(3rem, 10vw, 10rem);
    white-space: nowrap;
    overflow: hidden;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: white;
    position: absolute;
    bottom: -39px;
    left: 0;
}

/* CTA Section */
.cta-section {
    background: white;
    color: black;
    padding: 7rem 0;
}
.cta-subhead {
    font-size: 20px;
    text-align: center;
    margin-bottom: 6rem;
}
.cta-heading {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.cta-highlight {
    color: var(--primary-yellow);
    display: inline-block;
    letter-spacing: 5px;
    margin: 0.5rem 0;
}

/* Footer */
footer {
    padding: 2rem 0;
    background: white;
}
footer .font-orbitron {
    color: black;
}
.footer-link {
    color: #333;
    text-decoration: none;
    margin-left: 1rem;
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.active {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Styles - Bootstrap handles most of this */
@media (max-width: 992px) {
    .hero {
        padding-top: 5rem;
    }
    .hero .black-bg {
        padding-bottom: 3rem;
    }
    .hero-title {
        font-size: clamp(3rem, 12vw, 8rem);
    }
    .hero-title.fw-black {
        margin-bottom: -5px;
    }
    .breaker {
        margin-top: -1px;
    }
    .nav-tabs .nav-item {
        padding: 0 20px;
    }
    .feature-heading {
        font-size: clamp(1rem, 5vw, 4rem);
    }
    .bg-text-wall {
        width: 100%;
    }
    .statement-section {
        padding: 5rem 0 7rem;
    }
    .statement-section h2 {
        display: none;
    }
    .who-we-are-text {
        font-size: 5rem;
        bottom: -21px;
    }
    .cta-section {
        padding: 4rem 0;
    }
    .cta-subhead {
        text-align: left;
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: clamp(3rem, 10vw, 6rem);
    }
    .tab-content {
        font-size: 18px;
        margin: 60px;
        padding: 40px 30px;
    }
    .statement-section p {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .hero {
        padding-top: 3rem;
    }
    .hero-title {
        font-size: 2.5rem;
    }
    .hero .black-bg {
        padding-bottom: 2rem;
    }
    .breaker .ready {
        left: -20px;
        bottom: 60px;
    }
    .breaker .ready p {
        font-size: 14px;
    }
    .breaker .scroll {
        bottom: 29px;
    }
    .nav-tabs .nav-item {
        width: 100%;
    }
    .nav-tabs .nav-link {
        width: 100%;
        padding: 15px 0;
        margin-bottom: 1rem;
    }
    .feature-heading, .statement-heading {
        font-size: 1.8rem;
        margin: 0;
    }
    .tab-content {
        margin: 40px;
        padding: 30px 20px;
    }
}

/* Keyframes for animations */
@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}