/* Fabricated Crime — homepage */
html { scroll-behavior: smooth; }
body.home-page { background: #000; padding-bottom: 0; }
section[id] { scroll-margin-top: 80px; }

.home-page .syndicate-section-page .syndicate-heading,
.home-page .syndicate-section-page .member-name,
.home-page .press-section .section-title,
.home-page .lineup-section .section-title,
.home-page .storyboards-section .section-title,
.home-page .syndicate-video-featured .media-featured-title,
.home-page .fc-store-section .fc-store-title,
.home-page .contact-section .contact-info h2 {
    font-family: 'Barlow Condensed', sans-serif;
}

/* —— Nav —— */
.home-page .navbar,
.home-page nav.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
    border: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
.home-page .nav-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 24px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative;
    min-height: 56px;
}
.home-page .nav-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.home-page .nav-logo img { height: 40px; width: auto; }
.home-page .logo-link { text-decoration: none; display: block; }

.home-page .nav-hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent !important;
    border: none !important;
    color: #ff0000;
    cursor: pointer;
    z-index: 1001;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.home-page .nav-hamburger .hamburger-lines {
    width: 20px;
    height: 14px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-page .nav-hamburger .hamburger-lines span {
    display: block;
    width: 100%;
    height: 2px;
    background: #ff0000;
    border-radius: 2px;
}
.home-page .nav-hamburger:hover .hamburger-lines span { background: #ff4d4d; }

.home-page .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 320px;
    background: #000;
    flex-direction: column;
    padding: 88px 40px 40px;
    gap: 0;
    display: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    z-index: 1200;
    overflow-y: auto;
}
.home-page .navbar.nav-open .nav-menu { display: flex; }
.home-page .nav-link {
    color: #ff0000;
    text-decoration: none;
    font-size: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;
    padding: 10px 0;
    transition: color 0.2s ease;
}
.home-page .nav-link:hover { color: #ff4d4d; }
.home-page .nav-label {
    color: #fff;
    font-size: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;
    padding: 10px 0 6px;
    display: block;
}
.home-page .nav-menu .nav-link.nav-sublink {
    font-size: 22px;
    padding-left: 16px;
}

.home-page .nav-desktop {
    display: none;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    gap: 1.25rem;
    z-index: 1001;
}
.home-page .nav-desktop .nav-link {
    font-size: 0.95rem;
    letter-spacing: 1.5px;
    padding: 0;
    white-space: nowrap;
}

@media (min-width: 900px) {
    .home-page .nav-hamburger { display: none; }
    .home-page .nav-desktop { display: flex; }
    .home-page .nav-menu { display: none !important; }
}

@media (max-width: 768px) {
    .home-page .nav-container { padding: 8px 16px; }
    .home-page .nav-logo img { height: 32px; }
    .home-page .nav-menu .nav-link {
        font-size: 20px;
        padding: 16px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        width: 100%;
        box-sizing: border-box;
    }
    .home-page .nav-menu .nav-link.nav-sublink { padding-left: 36px; }
}

/* —— Hero —— */
.creative-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 520px;
    overflow: hidden;
    isolation: isolate;
}
.hero-slider {
    position: absolute;
    inset: 0;
}
.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.9s ease;
}
.hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}
.hero-slide-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.hero-slide:nth-child(1) .hero-slide-media { object-position: center 20%; }
.hero-slide:nth-child(2) .hero-slide-media { object-position: center center; }
.hero-slide:nth-child(3) .hero-slide-media { object-position: center 30%; }

.creative-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.15) 45%, rgba(0,0,0,0.35) 100%);
    z-index: 1;
    pointer-events: none;
}
.creative-hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0 clamp(20px, 4vw, 48px) clamp(72px, 8vw, 96px);
    color: #fff;
    max-width: 900px;
}
.creative-hero .hero-eyebrow {
    margin: 0 0 0.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}
.creative-hero .hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(3rem, 9vw, 7.5rem);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 0 0.75rem;
    line-height: 0.92;
}
.creative-hero .hero-title a {
    color: #fff !important;
    text-decoration: none;
}
.creative-hero .hero-title a:hover { color: rgba(255,255,255,0.88) !important; }
.creative-hero .subhead {
    margin: 0 0 1.5rem;
    font-family: 'Inter', sans-serif;
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 300;
    line-height: 1.55;
    color: rgba(255,255,255,0.9);
    max-width: 520px;
}

