/* ==========================================================================
   PREMIUM DARK THEME - $20k Website Look
   ========================================================================== */

/* TRC Brand Colors - Official */
:root {
    --trc-blue: #3F9EDF;
    --trc-gray: #C6CCCF;
    --midnight-black: #000D26;
    --apex-slate: #5B626A;
    --field-white: #FDFFFF;

    --trc-black: #000000;
    --color-background: #000000;
    --color-surface: #0a0a0a;
    --color-surface-elevated: #111111;
    --color-border: rgba(255, 255, 255, 0.08);
    --trc-blue-bright: #5CB3F5;
    --header-height: 60px;

    /* TRC Typography - Bebas Neue + Barlow */
    --font-headline: 'Bebas Neue', sans-serif;
    --font-body: 'Barlow', -apple-system, sans-serif;
    --text-massive: clamp(2.5rem, 8vw, 5rem);
    --text-huge: clamp(2rem, 5vw, 3.5rem);
}

/* Base resets for premium look */
body {
    background: #000;
    color: #fff;
    font-family: var(--font-body);
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

h1,
h2,
h3,
.section-title,
.hero-headline,
.foundation-title,
.cta-banner__title {
    font-family: var(--font-headline);
    letter-spacing: 0.05em;
}

/* ==========================================================================
   HEADER - Hyperstudio Style
   ========================================================================== */
.site-header {
    background: #000;
    backdrop-filter: none;
    border-bottom: none;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header-inner {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-branding {
    display: flex;
    align-items: center;
    gap: 20px;
}

.site-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.15em;
    text-decoration: none;
}

.site-logo {
    display: flex;
    align-items: center;
}

.header-logo {
    height: 55px;
    width: auto;
}

.site-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.header-logo-symbol {
    height: 18px !important;
    width: auto !important;
    max-width: none !important;
}

.header-logo-text {
    font-family: var(--font-headline);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #fff;
}

.nav-divider {
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.3);
}

/* Nav - Hyperstudio style */
.main-navigation {
    display: flex !important;
    position: static;
    background: transparent;
    border: none;
    padding: 0;
    align-items: center;
    flex: 1;
    justify-content: space-between;
    margin-left: 20px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu li {
    margin: 0;
}

.nav-menu a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: color 0.2s;
    padding: 0;
    text-decoration: none;
}

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

.nav-menu a::after {
    display: none;
}

/* Header Actions - Cart + CTA */
.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.cart-icon {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.2s;
}

.cart-icon:hover {
    color: var(--trc-blue);
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    background: var(--trc-blue);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn--chat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 0;
    border-radius: 0;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: color 0.2s;
    border: none;
}

.btn--chat:hover {
    color: var(--trc-blue);
    background: transparent;
    transform: none;
}

.blink-cursor {
    animation: blink 1s step-end infinite;
    margin-left: 2px;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

/* ==========================================================================
   HERO - Rotating Slider with Hands
   ========================================================================== */
.hero-slider {
    background: #000;
    min-height: 105vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: var(--header-height);
    padding-bottom: 10vh;
    overflow: visible;
    z-index: 10;
}

/* Eye Background */
.hero-eye {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -300px;
    width: 100%;
    height: calc(100% + 300px);
    pointer-events: none;
    z-index: 1;
    overflow: visible;
}

.eye-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    opacity: 0.25;
    filter: sepia(100%) saturate(300%) brightness(60%) hue-rotate(180deg);
}

/* Vignette / Corner Shadows + Bottom Fade */
.hero-vignette {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at center top, transparent 30%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.9) 90%),
        linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 80%, #000 100%);
    pointer-events: none;
}

/* Make sure hero overflows into next section */
.hero-slider {
    overflow: visible !important;
    margin-bottom: -200px;
    padding-bottom: 200px;
}

/* Slides Container */
.hero-slides {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
}

/* Hero Content */
.hero-content {
    position: relative;
    z-index: 20;
    text-align: center;
    padding: 0 20px;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Subline */
.hero-subline {
    font-size: clamp(16px, 2vw, 20px);
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 40px;
    font-family: var(--font-body);
    font-weight: 400;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.8);
}

/* Slide Navigation Dots */
.hero-nav {
    position: absolute;
    bottom: 20vh;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.hero-nav__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.hero-nav__dot:hover {
    background: rgba(255, 255, 255, 0.5);
}

.hero-nav__dot.active {
    background: var(--trc-blue);
    box-shadow: 0 0 10px rgba(63, 158, 223, 0.5);
}

/* Badge - Blue TRC Style */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: none;
    padding: 10px 20px;
    margin-bottom: 40px;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: var(--trc-blue);
    border-radius: 50%;
    animation: pulse-dot 2s infinite;
    box-shadow: 0 0 10px rgba(63, 158, 223, 0.5);
}

@keyframes pulse-dot {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(0.9);
    }
}

.badge-text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: var(--trc-blue);
    text-transform: uppercase;
}

/* Headline - Bebas Neue */
.hero-headline {
    font-size: clamp(48px, 8vw, 80px);
    font-weight: 400;
    line-height: 1.05;
    color: #fff;
    margin: 0 0 24px 0;
    letter-spacing: 0.02em;
    font-family: var(--font-headline);
    text-transform: uppercase;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.8), 0 2px 10px rgba(0, 0, 0, 0.9);
}

/* Buttons */
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.btn--white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #000;
    border: none;
    padding: 14px 24px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn--white:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