/* HERO NEON COPY — pink/cyan Sister Beretta palette
   Enable: class hero-neon-copy on .creative-hero (index.html)
   Revert: remove hero-neon-copy from that section */
.creative-hero.hero-neon-copy .hero-eyebrow,
.creative-hero.hero-neon-copy .subhead {
    color: #00f0ff !important;
    text-shadow:
        0 0 6px rgba(255, 20, 147, 0.9),
        0 0 14px rgba(255, 20, 147, 0.55),
        0 0 22px rgba(0, 240, 255, 0.4);
}
.creative-hero.hero-neon-copy .hero-eyebrow {
    font-weight: 800;
    font-size: 0.88rem;
    letter-spacing: 4px;
}
.creative-hero.hero-neon-copy .subhead {
    font-weight: 600;
    font-size: clamp(1.05rem, 2.1vw, 1.28rem);
    line-height: 1.5;
}

.hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.5rem;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
.hero-cta--primary {
    background: #ff0000 !important;
    color: #000 !important;
}
.hero-cta--primary:hover {
    background: #fff !important;
    color: #000 !important;
}
.hero-cta--secondary {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.55) !important;
    box-sizing: border-box;
}
.hero-cta--secondary:hover {
    background: rgba(255,255,255,0.12) !important;
    color: #fff !important;
}
.hero-poster-link {
    background: none;
    border: none;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.8) !important;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}
.hero-poster-link:hover { color: #fff !important; }

.hero-dots {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 10px;
}
.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.7);
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}
.hero-dot.is-active,
.hero-dot:hover {
    background: #ff0000;
    border-color: #ff0000;
    transform: scale(1.1);
}

/* —— Indiegogo band —— */
.igg-band {
    background: #0a0a0a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.85rem 1.5rem;
}
.igg-band-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem 1.5rem;
    text-align: center;
}
.igg-band-text {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 77, 77, 0.95);
}
.igg-band-text strong { color: #ff0000; font-weight: 600; }
.igg-band-cta {
    display: inline-flex;
    padding: 0.6rem 1.25rem;
    background: #ff0000 !important;
    color: #000 !important;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s ease;
}
.igg-band-cta:hover {
    background: #fff !important;
    color: #000 !important;
}

/* —— Press / podcast —— */
.press-section {
    padding: 5rem 2rem;
    background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.press-section .section-content {
    max-width: 1200px;
    margin: 0 auto;
}
.press-section .section-title {
    font-size: clamp(2.4rem, 5vw, 3.5rem);
    font-weight: 800;
    letter-spacing: 4px;
    margin: 0 0 0.5rem;
    color: #ff0000;
    text-transform: uppercase;
}
.press-section .press-eyebrow {
    margin: 0 0 1rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 77, 77, 0.85);
}
.press-section .press-lead {
    margin: 0 0 1.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(255, 77, 77, 0.9);
    max-width: 640px;
}
.media-featured {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #0a0a0a;
    overflow: hidden;
}
.media-featured--reverse .media-featured-video {
    order: 2;
}
.media-featured--reverse .media-featured-content {
    order: 1;
}
.media-featured-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.media-featured-eyebrow {
    margin: 0 0 0.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 77, 77, 0.85);
}
.media-featured-title {
    margin: 0 0 1rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.15;
}
.media-featured-excerpt {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.85);
}
.syndicate-video-featured {
    max-width: 1100px;
    margin: 0 auto 3rem;
}
@media (max-width: 900px) {
    .media-featured,
    .media-featured--reverse .media-featured-video,
    .media-featured--reverse .media-featured-content {
        grid-template-columns: 1fr;
        order: unset;
    }
}

/* —— Lineup —— */
.lineup-section {
    padding: 5rem 2rem;
    background: #000;
    color: #fff;
}
.lineup-section .section-content {
    max-width: 1100px;
    margin: 0 auto;
}
.lineup-section .section-title {
    font-size: clamp(2.4rem, 5vw, 3.5rem);
    font-weight: 800;
    letter-spacing: 4px;
    margin: 0 0 0.75rem;
    text-align: center;
    color: #ff0000;
    text-transform: uppercase;
}
.lineup-section .section-lead {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 2.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(255, 77, 77, 0.9);
}
.lineup-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.lineup-card {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #0a0a0a;
    transition: border-color 0.2s ease, transform 0.2s ease;
    overflow: hidden;
}
.lineup-card:hover {
    border-color: rgba(255, 0, 0, 0.5);
    transform: translateY(-2px);
}
.lineup-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.lineup-card-image-wrap {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #000;
}
.lineup-card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.concept-badge {
    position: absolute;
    left: 12px;
    bottom: 12px;
    right: 12px;
    padding: 0.5rem 0.65rem;
    background: rgba(0, 0, 0, 0.82);
    border: 1px solid rgba(255, 0, 0, 0.45);
    font-family: 'Inter', sans-serif;
    font-size: 0.68rem;
    line-height: 1.4;
    letter-spacing: 0.3px;
    color: rgba(255, 255, 255, 0.92);
    text-transform: uppercase;
}
.lineup-card-body {
    padding: 1.25rem 1.5rem 1.5rem;
}
.lineup-card-title {
    margin: 0 0 0.5rem;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ff0000;
}
.lineup-card-copy {
    margin: 0 0 1rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(255, 77, 77, 0.88);
}
.lineup-card-cta {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 2px;
}
.lineup-card-cta:hover { color: #ff4d4d !important; }

@media (max-width: 768px) {
    .lineup-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
    .creative-hero-content { padding-bottom: 88px; }
}

/* —— Storyboards —— */
.storyboards-section {
    padding: 5rem 2rem;
    background: #000;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.storyboards-section .section-content { max-width: 1200px; margin: 0 auto; }
.storyboards-section .section-title {
    font-size: clamp(2.4rem, 5vw, 3.5rem);
    font-weight: 800;
    letter-spacing: 4px;
    margin-bottom: 2rem;
    text-align: center;
    color: #ff0000;
    text-transform: uppercase;
}
.storyboards-featured {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #0a0a0a;
    overflow: hidden;
}
.storyboards-featured-video-wrap {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
}
.storyboards-featured-video-wrap video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.storyboards-featured .storyboards-featured-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.storyboards-eyebrow {
    margin: 0 0 0.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 77, 77, 0.85);
}
.storyboards-featured-title {
    margin: 0 0 1rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.15;
}
.storyboards-featured-excerpt {
    margin: 0 0 1rem;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.85);
}
.storyboards-bullets {
    margin: 0 0 1.5rem;
    padding-left: 1.1rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.92rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}