.btn--dark {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1a1a1a;
    color: #fff;
    border: 1px solid #333;
    padding: 14px 24px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn--dark:hover {
    background: #252525;
    border-color: #444;
}

/* Hide legacy slider elements */
.slide-label,
.slide-title,
.slide-text {
    /* Legacy elements - not used */
}

/* Premium Buttons */
.btn--primary {
    background: var(--trc-blue);
    color: #000;
    border: none;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 1rem 2rem;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn--primary:hover {
    background: var(--trc-blue-bright);
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 10px 40px rgba(63, 158, 223, 0.3);
}

.btn--outline {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 1rem 2rem;
    border-radius: 0;
}

.btn--outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

/* Slider dots */
.slider-nav {
    bottom: 3rem;
}

.slider-dot {
    width: 8px;
    height: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    border-radius: 50%;
}

.slider-dot.active {
    background: var(--trc-blue);
    border-color: var(--trc-blue);
    width: 8px;
    border-radius: 50%;
}

/* ==========================================================================
   SECTIONS - Clean & Structured
   ========================================================================== */
.section {
    padding: 8rem 0;
    opacity: 1;
    transform: none;
    animation: none;
}

.section--dark {
    background: #000;
}

.section--dark::before {
    display: none;
}

.section-label {
    color: var(--trc-blue);
    font-family: 'Courier New', monospace;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.section-label::before {
    content: '// ';
    opacity: 0.5;
}

.section-title {
    font-size: var(--text-huge);
    font-weight: 800;
    letter-spacing: 0.02em;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 40px rgba(63, 158, 223, 0.2);
}

/* Terminal cursor after some titles */
.section-title::after {
    content: '_';
    color: var(--trc-blue);
    animation: blink 1s step-end infinite;
    margin-left: 4px;
}

.section-subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.125rem;
    max-width: 600px;
}

.section-header {
    margin-bottom: 4rem;
}

/* ==========================================================================
   CARDS - Premium Dark Cards
   ========================================================================== */
.card,
.testimonial-card {
    background: rgba(10, 10, 10, 0.8);
    border: 1px solid rgba(63, 158, 223, 0.2);
    border-radius: 0;
    padding: 2.5rem;
    backdrop-filter: none;
    transition: all 0.3s ease;
    position: relative;
}

/* Terminal corner brackets */
.card::before,
.testimonial-card::before {
    content: '┌';
    position: absolute;
    top: -1px;
    left: -1px;
    color: var(--trc-blue);
    font-family: monospace;
    font-size: 14px;
    opacity: 0.5;
}

.card::after,
.testimonial-card::after {
    content: '┘';
    position: absolute;
    bottom: -1px;
    right: -1px;
    color: var(--trc-blue);
    font-family: monospace;
    font-size: 14px;
    opacity: 0.5;
}

.card:hover,
.testimonial-card:hover {
    border-color: rgba(63, 158, 223, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(63, 158, 223, 0.1);
}

.card:hover::before,
.card:hover::after,
.testimonial-card:hover::before,
.testimonial-card:hover::after {
    opacity: 1;
}

.card__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.card__text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.95rem;
    line-height: 1.7;
}

/* ==========================================================================
   TESTIMONIALS - Bold Quotes
   ========================================================================== */
.testimonials-grid {
    gap: 1.5rem;
}

.testimonial-quote {
    font-size: 1rem;
    font-style: normal;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    padding-left: 0;
    margin-bottom: 2rem;
}

.testimonial-quote::before {
    content: '"';
    display: block;
    font-size: 4rem;
    color: var(--trc-blue);
    opacity: 0.3;
    line-height: 1;
    margin-bottom: 1rem;
}

.testimonial-name {
    font-weight: 700;
    font-size: 1rem;
}

.testimonial-role {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.85rem;
}

/* ==========================================================================
   MISSION TILES - Clean Grid
   ========================================================================== */
.mission-tiles {
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
}

.mission-tile {
    background: #000;
    padding: 3rem 2rem;
    text-align: center;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
}

.mission-tile:hover {
    background: #0a0a0a;
    transform: none;
    border: none;
}

.mission-tile__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.mission-tile:hover .mission-tile__icon {
    filter: none;
    transform: none;
}

.mission-tile__title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.mission-tile__text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* ==========================================================================
   SERVICE CARDS
   ========================================================================== */
.service-card {
    text-align: left;
}

.service-icon {
    width: 48px;
    height: 48px;
    background: transparent;
    border: 1px solid rgba(63, 158, 223, 0.3);
    color: var(--trc-blue);
    margin-bottom: 1.5rem;
    box-shadow: none;
}

.card__link {
    color: var(--trc-blue);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* ==========================================================================
   CTA BANNER - Bold Statement
   ========================================================================== */
.cta-banner {
    background: rgba(0, 13, 38, 0.5);
    border: 1px solid rgba(63, 158, 223, 0.2);
    border-radius: 0;
    padding: 5rem 3rem;
    text-align: center;
    position: relative;
}

.cta-banner::before {
    content: '════════════════════════════════════════════════════════════════';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: monospace;
    font-size: 8px;
    color: var(--trc-blue);
    opacity: 0.3;
    white-space: nowrap;
    overflow: hidden;
    max-width: 90%;
}

.cta-banner::after {
    content: '════════════════════════════════════════════════════════════════';
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: monospace;
    font-size: 8px;
    color: var(--trc-blue);
    opacity: 0.3;
    white-space: nowrap;
    overflow: hidden;
    max-width: 90%;
}

.cta-banner__title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.cta-banner__text {
    color: rgba(255, 255, 255, 0.5);
    max-width: 500px;
}

/* ==========================================================================
   FOUNDATION SECTION - Premium Redesign
   ========================================================================== */
.foundation-section {
    padding: 120px 0;
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.foundation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 80px;
    align-items: start;
}

.foundation-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--trc-blue);
    margin-bottom: 20px;
}

.foundation-title {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
    margin: 0;
}

.foundation-lead {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.foundation-text {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.foundation-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.foundation-feature {
    padding: 40px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.foundation-feature:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(63, 158, 223, 0.2);
}

.feature-number {
    font-size: 13px;
    font-weight: 600;
    color: var(--trc-blue);
    margin-bottom: 24px;
    letter-spacing: 0.05em;
}

.feature-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 12px 0;
}

.feature-content p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.foundation-cta {
    text-align: center;
}

.btn--outline-light {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn--outline-light:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

@media (max-width: 1023px) {
    .foundation-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .foundation-features {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .foundation-feature {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .foundation-section {
        padding: 80px 0;
    }

    .foundation-title {
        font-size: 32px;
    }

    .foundation-lead {
        font-size: 20px;
    }
}

/* ==========================================================================
   FOOTER - Minimal
   ========================================================================== */
.site-footer {
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 5rem;
}

.site-footer::before {
    display: none;
}

.footer-logo-text {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.footer-logo-img {
    height: 50px;
    width: auto;
    display: block;
    margin-bottom: 1rem;
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.9rem;
}

.footer-heading {
    font-family: 'Courier New', monospace;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--trc-blue);
    margin-bottom: 1.5rem;
}

.footer-heading::before {
    content: '> ';
    opacity: 0.5;
}

.footer-menu a {
    color: rgba(255, 255, 255, 0.6);
}

.footer-menu a:hover {
    color: #fff;
}

.social-link {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
}

.social-link:hover {
    background: var(--trc-blue);
    border-color: var(--trc-blue);
    color: #000;
    box-shadow: none;
    transform: none;
}

/* Newsletter */
.newsletter-form input[type="email"] {
    background: rgba(0, 13, 38, 0.5);
    border: 1px solid rgba(63, 158, 223, 0.3);
    border-radius: 0;
    color: var(--trc-blue);
    font-family: 'Courier New', monospace;
    font-size: 12px;
}

.newsletter-form input[type="email"]::placeholder {
    color: rgba(63, 158, 223, 0.5);
}

.newsletter-form input[type="email"]:focus {
    border-color: var(--trc-blue);
    box-shadow: 0 0 20px rgba(63, 158, 223, 0.2);
    outline: none;
}

.newsletter-form .btn--primary {
    border-radius: 0;
    font-family: 'Courier New', monospace;
    font-size: 11px;
    letter-spacing: 0.1em;
}

.footer-disclaimer {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2rem 0;
    margin-top: 3rem;
}

.footer-disclaimer p {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.75rem;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.footer-bottom {
    border-top: 1px solid rgba(63, 158, 223, 0.15);
    padding: 1.5rem 0;
    font-family: 'Courier New', monospace;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    letter-spacing: 0.05em;
}

.footer-bottom::before {
    content: 'STATUS: OPERATIONAL │ ';
    color: var(--trc-blue);
    opacity: 0.6;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

/* Desktop */
@media (min-width: 1024px) {
    .hero-content {
        margin-top: 0;
    }

    .hero-headline {
        font-size: 72px;
    }
}

/* Tablet */
@media (max-width: 1023px) {
    .hero-content {
        margin-top: 0;
    }

    .eye-image {
        opacity: 0.35;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .section {
        padding: 5rem 0;
    }

    .section-title {
        font-size: 2rem;
    }

    /* Hero Mobile */
    .hero-hyperstudio {
        padding-top: 80px;
    }

    .hero-content {
        margin-top: 0;
        padding-top: 40px;
    }

    .hero-headline {
        font-size: 36px;
        line-height: 1.15;
    }

    .hero-badge {
        padding: 8px 14px;
        margin-bottom: 24px;
    }

    .badge-text {
        font-size: 9px;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .btn--white,
    .btn--dark {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    /* Eye on mobile */
    .eye-image {
        opacity: 0.3;
    }

    /* Mobile nav - hide on small screens */
    .main-navigation {
        display: none !important;
    }

    .main-navigation.is-open {
        display: block !important;
        position: absolute;
        top: var(--header-height);
        left: 0;
        right: 0;
        z-index: 999;
        background-color: var(--color-surface, #0a1628);
        padding: var(--space-lg, 1.5rem);
        border-bottom: 1px solid var(--color-border, rgba(95, 158, 223, 0.2));
    }

    .main-navigation.is-open .nav-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .main-navigation.is-open .nav-menu li {
        width: 100%;
    }

    .main-navigation.is-open .nav-menu a {
        display: block;
        padding: 0.5rem 0;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.85);
    }

    .main-navigation.is-open .header-actions {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(95, 158, 223, 0.2);
        width: 100%;
    }

    .menu-toggle {
        display: flex;
    }
}

/* ==========================================================================
   PAGE HEROES
   ========================================================================== */
.page-hero {
    background: #000;
    padding: calc(var(--header-height) + 6rem) 0 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.page-title {
    font-size: var(--text-huge);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.page-subtitle {
    color: rgba(255, 255, 255, 0.5);
}

/* ==========================================================================
   FEATURED POSTS
   ========================================================================== */
.post-card {
    background: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
}

.post-card:hover {
    border-color: rgba(63, 158, 223, 0.3);
}

.post-card__meta {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.8rem;
}

.post-card__title {
    font-size: 1.1rem;
    font-weight: 700;
}

.post-card__title a {
    color: #fff;
}

.post-card__title a:hover {
    color: var(--trc-blue);
}

.post-card__excerpt {
    color: rgba(255, 255, 255, 0.5);
}

/* Featured posts header */
.featured-posts .section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: left;
    max-width: none;
}

.featured-posts .view-all {
    color: var(--trc-blue);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

/* ==========================================================================
   WHAT IS TRC SECTION
   ========================================================================== */
.what-is-trc {
    background: transparent;
    padding: 220px 0 100px;
    position: relative;
    z-index: 15;
}

.what-is-trc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, #000 150px);
    z-index: -1;
}

.what-is-trc__layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
}

@media (max-width: 1024px) {
    .what-is-trc__layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .what-is-trc__right {
        order: -1;
        text-align: center;
    }
}

.what-is-trc__left {
    /* Content side */
}

.what-is-trc__right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.trc-mascot {
    max-width: 100%;
    height: auto;
    max-height: 450px;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(63, 158, 223, 0.2));
}

.what-is-trc__header {
    margin-bottom: 40px;
}

.what-is-trc__body {
    max-width: 800px;
}

.what-is-trc .lead-text {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
    font-family: var(--font-body);
}

.what-is-trc .body-text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 24px;
}

.what-is-trc .doctrine-line {
    font-size: 20px;
    font-weight: 600;
    color: var(--trc-blue);
    font-family: var(--font-body);
}

/* Identity Grid - 4 cards */
.identity-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
}

@media (max-width: 1024px) {
    .identity-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .identity-grid {
        grid-template-columns: 1fr;
    }
}

.identity-card {
    background: #0a0a0a;
    padding: 100px 40px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(63, 158, 223, 0.1);
}

/* Scanline effect */
.identity-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(0deg,
            transparent,
            transparent 2px,
            rgba(0, 0, 0, 0.1) 2px,
            rgba(0, 0, 0, 0.1) 4px);
    pointer-events: none;
    opacity: 0.3;
}

.identity-card:hover {
    background: #0f0f0f;
    border-color: rgba(63, 158, 223, 0.3);
}

.identity-card:hover .identity-card__plus {
    background: var(--trc-blue);
    color: #000;
}

.identity-card:hover .identity-card__icon {
    color: var(--trc-blue);
}

.identity-card__plus {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 300;
    transition: all 0.3s ease;
}

.identity-card__icon {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 32px;
    transition: color 0.3s ease;
}

.identity-card__icon svg {
    width: 64px;
    height: 64px;
}

.identity-card h3 {
    font-family: var(--font-headline);
    font-size: 36px;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.identity-card .identity-tagline {
    font-size: 18px;
    font-weight: 600;
    color: var(--trc-blue);
    margin-bottom: 12px;
}

.identity-card .identity-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    max-width: 280px;
}

/* ==========================================================================
   FIELD REPORTS / PROOF SECTION
   ========================================================================== */
.proof-section {
    padding: 120px 0;
    background: #000 !important;
}

.proof-section.section--dark {
    background: #000 !important;
}

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

.proof-section .section-label {
    font-size: 14px;
    letter-spacing: 0.25em;
    margin-bottom: 16px;
}

.proof-section .section-title {
    font-size: clamp(48px, 6vw, 72px);
}

/* Alternating Row Layout */
.field-report-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 80px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.proof-section .container {
    max-width: 1600px;
    padding: 0 40px;
}

.field-report-row:last-child {
    margin-bottom: 0;
}

.field-report-row--reverse {
    direction: rtl;
}

.field-report-row--reverse>* {
    direction: ltr;
}

@media (max-width: 900px) {
    .field-report-row {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .field-report-row--reverse {
        direction: ltr;
    }
}

/* Report Box */
.field-report-box {
    background: rgba(0, 13, 38, 0.5);
    border: 1px solid rgba(63, 158, 223, 0.2);
    padding: 60px;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Terminal corner brackets */
.field-report-box::before {
    content: '┌──────────────────────────────────────┐';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    font-family: monospace;
    font-size: 10px;
    color: var(--trc-blue);
    opacity: 0.3;
    white-space: nowrap;
}

.field-report-box::after {
    content: '└──────────────────────────────────────┘';
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    font-family: monospace;
    font-size: 10px;
    color: var(--trc-blue);
    opacity: 0.3;
    white-space: nowrap;
}

/* Blue Corner Decorations */
.box-corner {
    position: absolute;
    font-family: monospace;
    font-size: 24px;
    color: var(--trc-blue);
    line-height: 1;
    opacity: 0.6;
}

.box-corner--tl {
    top: 12px;
    left: 12px;
}

.box-corner--tr {
    top: 12px;
    right: 12px;
}

.box-corner--bl {
    bottom: 12px;
    left: 12px;
}

.box-corner--br {
    bottom: 12px;
    right: 12px;
}

.field-report-box:hover {
    border-color: rgba(63, 158, 223, 0.5);
    background: rgba(0, 13, 38, 0.7);
    box-shadow: 0 0 40px rgba(63, 158, 223, 0.1);
}

.field-report-box:hover::before,
.field-report-box:hover::after {
    opacity: 0.6;
}

.field-report-box blockquote {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 1.4;
    font-style: normal;
}

.field-report-box .report-detail {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 24px;
}

.field-report-box cite {
    font-size: 14px;
    color: var(--trc-blue);
    font-style: normal;
    font-weight: 600;
}

/* Motivating Text Side */
.field-report-text {
    padding: 40px 20px;
}

.field-report-text h3 {
    font-family: var(--font-headline);
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.1;
}

.field-report-text p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
}

/* ==========================================================================
   ARSENAL SECTION - Marquee Style
   ========================================================================== */
.arsenal-section {
    background: #000;
    padding: 120px 0;
    overflow: hidden;
}

/* Header */
.arsenal-header {
    text-align: center;
    margin-bottom: 60px;
}

.arsenal-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3em;
    color: var(--trc-blue);
    margin-bottom: 16px;
}

.arsenal-title {
    font-family: var(--font-headline);
    font-size: clamp(56px, 8vw, 100px);
    color: #fff;
    letter-spacing: 0.05em;
    margin: 0 0 24px 0;
}

.arsenal-line {
    width: 100px;
    height: 2px;
    background: var(--trc-blue);
    margin: 0 auto;
}

/* Scrolling Marquee */
.arsenal-marquee {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 0;
    margin-bottom: 80px;
    overflow: hidden;
    position: relative;
}

.marquee-track {
    display: flex;
    width: fit-content;
    animation: marquee 30s linear infinite;
}

.marquee-track:hover {
    animation-play-state: paused;
}

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

    100% {
        transform: translateX(-25%);
    }
}

.marquee-content {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.marquee-content>* {
    flex-shrink: 0;
    padding: 0 20px;
}

.marquee-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.marquee-item:hover .marquee-label {
    color: var(--trc-blue);
}

.marquee-item:hover .marquee-icon {
    color: var(--trc-blue);
}

.marquee-icon {
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    transition: color 0.3s ease;
}

.marquee-label {
    font-family: var(--font-headline);
    font-size: 28px;
    color: #fff;
    letter-spacing: 0.1em;
    transition: color 0.3s ease;
}

.marquee-separator {
    color: rgba(255, 255, 255, 0.15);
    font-size: 14px;
}

/* Arsenal Cards Grid */
.arsenal-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

@media (max-width: 1200px) {
    .arsenal-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .arsenal-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .arsenal-grid {
        grid-template-columns: 1fr;
    }
}

.arsenal-card {
    background: rgba(0, 13, 38, 0.3);
    border: 1px solid rgba(63, 158, 223, 0.15);
    padding: 60px 32px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 320px;
}

/* Terminal effect on arsenal cards */
.arsenal-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(0deg,
            transparent,
            transparent 1px,
            rgba(63, 158, 223, 0.02) 1px,
            rgba(63, 158, 223, 0.02) 2px);
    pointer-events: none;
}

.arsenal-card:hover {
    border-color: var(--trc-blue);
    background: rgba(63, 158, 223, 0.08);
    box-shadow: 0 0 30px rgba(63, 158, 223, 0.15), inset 0 0 30px rgba(63, 158, 223, 0.05);
}

.arsenal-card:hover .arsenal-card__corner {
    color: var(--trc-blue);
}

.arsenal-card:hover .arsenal-card__icon {
    color: var(--trc-blue);
}

.arsenal-card__corner {
    position: absolute;
    font-family: monospace;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.2);
    transition: color 0.3s ease;
}

.arsenal-card__corner:first-child {
    top: 12px;
    left: 12px;
}

.arsenal-card__corner--tr {
    top: 12px;
    right: 12px;
}

.arsenal-card__corner--bl {
    bottom: 12px;
    left: 12px;
}

.arsenal-card__corner--br {
    bottom: 12px;
    right: 12px;
}

.arsenal-card__badge {
    position: absolute;
    top: 16px;
    right: 40px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #000;
    background: var(--trc-blue);
    padding: 6px 10px;
}

.arsenal-card__icon {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 24px;
    transition: color 0.3s ease;
}

.arsenal-card__icon svg {
    width: 48px;
    height: 48px;
}

.arsenal-card h3 {
    font-family: var(--font-headline);
    font-size: 32px;
    color: #fff;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.arsenal-card__sub {
    font-size: 16px;
    font-weight: 600;
    color: var(--trc-blue);
    margin-bottom: 16px;
}

.arsenal-card__desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
}

/* ASCII Footer */
.arsenal-footer {
    text-align: center;
}

.arsenal-ascii {
    font-family: monospace;
    font-size: 12px;
    color: var(--trc-blue);
    line-height: 1.4;
    margin: 0;
    display: inline-block;
}

@media (max-width: 768px) {
    .arsenal-ascii {
        font-size: 8px;
    }

    .marquee-label {
        font-size: 20px;
    }
}

/* ==========================================================================
   JOIN THE MOVEMENT SECTION
   ========================================================================== */
.join-movement {
    padding: 120px 0;
    padding-top: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Hands above title - full width */
.join-movement__hands {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
}

.join-movement__hands .hands-image {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.9;
}

.join-movement__ascii-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: monospace;
    font-size: 14px;
    color: rgba(63, 158, 223, 0.08);
    white-space: pre;
    pointer-events: none;
    z-index: 0;
    line-height: 1.2;
}

.join-movement__ascii-bg pre {
    margin: 0;
}

.join-movement__content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.join-movement .section-title {
    font-size: clamp(48px, 7vw, 80px);
    margin-bottom: 24px;
}

.join-movement__subtitle {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 16px;
    line-height: 1.6;
}

.join-movement__perk {
    font-size: 18px;
    color: var(--trc-blue);
    margin-bottom: 40px;
    font-weight: 600;
}

.dispatch-form {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

@media (max-width: 600px) {
    .dispatch-form {
        flex-direction: column;
    }
}

.dispatch-form input[type="email"] {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 16px 20px;
    font-size: 15px;
    font-family: var(--font-body);
}

.dispatch-form input[type="email"]:focus {
    outline: none;
    border-color: var(--trc-blue);
}

.dispatch-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-note {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 40px;
}

.join-divider {
    width: 60px;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 0 auto 40px;
}

.escalation-line {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
}

.discord-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.discord-note {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 16px;
}

/* ==========================================================================
   INTEL HUB SECTION
   ========================================================================== */
.intel-hub {
    background: #000;
    padding: 100px 0;
}

.section-header--split {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: left;
    max-width: none;
    margin-bottom: 48px;
}

@media (max-width: 600px) {
    .section-header--split {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.view-all-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--trc-blue);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.view-all-link:hover {
    color: #fff;
}

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

@media (max-width: 900px) {
    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .posts-grid {
        grid-template-columns: 1fr;
    }
}

.post-card__tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--trc-blue);
    margin-bottom: 12px;
    display: block;
}

/* Outline Light Button */
.btn--outline-light {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 14px 24px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn--outline-light:hover {
    border-color: var(--trc-blue);
    color: var(--trc-blue);
}

/* ==========================================================================
   ABOUT PAGE - Cultural Insurgency Design
   ========================================================================== */

/* About Hero */
.about-hero {
    background: #000;
    padding: calc(var(--header-height) + 100px) 0 100px;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center top, rgba(63, 158, 223, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.about-hero__content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.about-hero__headline {
    font-family: var(--font-headline);
    font-size: clamp(48px, 8vw, 80px);
    color: #fff;
    line-height: 1.05;
    margin: 0 0 32px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.about-hero__text {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.about-hero__doctrine {
    font-family: var(--font-headline);
    font-size: 24px;
    color: var(--trc-blue);
    letter-spacing: 0.1em;
    margin: 0;
}

/* Firepower Section - 5 Pillars */
.about-firepower {
    background: #000;
    padding: 120px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.firepower-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1200px) {
    .firepower-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .firepower-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .firepower-grid {
        grid-template-columns: 1fr;
    }
}

.firepower-card {
    background: #0a0a0a;
    padding: 48px 32px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.firepower-card:hover {
    background: #111;
}

.firepower-card:hover .firepower-card__icon {
    color: var(--trc-blue);
}

.firepower-card__number {
    position: absolute;
    top: 20px;
    left: 24px;
    font-size: 12px;
    font-weight: 700;
    color: var(--trc-blue);
    letter-spacing: 0.1em;
}

.firepower-card__icon {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 24px;
    transition: color 0.3s ease;
}

.firepower-card h3 {
    font-family: var(--font-headline);
    font-size: 28px;
    color: #fff;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.firepower-card__tagline {
    font-size: 16px;
    font-weight: 600;
    color: var(--trc-blue);
    margin-bottom: 12px;
}

.firepower-card__desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    margin-bottom: 20px;
}

.firepower-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.2s;
}

.firepower-card__link:hover {
    color: var(--trc-blue);
}

/* Doctrines Section */
.about-doctrines {
    padding: 120px 0;
}

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

@media (max-width: 1024px) {
    .doctrines-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .doctrines-grid {
        grid-template-columns: 1fr;
    }
}

.doctrine-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 40px 32px;
    text-align: center;
    transition: all 0.3s ease;
}

.doctrine-card:hover {
    border-color: rgba(63, 158, 223, 0.3);
    background: rgba(255, 255, 255, 0.04);
}

.doctrine-card__icon {
    margin-bottom: 24px;
}

.doctrine-emoji {
    font-size: 48px;
    display: block;
}

.doctrine-card h3 {
    font-family: var(--font-headline);
    font-size: 22px;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.doctrine-card__meaning {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 16px;
}

.doctrine-card__use {
    font-size: 14px;
    color: var(--trc-blue);
    font-style: italic;
    line-height: 1.6;
}

/* Founder Section */
.about-founder {
    background: #000;
    padding: 120px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.founder-grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 80px;
    align-items: center;
}

@media (max-width: 1024px) {
    .founder-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
}

.founder-image {
    position: relative;
}

.founder-image img {
    width: 100%;
    height: auto;
    display: block;
    filter: grayscale(30%);
}

.founder-image__frame {
    position: absolute;
    top: 20px;
    left: 20px;
    right: -20px;
    bottom: -20px;
    border: 2px solid var(--trc-blue);
    pointer-events: none;
    z-index: -1;
}

.founder-content h2 {
    font-family: var(--font-headline);
    font-size: clamp(48px, 6vw, 72px);
    color: #fff;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.founder-lead {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px;
}

.founder-content p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    margin-bottom: 20px;
}

.founder-quote {
    font-size: 20px;
    font-weight: 600;
    color: var(--trc-blue);
    border-left: 3px solid var(--trc-blue);
    padding-left: 24px;
    margin: 32px 0 0;
    font-style: normal;
}

/* Mascot Section */
.about-mascot {
    padding: 120px 0;
}

.mascot-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 80px;
    align-items: center;
}

@media (max-width: 1024px) {
    .mascot-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .mascot-image {
        order: -1;
        text-align: center;
    }
}

.mascot-content h2 {
    font-family: var(--font-headline);
    font-size: clamp(48px, 6vw, 72px);
    color: #fff;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.mascot-lead {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px;
}

.mascot-content p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    margin-bottom: 20px;
}

.mascot-tagline {
    font-family: var(--font-headline);
    font-size: 28px;
    color: var(--trc-blue);
    letter-spacing: 0.1em;
    margin-top: 32px !important;
}

.mascot-image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 60px rgba(63, 158, 223, 0.3));
}

/* About CTA Section */
.about-cta {
    background: #000;
    padding: 120px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
}

.about-cta__content {
    max-width: 700px;
    margin: 0 auto;
}

.about-cta__title {
    font-family: var(--font-headline);
    font-size: clamp(36px, 5vw, 56px);
    color: #fff;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.about-cta__text {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 40px;
}

.about-cta__buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.about-cta__buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.about-cta__note {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

/* ==========================================================================
   WOOCOMMERCE STORE - Premium Gallery Aesthetic
   ========================================================================== */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    text-align: center !important;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.woocommerce ul.products li.product:hover {
    transform: scale(1.02);
}

.woocommerce ul.products li.product img {
    width: 100%;
    display: block;
    margin: 0 !important;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.woocommerce ul.products li.product:hover img {
    opacity: 0.3;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-headline) !important;
    font-size: 2.2rem !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 0 1rem;
    z-index: 2;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.9);
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: 100%;
}

.woocommerce ul.products li.product .price {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--trc-blue) !important;
    font-family: var(--font-body) !important;
    font-size: 1.1rem !important;
    font-weight: 600;
    z-index: 2;
    margin: 0 !important;
    pointer-events: none;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.woocommerce ul.products li.product .button {
    display: inline-block !important;
    /* Overriding previous display: none */
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: var(--trc-blue) !important;
    color: #000 !important;
    font-family: var(--font-headline) !important;
    font-size: 1.5rem !important;
    padding: 15px 0 !important;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0 !important;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.3s !important;
    z-index: 10;
}

.woocommerce ul.products li.product:hover .button {
    transform: translateY(0);
}

.woocommerce ul.products li.product .button:hover {
    background: #fff !important;
    color: #000 !important;
}

.woocommerce ul.products li.product::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    pointer-events: none;
    z-index: 1;
}

.woocommerce .woocommerce-ordering select {
    background: #111;
    color: #fff;
    border: 1px solid #333;
    padding: 10px;
    font-family: var(--font-body);
}

.woocommerce .woocommerce-result-count {
    color: #888;
}

/* ==========================================================================
   ABOUT PAGE & GLOBAL UPGRADES
   ========================================================================== */

/* About Hero */
.about-hero {
    padding: 20vh 0 10vh;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.about-hero__headline {
    font-size: clamp(4rem, 10vw, 8rem);
    text-transform: uppercase;
    margin-bottom: 2rem;
    line-height: 1.1;
    font-family: var(--font-headline);
    text-shadow: 0 0 50px rgba(63, 158, 223, 0.2);
}

.about-hero__headline .text-primary {
    background: linear-gradient(135deg, #fff 0%, var(--trc-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 15px rgba(63, 158, 223, 0.4));
}

.about-hero__text {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 800px;
    margin: 0 auto 2rem;
    line-height: 1.8;
}

.about-hero__doctrine {
    font-family: monospace;
    color: var(--trc-blue);
    font-size: 1rem;
    letter-spacing: 0.1em;
}

/* Section Globals */
.section {
    padding: 100px 0;
}

.section--dark {
    background: #050505;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.section-header {
    margin-bottom: 60px;
}

.section-header--center {
    text-align: center;
}

.section-label {
    color: var(--trc-blue);
    font-family: monospace;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 1rem;
    display: block;
}

.section-title {
    font-size: 4rem;
    text-transform: uppercase;
}

.section-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Firepower Grid */
.firepower-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.firepower-card {
    background: rgba(10, 10, 10, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.4s, box-shadow 0.4s;
    overflow: hidden;
    z-index: 1;
}

.firepower-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(63, 158, 223, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
    z-index: -1;
}

.firepower-card:hover::before {
    opacity: 1;
}

.firepower-card:hover {
    transform: translateY(-10px);
    border-color: rgba(63, 158, 223, 0.5);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5), 0 0 30px rgba(63, 158, 223, 0.15);
}

.firepower-card__number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: var(--font-headline);
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.05);
}

.firepower-card__icon {
    color: var(--trc-blue);
    margin-bottom: 20px;
}

.firepower-card h3 {
    font-family: var(--font-headline);
    font-size: 2rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.firepower-card__tagline {
    font-size: 0.9rem;
    color: var(--trc-blue);
    font-family: monospace;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.firepower-card__desc {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 25px;
}

.firepower-card__link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s;
}

.firepower-card__link:hover {
    color: var(--trc-blue);
}

/* Doctrines Grid */
.doctrines-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.doctrine-card {
    padding: 30px;
    border-left: 2px solid var(--trc-blue);
    background: linear-gradient(90deg, rgba(63, 158, 223, 0.05) 0%, transparent 100%);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.doctrine-card:hover {
    transform: translateX(10px);
    background: linear-gradient(90deg, rgba(63, 158, 223, 0.1) 0%, transparent 100%);
}

.doctrine-card__icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.doctrine-card h3 {
    font-family: var(--font-headline);
    font-size: 1.8rem;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}

.doctrine-card__meaning {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.doctrine-card__use {
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Founder & Mascot Grids */
.founder-grid,
.mascot-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

@media (max-width: 900px) {

    .founder-grid,
    .mascot-grid {
        grid-template-columns: 1fr;
    }
}

.founder-image,
.mascot-image {
    position: relative;
}

.founder-image img,
.mascot-image img {
    width: 100%;
    filter: drop-shadow(0 0 20px rgba(63, 158, 223, 0.1));
    z-index: 2;
    position: relative;
}

.founder-image__frame {
    position: absolute;
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 1px solid var(--trc-blue);
    z-index: 1;
}

.founder-lead,
.mascot-lead {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.6;
}

.mascot-lead {
    color: var(--trc-blue);
}

.founder-content p,
.mascot-content p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.founder-quote {
    border-left: 3px solid var(--trc-blue);
    padding-left: 20px;
    font-size: 1.5rem;
    font-family: var(--font-headline);
    color: #fff;
    margin-top: 30px;
    letter-spacing: 0.05em;
}

.mascot-tagline {
    font-family: monospace;
    font-size: 1.1rem;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.5);
}

/* CTA Buttons */
.about-cta {
    text-align: center;
}

.about-cta__title {
    font-size: 4rem;
    font-family: var(--font-headline);
    margin-bottom: 20px;
}

.about-cta__text {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto 40px;
}

.about-cta__buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.about-cta__note {
    font-family: monospace;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.9rem;
}

.btn--outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 15px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s;
}

.btn--outline:hover {
    border-color: var(--trc-blue);
    color: var(--trc-blue);
}

/* ==========================================================================
   BLOG & INTEL HUB UPGRADES
   ========================================================================== */

/* Archive Hero override */
.blog .page-hero,
.archive .page-hero {
    padding: 15vh 0 10vh;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Post list / Grid */
article.post {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

article.post .entry-title {
    font-family: var(--font-headline);
    font-size: 3rem;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}

article.post .entry-title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

article.post .entry-title a:hover {
    color: var(--trc-blue);
}

article.post .entry-summary {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    font-size: 1.1rem;
    max-width: 800px;
}

/* Single Post */
.single-post .site-main {
    padding: 15vh 0 10vh;
}

.single-post .entry-title {
    font-family: var(--font-headline);
    font-size: 4rem;
    color: var(--trc-blue);
    text-transform: uppercase;
    margin-bottom: 30px;
}

.single-post .entry-content {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.15rem;
    line-height: 1.8;
    max-width: 800px;
}

.single-post .nav-links {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
}

.single-post .nav-previous a,
.single-post .nav-next a {
    color: var(--trc-blue);
    text-decoration: none;
    font-family: monospace;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* ==========================================================================
   GLOBAL HEADER & CART ICON INTEGRATION
   ========================================================================== */

.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}

.cart-icon {
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
}

.cart-icon:hover {
    color: var(--trc-blue);
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #dc3545;
    /* Tactical red alert */
    color: #fff;
    font-size: 11px;
    font-family: monospace;
    font-weight: bold;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(220, 53, 69, 0.5);
}

/* ==========================================================================
   CART & CHECKOUT PREMIUM DARK MODE SKIN
   ========================================================================== */

.woocommerce-cart .site-main,
.woocommerce-checkout .site-main {
    padding: 15vh 0 10vh;
    background: #000;
    color: #fff;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 0 !important;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    background: #050505 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    color: #ddd !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout h3#order_review_heading,
.woocommerce-checkout h3.woocommerce-column__title,
.woocommerce-checkout h3#order_comments_title {
    font-family: var(--font-headline) !important;
    font-size: 2.5rem !important;
    color: var(--trc-blue) !important;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* RESET: product name inside checkout order summary - must NOT inherit headline styles */
.wc-block-components-product-name,
.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name {
    font-family: var(--font-body) !important;
    font-size: 0.85rem !important;
    color: rgba(255, 255, 255, 0.85) !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 1.4 !important;
}

.woocommerce a.remove {
    color: #dc3545 !important;
    transition: transform 0.3s ease !important;
}

.woocommerce a.remove:hover {
    background: #dc3545 !important;
    color: #fff !important;
    transform: scale(1.1);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order {
    background: var(--trc-blue) !important;
    border: none !important;
    color: #000 !important;
    border-radius: 0 !important;
    padding: 15px 30px !important;
    font-family: var(--font-headline) !important;
    font-size: 1.5rem !important;
    text-transform: uppercase;
    transition: all 0.3s ease !important;
    width: 100%;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover {
    background: #fff !important;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2) !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    background: #111 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    padding: 10px !important;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border-color: var(--trc-blue) !important;
    outline: none !important;
}

.woocommerce-checkout #payment {
    background: #0a0a0a !important;
    border-radius: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* ==========================================================================
   INTERACTIVE WOW FACTORS
   ========================================================================== */

/* Global Premium Noise Texture */
.noise-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 9999;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

/* Scroll Reveal Micro-Animations */
.reveal-element {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal-element.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered Grid Delays */
.firepower-grid .firepower-card:nth-child(1) {
    transition-delay: 0.1s;
}

.firepower-grid .firepower-card:nth-child(2) {
    transition-delay: 0.2s;
}

.firepower-grid .firepower-card:nth-child(3) {
    transition-delay: 0.3s;
}

.firepower-grid .firepower-card:nth-child(4) {
    transition-delay: 0.4s;
}

.firepower-grid .firepower-card:nth-child(5) {
    transition-delay: 0.5s;
}

.doctrines-grid .doctrine-card:nth-child(1) {
    transition-delay: 0.1s;
}

.doctrines-grid .doctrine-card:nth-child(2) {
    transition-delay: 0.2s;
}

.doctrines-grid .doctrine-card:nth-child(3) {
    transition-delay: 0.3s;
}

.doctrines-grid .doctrine-card:nth-child(4) {
    transition-delay: 0.4s;
}

/* Product/Store Card Premium Upgrade */
.premium-product-card {
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s;
}

.premium-product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8), 0 0 30px rgba(63, 158, 223, 0.1);
}

/* ==========================================================================
   COACHING PAGE
   ========================================================================== */

.coaching-page {
    background: #000;
}

.text-blue {
    color: var(--trc-blue);
}

/* Hero */
.coaching-hero {
    padding: calc(var(--header-height) + 8rem) 0 6rem;
    text-align: center;
    position: relative;
}

.coaching-hero__headline {
    font-family: var(--font-headline);
    font-size: clamp(2.2rem, 6vw, 4.5rem);
    letter-spacing: 0.04em;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 1.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.coaching-hero__subhead {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: rgba(255, 255, 255, 0.7);
    max-width: 650px;
    margin: 0 auto 1rem;
    line-height: 1.7;
}

.coaching-hero__qualifier {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
    max-width: 550px;
    margin: 0 auto 2.5rem;
}

.coaching-hero__cta {
    margin-top: 2rem;
}

/* Section Titles */
.coaching-section-title {
    font-family: var(--font-headline);
    font-size: clamp(1.8rem, 4vw, 3rem);
    letter-spacing: 0.04em;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.15;
}

.coaching-section-title--center {
    text-align: center;
}

/* What Coaching Is/Isn't */
.coaching-what {
    padding: 6rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.coaching-what__grid {
    display: grid;
    gap: 3rem;
}

.coaching-what__block {
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: #050505;
}

.coaching-what__block--dark {
    background: #0a0a0a;
    border-color: rgba(63, 158, 223, 0.15);
}

.coaching-lead {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
}

.coaching-blockquote {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    padding: 1.5rem;
    border-left: 2px solid var(--trc-blue);
    margin: 1.5rem 0;
    background: rgba(63, 158, 223, 0.04);
}

.coaching-body {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.coaching-body--muted {
    color: rgba(255, 255, 255, 0.45);
    font-style: italic;
}

.coaching-close {
    margin-top: 1.5rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.coaching-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 1.5rem;
}

.coaching-list li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.6;
}

.coaching-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.85rem;
    width: 6px;
    height: 6px;
    background: var(--trc-blue);
}

.coaching-list--blunt li::before {
    background: rgba(255, 80, 80, 0.6);
}

.coaching-list--failures li::before {
    background: rgba(255, 160, 50, 0.6);
}

/* Who This Is For */
.coaching-who {
    padding: 6rem 0;
    background: #050505;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.coaching-intro {
    text-align: center;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.6);
    max-width: 600px;
    margin: 0 auto 3rem;
}

.coaching-who__grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.coaching-who__card {
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: #0a0a0a;
    transition: border-color 0.3s ease;
}

.coaching-who__card:hover {
    border-color: rgba(63, 158, 223, 0.3);
}

.coaching-who__label {
    display: block;
    font-family: var(--font-headline);
    font-size: 1.3rem;
    color: var(--trc-blue);
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.coaching-who__card p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.coaching-who__close {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.coaching-who__close p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.5rem;
}

.coaching-who__close .text-blue {
    font-size: 1.15rem;
    font-weight: 600;
}

/* Investment */
.coaching-investment {
    padding: 6rem 0;
}

.coaching-investment__statement {
    margin-top: 2rem;
    padding: 2rem;
    border-left: 2px solid var(--trc-blue);
    background: rgba(63, 158, 223, 0.03);
}

.coaching-investment__statement p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

.coaching-investment__statement p:last-child {
    margin-bottom: 0;
}

/* Alliance */
.coaching-alliance {
    padding: 6rem 0;
    background: #050505;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.coaching-alliance__inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.coaching-alliance__inner .coaching-body {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.coaching-alliance__columns {
    display: grid;
    gap: 2rem;
    margin: 2.5rem 0;
    text-align: left;
}

.coaching-alliance__col h3 {
    font-family: var(--font-headline);
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}

.coaching-alliance__positioning {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.coaching-alliance__ctas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

/* Proof / Case Studies */
.coaching-proof {
    padding: 6rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.coaching-proof__label {
    display: block;
    text-align: center;
    font-family: monospace;
    font-size: 0.8rem;
    color: var(--trc-blue);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.case-study {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    align-items: center;
    margin: 4rem 0;
}

.case-study--reversed {
    flex-direction: row-reverse;
}

.case-study__image {
    flex: 1;
    min-width: 280px;
}

.case-study__image img {
    width: 100%;
    border-radius: 4px;
    opacity: 0.8;
    filter: grayscale(100%) contrast(1.2);
}

.case-study__content {
    flex: 1;
    min-width: 280px;
}

.case-study__type {
    display: block;
    color: var(--trc-blue);
    font-family: monospace;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.case-study__name {
    font-family: var(--font-headline);
    font-size: clamp(2rem, 4vw, 3.5rem);
    color: #fff;
    letter-spacing: 0.04em;
    margin-bottom: 0.5rem;
}

.case-study__divider {
    width: 50px;
    height: 2px;
    background: var(--trc-blue);
    margin-bottom: 1.5rem;
}

.case-study__quote {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
}

.case-study__results {
    padding: 1.5rem;
    border-left: 2px solid #333;
    background: #050505;
}

.case-study__results strong {
    display: block;
    font-family: var(--font-headline);
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 0.75rem;
}

.case-study__results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.case-study__results li {
    color: rgba(255, 255, 255, 0.5);
    font-family: monospace;
    font-size: 0.85rem;
    line-height: 1.8;
}

/* Final CTA */
.coaching-final-cta {
    padding: 6rem 0;
    text-align: center;
    background: #080808;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.coaching-final-cta__text {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    max-width: 500px;
    margin: 0 auto 2.5rem;
}

.coaching-final-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

/* Narrow container */
.container--narrow {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Coaching responsive */
@media (min-width: 768px) {
    .coaching-what__grid {
        grid-template-columns: 1fr 1fr;
    }

    .coaching-who__grid {
        grid-template-columns: 1fr 1fr;
    }

    .coaching-alliance__columns {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .coaching-hero {
        padding: calc(var(--header-height) + 4rem) 0 3rem;
    }

    .coaching-what,
    .coaching-who,
    .coaching-investment,
    .coaching-alliance,
    .coaching-proof,
    .coaching-final-cta {
        padding: 4rem 0;
    }

    .case-study {
        gap: 2rem;
    }

    .coaching-what__block {
        padding: 1.5rem;
    }
}

/* ==========================================================================
   CONSULTING PAGE
   ========================================================================== */

.consulting-page {
    background: #000;
}

/* Hero */
.consulting-hero {
    padding: calc(var(--header-height) + 8rem) 0 6rem;
    text-align: center;
}

.consulting-hero__headline {
    font-family: var(--font-headline);
    font-size: clamp(2.2rem, 6vw, 4.5rem);
    letter-spacing: 0.04em;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 1.5rem;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.consulting-hero__subhead {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: rgba(255, 255, 255, 0.7);
    max-width: 680px;
    margin: 0 auto 1rem;
    line-height: 1.7;
}

.consulting-hero__qualifier {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
    max-width: 550px;
    margin: 0 auto 2.5rem;
}

.consulting-hero__cta {
    margin-top: 2rem;
}

/* Section Titles */
.consulting-section-title {
    font-family: var(--font-headline);
    font-size: clamp(1.8rem, 4vw, 3rem);
    letter-spacing: 0.04em;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.15;
}

.consulting-section-title--center {
    text-align: center;
}

/* Why Conventions Break */
.consulting-why {
    padding: 6rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.consulting-body {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.consulting-body--accent {
    color: var(--trc-blue);
    font-weight: 600;
    margin-top: 1.5rem;
}

.consulting-failures {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    padding-left: 1rem;
    border-left: 2px solid rgba(255, 80, 80, 0.4);
}

.consulting-failures li {
    padding: 0.4rem 0 0.4rem 1rem;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.95rem;
}

/* What Consulting Is */
.consulting-what {
    padding: 6rem 0;
    background: #050505;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.consulting-lead {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.consulting-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 1.5rem;
}

.consulting-list li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.6;
}

.consulting-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.85rem;
    width: 6px;
    height: 6px;
    background: var(--trc-blue);
}

/* Areas of Engagement */
.consulting-areas {
    padding: 6rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.consulting-areas__grid {
    display: grid;
    gap: 1.5rem;
    margin-top: 2rem;
}

.consulting-area {
    padding: 2rem;
    background: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: border-color 0.3s ease;
}

.consulting-area:hover {
    border-color: rgba(63, 158, 223, 0.25);
}

.consulting-area__title {
    font-family: var(--font-headline);
    font-size: 1.3rem;
    color: var(--trc-blue);
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.consulting-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.consulting-area li {
    padding: 0.35rem 0 0.35rem 1.25rem;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    line-height: 1.6;
}

.consulting-area li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.2);
}

/* How Consulting Works */
.consulting-process {
    padding: 6rem 0;
    background: #050505;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.consulting-steps {
    display: grid;
    gap: 1.5rem;
    margin: 2rem 0;
}

.consulting-step {
    padding: 2rem;
    background: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    padding-left: 5rem;
}

.consulting-step__number {
    position: absolute;
    left: 1.5rem;
    top: 2rem;
    font-family: var(--font-headline);
    font-size: 1.8rem;
    color: var(--trc-blue);
    opacity: 0.4;
    letter-spacing: 0.05em;
}

.consulting-step__title {
    font-family: var(--font-headline);
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.consulting-step p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    margin: 0;
}

.consulting-process__note {
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.35);
    font-style: italic;
    margin-top: 2rem;
}

/* Standards */
.consulting-standards {
    padding: 6rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.consulting-standards__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.consulting-standards__list li {
    padding: 0.75rem 0 0.75rem 2rem;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.consulting-standards__list li:last-child {
    border-bottom: none;
}

.consulting-standards__list li::before {
    content: '\2014';
    position: absolute;
    left: 0;
    color: var(--trc-blue);
    font-weight: 700;
}

/* Alliance for organizers */
.consulting-alliance {
    padding: 6rem 0;
    background: #050505;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.consulting-alliance__inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.consulting-alliance__inner .consulting-body {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.consulting-alliance__columns {
    display: grid;
    gap: 2rem;
    margin: 2.5rem 0;
    text-align: left;
}

.consulting-alliance__col h3 {
    font-family: var(--font-headline);
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}

.consulting-alliance__distinction {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.consulting-alliance__ctas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

/* Final CTA */
.consulting-final-cta {
    padding: 6rem 0;
    text-align: center;
    background: #080808;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.consulting-final-cta__text {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    max-width: 550px;
    margin: 0 auto 2.5rem;
}

.consulting-final-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

/* Consulting responsive */
@media (min-width: 768px) {
    .consulting-areas__grid {
        grid-template-columns: 1fr 1fr;
    }

    .consulting-steps {
        grid-template-columns: 1fr 1fr;
    }

    .consulting-alliance__columns {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1200px) {
    .consulting-areas__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .consulting-hero {
        padding: calc(var(--header-height) + 4rem) 0 3rem;
    }

    .consulting-why,
    .consulting-what,
    .consulting-areas,
    .consulting-process,
    .consulting-standards,
    .consulting-alliance,
    .consulting-final-cta {
        padding: 4rem 0;
    }

    .consulting-step {
        padding-left: 4rem;
    }

    .consulting-step__number {
        left: 1rem;
    }
}

/* ==========================================================================
   COURSES COMING SOON PAGE
   ========================================================================== */

.courses-page {
    background: #000;
}

.courses-coming-soon {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: calc(var(--header-height) + 4rem) 0 4rem;
}

.courses-coming-soon__label {
    display: inline-block;
    font-family: monospace;
    font-size: 0.75rem;
    color: var(--trc-blue);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    opacity: 0.7;
}

.courses-coming-soon__title {
    font-family: var(--font-headline);
    font-size: clamp(3rem, 8vw, 6rem);
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 1rem;
}

.courses-coming-soon__divider {
    width: 60px;
    height: 2px;
    background: var(--trc-blue);
    margin: 0 auto 2rem;
}

.courses-coming-soon__text {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto 1rem;
}

.courses-coming-soon__sub {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 2.5rem;
}

.courses-coming-soon__ctas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

/* ==========================================================================
   MOBILE REFINEMENTS
   ========================================================================== */
@media (max-width: 600px) {
    .identity-card {
        min-height: auto;
        padding: 60px 24px;
    }

    .field-report-box {
        padding: 32px 20px;
    }

    .arsenal-ascii {
        overflow-x: auto;
        max-width: 100%;
    }
}