.storyboards-bullets li { margin-bottom: 0.35rem; }
.storyboards-featured-link {
    display: inline-block;
    color: #fff !important;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 2px solid #ff0000;
    padding-bottom: 3px;
    align-self: flex-start;
    transition: color 0.2s ease;
}
.storyboards-featured-link:hover { color: #ff4d4d !important; }

@media (max-width: 900px) {
    .storyboards-featured { grid-template-columns: 1fr; }
}

/* —— Syndicate —— */
.syndicate-section-page {
    background: #000 !important;
    color: #ff0000;
    padding: 5rem 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.syndicate-section-page .syndicate-heading {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
    margin-bottom: 3rem;
    color: #ff0000;
    font-family: 'Bebas Neue', sans-serif;
}
.syndicate-section-page .syndicate-intro {
    max-width: 720px;
    margin: 0 auto 4rem;
    text-align: center;
}
.syndicate-section-page .syndicate-intro p {
    font-size: 1.15rem;
    line-height: 1.75;
    color: rgba(255, 77, 77, 0.95);
    margin: 0 0 1rem;
    font-family: 'Inter', sans-serif;
}
.syndicate-section-page .syndicate-hero-wrap {
    text-align: center;
    margin-bottom: 4rem;
}
.syndicate-section-page .syndicate-hero-wrap img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.syndicate-section-page .syndicate-members-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}
.syndicate-section-page .syndicate-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem;
    border: 1px solid rgba(255, 0, 0, 0.45);
    background: #000;
    transition: background 0.2s ease;
}
.syndicate-section-page .syndicate-member:hover { background: #0d0d0d; }
.syndicate-section-page .member-info { margin-bottom: 1.5rem; }
.syndicate-section-page .member-name {
    font-size: 1.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0.5rem;
    color: #ff0000;
    font-family: 'Bebas Neue', sans-serif;
}
.syndicate-section-page .member-role {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
    color: rgba(255, 77, 77, 0.85);
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}
.syndicate-section-page .member-instagram {
    color: #ff0000;
    font-size: 1.8rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #ff0000;
    transition: all 0.2s ease;
}
.syndicate-section-page .member-instagram:hover {
    background: #ff0000;
    color: #000 !important;
}

/* —— Store —— */
.fc-store-section {
    background: #000 !important;
    padding: 5rem 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.fc-store-section .fc-store-title {
    font-size: clamp(2.4rem, 5vw, 3.5rem);
    font-weight: 800;
    letter-spacing: 4px;
    margin: 0 0 2rem;
    color: #ff0000;
    text-transform: uppercase;
    width: 100%;
}
.fc-store-section .fc-store-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    width: 100%;
    max-width: 1000px;
}
.fc-store-section .fc-store-grid a {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    overflow: hidden;
    background: #0a0a0a;
    transition: border-color 0.2s ease;
}
.fc-store-section .fc-store-grid a:hover {
    border-color: rgba(255, 0, 0, 0.55);
}
.fc-store-section .fc-store-grid img {
    width: 100%;
    height: auto;
    display: block;
}
.fc-store-section .fc-store-btn-wrap {
    margin-top: 2rem;
    width: min(420px, 100%);
}
.fc-store-section .fc-store-btn,
.fc-store-section .fc-store-btn:visited {
    width: 100%;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    background: #ff0000 !important;
    color: #000 !important;
    border: none;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Bebas Neue', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.2s ease;
}
.fc-store-section .fc-store-btn:hover {
    background: #fff !important;
    color: #000 !important;
}

@media (max-width: 768px) {
    .fc-store-section .fc-store-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
    }
}

/* —— Contact —— */
.contact-section {
    background: #000 !important;
    padding: 5rem 2rem !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-section .contact-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 60px !important;
    align-items: start !important;
    justify-items: center !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}
.contact-section .contact-info {
    text-align: center;
    width: min(420px, 100%);
}
.contact-section .contact-info h2 {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 800;
    letter-spacing: 5px;
    margin-bottom: 20px;
    color: #ff0000 !important;
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;
}
.contact-section .contact-description {
    font-size: 1.1rem;
    color: rgba(255, 77, 77, 0.95) !important;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
}
.contact-section .contact-m2-line {
    font-size: 0.95rem;
    color: rgba(255, 77, 77, 0.9) !important;
    font-family: 'Inter', sans-serif;
}
.contact-section .contact-form {
    width: min(420px, 100%);
}
.contact-section .form-group { margin-bottom: 1.5rem; }
.contact-section .form-group label {
    display: block;
    font-size: 0.9rem;
    color: #ff0000;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Bebas Neue', sans-serif;
}
.contact-section .form-control {
    width: 100%;
    padding: 1rem;
    background: #000 !important;
    border: 1px solid rgba(255, 0, 0, 0.45) !important;
    color: #ff0000 !important;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
}
.contact-section .form-control:focus {
    outline: none;
    border-color: #ff4d4d !important;
}
.contact-section textarea.form-control { min-height: 120px; resize: vertical; }
.contact-section .btn-submit {
    width: 100%;
    padding: 1rem 1.5rem;
    background: #ff0000 !important;
    color: #000 !important;
    border: none;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    font-family: 'Bebas Neue', sans-serif;
}
.contact-section .btn-submit:hover { background: #fff !important; }
.contact-section .form-message { margin-top: 1rem; font-family: 'Inter', sans-serif; }

.footer .footer-social { gap: 1.25rem; }
.footer .footer-social a { font-size: 1.75rem; }

@media (max-width: 768px) {
    .contact-section .contact-content {
        grid-template-columns: 1fr !important;
        gap: 40px;
    }
}
