* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: Inter, Arial, Helvetica, sans-serif;
    background: #07111f;
    color: #ffffff;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
video {
    max-width: 100%;
    height: auto;
}

.bsp-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    min-height: 78px;
    padding: 18px clamp(20px, 5vw, 72px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    background: rgba(4, 12, 24, 0.82);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bsp-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    min-width: 0;
}

.bsp-brand-mark {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2bb7ff, #ffffff);
    color: #07111f;
    font-weight: 900;
}

.bsp-brand-text {
    font-size: 0.92rem;
    white-space: nowrap;
}

.bsp-main-nav {
    min-width: 0;
}

.bsp-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(14px, 2.3vw, 34px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.bsp-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    font-size: 0.84rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.86);
    transition: color 180ms ease;
}

.bsp-menu a:hover,
.bsp-menu a:focus {
    color: #67c7ff;
}

.bsp-hero-slider {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    background: #07111f;
}

.bsp-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.04);
    transition: opacity 700ms ease, transform 3000ms ease;
}

.bsp-slide.active {
    opacity: 1;
    transform: scale(1);
}

.bsp-hero-slider::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 42%, rgba(43,183,255,0.16), transparent 34%),
        linear-gradient(90deg, rgba(3, 9, 18, 0.72), rgba(3, 9, 18, 0.24), rgba(3, 9, 18, 0.72));
    z-index: 1;
}

.bsp-hero-overlay {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    min-height: 100svh;
    padding: 120px 24px 96px;
    display: grid;
    place-content: center;
    text-align: center;
}

.bsp-kicker {
    margin: 0 0 16px;
    font-size: 0.78rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: #67c7ff;
    font-weight: 700;
}

.bsp-hero-overlay h1 {
    margin: 0;
    font-size: clamp(3rem, 8vw, 8.8rem);
    line-height: 0.9;
    max-width: 1200px;
    letter-spacing: 0.04em;
    text-shadow: 0 22px 80px rgba(0,0,0,0.65);
    overflow-wrap: anywhere;
}

.bsp-slider-button {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255,255,255,0.38);
    border-radius: 999px;
    background: rgba(3, 9, 18, 0.48);
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 1;
    cursor: pointer;
    transition: background 180ms ease, transform 180ms ease;
}

.bsp-slider-button:hover {
    background: rgba(43, 183, 255, 0.5);
    transform: translateY(-50%) scale(1.05);
}

.bsp-slider-button.prev {
    left: clamp(16px, 4vw, 52px);
}

.bsp-slider-button.next {
    right: clamp(16px, 4vw, 52px);
}

.bsp-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 34px;
    z-index: 3;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
}

.bsp-slider-dots button {
    width: 34px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,0.42);
    cursor: pointer;
}

.bsp-slider-dots button.active {
    background: #67c7ff;
}

.bsp-intro-section,
.bsp-contact-section {
    padding: clamp(72px, 9vw, 130px) clamp(22px, 5vw, 72px);
}

.bsp-intro-section {
    background: linear-gradient(180deg, #07111f, #0d1d32);
}

.bsp-section-inner {
    max-width: 980px;
    margin: 0 auto;
}

.bsp-intro-section h2,
.bsp-contact-section h2 {
    margin: 0 0 18px;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.02;
}

.bsp-intro-section p,
.bsp-contact-intro {
    max-width: 740px;
    color: rgba(255,255,255,0.75);
    font-size: 1.1rem;
    line-height: 1.75;
}

.bsp-contact-section {
    background: #f4f8fc;
    color: #07111f;
}

.bsp-contact-section .bsp-kicker {
    color: #0b78c9;
}

.bsp-contact-form {
    margin-top: 34px;
}

.bsp-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.bsp-contact-form label {
    display: block;
    margin-bottom: 18px;
    color: #22314a;
    font-weight: 700;
}

.bsp-contact-form input,
.bsp-contact-form textarea {
    width: 100%;
    margin-top: 8px;
    padding: 15px 16px;
    border: 1px solid rgba(7, 17, 31, 0.18);
    border-radius: 14px;
    background: #ffffff;
    color: #07111f;
    font: inherit;
    font-size: 16px;
}

.bsp-contact-form textarea {
    resize: vertical;
}

.bsp-contact-form button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 999px;
    min-height: 48px;
    padding: 16px 28px;
    background: #0b78c9;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
}

.bsp-form-message {
    margin: 24px 0;
    padding: 14px 16px;
    border-radius: 12px;
    font-weight: 700;
}

.bsp-form-message.success {
    background: #dff7e7;
    color: #145a2d;
}

.bsp-form-message.error {
    background: #ffe4e4;
    color: #8a1f1f;
}

.bsp-page-content {
    min-height: 100vh;
    padding: 130px clamp(22px, 5vw, 72px) 80px;
    background: linear-gradient(180deg, #07111f, #0d1d32);
}

.bsp-content-card {
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 64px);
    border-radius: 28px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
}

.bsp-content-card h1 {
    margin-top: 0;
    font-size: clamp(2.2rem, 5vw, 5rem);
    line-height: 1;
}

.bsp-content-card p {
    color: rgba(255,255,255,0.78);
    line-height: 1.8;
}

.bsp-site-footer {
    padding: 30px 22px;
    text-align: center;
    background: #030912;
    color: rgba(255,255,255,0.62);
}

/* Tablet and smaller laptops */
@media (max-width: 980px) {
    .bsp-site-header {
        padding: 14px 22px;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .bsp-main-nav {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 2px;
    }

    .bsp-menu {
        justify-content: flex-start;
        gap: 8px;
        width: max-content;
        min-width: 100%;
    }

    .bsp-menu li {
        flex: 0 0 auto;
    }

    .bsp-menu a {
        min-height: 40px;
        padding: 0 12px;
        border-radius: 999px;
        background: rgba(255,255,255,0.08);
        font-size: 0.72rem;
        letter-spacing: 0.12em;
        white-space: nowrap;
    }

    .bsp-hero-overlay {
        padding-top: 154px;
    }

    .bsp-slider-button {
        top: auto;
        bottom: 76px;
        transform: none;
    }

    .bsp-slider-button:hover {
        transform: scale(1.05);
    }

    .bsp-slider-button.prev {
        left: 22px;
    }

    .bsp-slider-button.next {
        right: 22px;
    }

    .bsp-slider-dots {
        bottom: 34px;
    }
}

/* Phones */
@media (max-width: 640px) {
    .bsp-site-header {
        position: absolute;
        min-height: auto;
        padding: 14px 16px;
        background: linear-gradient(180deg, rgba(4, 12, 24, 0.94), rgba(4, 12, 24, 0.58));
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .bsp-brand {
        width: 100%;
    }

    .bsp-brand-mark {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        font-size: 0.86rem;
    }

    .bsp-brand-text {
        font-size: 0.78rem;
        letter-spacing: 0.06em;
        white-space: normal;
        line-height: 1.2;
    }

    .bsp-main-nav {
        margin-left: -2px;
        width: calc(100vw - 28px);
    }

    .bsp-menu {
        gap: 7px;
        padding-right: 12px;
    }

    .bsp-menu a {
        min-height: 36px;
        padding: 0 10px;
        font-size: 0.66rem;
        letter-spacing: 0.08em;
    }

    .bsp-hero-slider,
    .bsp-hero-overlay {
        min-height: 100svh;
    }

    .bsp-hero-overlay {
        padding: 150px 18px 128px;
        align-content: center;
    }

    .bsp-kicker {
        margin-bottom: 12px;
        font-size: 0.68rem;
        letter-spacing: 0.16em;
        line-height: 1.5;
    }

    .bsp-hero-overlay h1 {
        font-size: clamp(2.55rem, 16vw, 4.5rem);
        line-height: 0.95;
        letter-spacing: 0.02em;
        max-width: 92vw;
    }

    .bsp-slider-button {
        width: 44px;
        height: 44px;
        bottom: 66px;
        font-size: 2rem;
        background: rgba(3, 9, 18, 0.68);
    }

    .bsp-slider-button.prev {
        left: 16px;
    }

    .bsp-slider-button.next {
        right: 16px;
    }

    .bsp-slider-dots {
        bottom: 28px;
        gap: 8px;
    }

    .bsp-slider-dots button {
        width: 26px;
        height: 4px;
    }

    .bsp-intro-section,
    .bsp-contact-section {
        padding: 58px 18px;
    }

    .bsp-intro-section h2,
    .bsp-contact-section h2 {
        font-size: clamp(1.85rem, 10vw, 2.85rem);
        line-height: 1.05;
    }

    .bsp-intro-section p,
    .bsp-contact-intro {
        font-size: 1rem;
        line-height: 1.65;
    }

    .bsp-form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .bsp-contact-form button {
        width: 100%;
    }

    .bsp-page-content {
        padding: 150px 18px 58px;
    }

    .bsp-content-card {
        padding: 24px 18px;
        border-radius: 20px;
    }

    .bsp-content-card h1 {
        font-size: clamp(2rem, 12vw, 3rem);
    }
}

/* Very small phones */
@media (max-width: 380px) {
    .bsp-brand-text {
        font-size: 0.72rem;
    }

    .bsp-menu a {
        font-size: 0.62rem;
        padding: 0 9px;
    }

    .bsp-hero-overlay {
        padding-top: 142px;
    }

    .bsp-hero-overlay h1 {
        font-size: 2.35rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .bsp-slide,
    .bsp-menu a,
    .bsp-slider-button {
        transition: none;
    }
}


/* Version 1.6 sitewide mobile consistency updates */
.bsp-standard-page {
    display: grid;
    align-items: start;
}

.bsp-standard-page .bsp-content-card {
    width: 100%;
}

.bsp-entry-content {
    width: 100%;
}

.bsp-entry-content > *:first-child {
    margin-top: 0;
}

.bsp-entry-content > *:last-child {
    margin-bottom: 0;
}

.bsp-content-card .bsp-contact-section {
    margin: 34px calc(clamp(28px, 5vw, 64px) * -1) calc(clamp(28px, 5vw, 64px) * -1);
    padding: clamp(42px, 6vw, 72px) clamp(28px, 5vw, 64px);
    border-radius: 0 0 28px 28px;
}

.bsp-content-card .bsp-contact-section .bsp-section-inner {
    max-width: 100%;
}

.bsp-content-card .bsp-contact-section h2 {
    color: #07111f;
}

.bsp-content-card .bsp-contact-section p {
    color: rgba(7, 17, 31, 0.72);
}

/* Keep the homepage hero truly responsive across mobile browsers */
@media (max-width: 980px) {
    body.home .bsp-site-header,
    body.front-page .bsp-site-header {
        position: absolute;
    }

    body.home .bsp-hero-overlay,
    body.front-page .bsp-hero-overlay {
        padding-top: 154px;
    }
}

@media (max-width: 640px) {
    .bsp-page-content,
    .bsp-standard-page {
        padding: 150px 18px 58px;
    }

    .bsp-content-card {
        width: 100%;
        padding: 24px 18px;
        border-radius: 20px;
    }

    .bsp-content-card .bsp-kicker {
        font-size: 0.66rem;
        letter-spacing: 0.13em;
    }

    .bsp-content-card p,
    .bsp-entry-content p {
        font-size: 1rem;
        line-height: 1.65;
    }

    .bsp-content-card .bsp-contact-section {
        margin: 28px -18px -24px;
        padding: 42px 18px;
        border-radius: 0 0 20px 20px;
    }

    .bsp-content-card .bsp-contact-section h2 {
        font-size: clamp(1.85rem, 10vw, 2.85rem);
    }

    body.home .bsp-hero-slider,
    body.front-page .bsp-hero-slider,
    body.home .bsp-hero-overlay,
    body.front-page .bsp-hero-overlay {
        min-height: 100svh;
    }

    body.home .bsp-hero-overlay,
    body.front-page .bsp-hero-overlay {
        padding: 150px 18px 128px;
        align-content: center;
    }

    body.home .bsp-intro-section,
    body.front-page .bsp-intro-section,
    body.home .bsp-contact-section,
    body.front-page .bsp-contact-section {
        padding-left: 18px;
        padding-right: 18px;
    }

    body.home .bsp-intro-section h2,
    body.front-page .bsp-intro-section h2 {
        font-size: clamp(1.85rem, 10vw, 2.85rem);
        line-height: 1.05;
    }

    body.home .bsp-intro-section p,
    body.front-page .bsp-intro-section p {
        font-size: 1rem;
        line-height: 1.65;
    }
}


/* Version 1.7 production page image cards */
.bsp-production-section {
    margin-top: 12px;
}

.bsp-production-intro {
    max-width: 820px;
    margin: 0 0 34px;
    font-size: 1.14rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.82);
}

.bsp-production-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 3vw, 32px);
}

.bsp-production-card {
    position: relative;
    min-height: 320px;
    display: block;
    overflow: hidden;
    border-radius: 26px;
    background: #07111f;
    box-shadow: 0 26px 80px rgba(0,0,0,0.28);
    border: 1px solid rgba(255,255,255,0.14);
    isolation: isolate;
}

.bsp-production-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 220ms ease, transform 500ms ease;
    z-index: 0;
}

.bsp-production-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.54), rgba(0,0,0,0.08) 40%, rgba(0,0,0,0.62)),
        radial-gradient(circle at 50% 18%, rgba(0,0,0,0.36), transparent 42%);
    pointer-events: none;
}

.bsp-production-card span {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 24px;
    z-index: 2;
    color: #ffffff;
    font-size: clamp(2rem, 3.4vw, 3.6rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-shadow:
        0 3px 4px rgba(0,0,0,0.95),
        0 8px 22px rgba(0,0,0,0.85),
        0 0 2px rgba(0,0,0,1);
}

.bsp-production-card:hover img,
.bsp-production-card:focus img {
    opacity: 0.48;
    transform: scale(1.045);
}

.bsp-production-card:hover::after,
.bsp-production-card:focus::after {
    background: rgba(2, 8, 18, 0.62);
}

.bsp-extra-page-content {
    margin-top: 38px;
}

@media (max-width: 760px) {
    .bsp-production-card-grid {
        grid-template-columns: 1fr;
    }

    .bsp-production-card {
        min-height: 260px;
        border-radius: 20px;
    }

    .bsp-production-card span {
        left: 18px;
        right: 18px;
        top: 18px;
        font-size: clamp(2rem, 12vw, 3rem);
    }

    .bsp-production-intro {
        font-size: 1rem;
        line-height: 1.7;
    }
}


/* Version 1.8 production card label refinements */
.bsp-production-card span {
    left: 50%;
    right: auto;
    top: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    text-align: center;
    font-size: clamp(1.7rem, 2.8vw, 2.9rem);
}

.bsp-production-card span strong,
.bsp-production-card span em {
    display: block;
    font-style: normal;
    line-height: 0.95;
}

.bsp-production-card span em {
    margin-top: 0.16em;
    font-size: 1.15em;
}

@media (max-width: 760px) {
    .bsp-production-card span {
        left: 50%;
        right: auto;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: clamp(1.75rem, 10vw, 2.65rem);
    }
}


/* Version 1.9 custom page image/text sections */
.bsp-custom-page-section {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(22px, 4vw, 44px);
    align-items: stretch;
    margin-top: 12px;
}

.bsp-custom-image-box,
.bsp-custom-text-box {
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.07);
    box-shadow: 0 26px 80px rgba(0,0,0,0.22);
}

.bsp-custom-image-box {
    min-height: 360px;
}

.bsp-custom-image-box img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
}

.bsp-custom-text-box {
    padding: clamp(24px, 4vw, 44px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bsp-custom-text-box p {
    margin: 0 0 1em;
    color: rgba(255,255,255,0.82);
    font-size: 1.08rem;
    line-height: 1.75;
}

.bsp-custom-text-box p:last-child {
    margin-bottom: 0;
}

.bsp-contact-page-intro {
    margin: 0 0 32px;
    padding: clamp(22px, 4vw, 36px);
    border-radius: 24px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
}

.bsp-contact-page-intro p {
    margin: 0;
    max-width: 760px;
    color: rgba(255,255,255,0.82);
    font-size: 1.08rem;
    line-height: 1.75;
}

@media (max-width: 820px) {
    .bsp-custom-page-section {
        grid-template-columns: 1fr;
    }

    .bsp-custom-image-box,
    .bsp-custom-image-box img {
        min-height: 260px;
    }

    .bsp-custom-text-box {
        padding: 24px 20px;
    }
}

@media (max-width: 640px) {
    .bsp-custom-image-box,
    .bsp-custom-text-box,
    .bsp-contact-page-intro {
        border-radius: 20px;
    }

    .bsp-custom-image-box,
    .bsp-custom-image-box img {
        min-height: 220px;
    }

    .bsp-custom-text-box p,
    .bsp-contact-page-intro p {
        font-size: 1rem;
        line-height: 1.65;
    }
}


/* Version 2.0 wide stacked layouts for ABOUT, BLUE SKY 5, and BLUE SKY 4 */
.bsp-custom-page-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(24px, 4vw, 42px);
    width: 100%;
}

.bsp-custom-image-box {
    width: 100%;
    min-height: clamp(360px, 48vw, 680px);
    border-radius: 30px;
}

.bsp-custom-image-box img {
    width: 100%;
    height: 100%;
    min-height: clamp(360px, 48vw, 680px);
    object-fit: cover;
}

.bsp-custom-text-box {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    border-radius: 26px;
}

.bsp-custom-text-box p {
    font-size: 1.12rem;
}

@media (min-width: 1100px) {
    .bsp-standard-page .bsp-content-card:has(.bsp-custom-page-section) {
        max-width: 1240px;
    }
}

@media (max-width: 820px) {
    .bsp-custom-image-box,
    .bsp-custom-image-box img {
        min-height: clamp(260px, 58vw, 440px);
    }
}

@media (max-width: 640px) {
    .bsp-custom-image-box,
    .bsp-custom-image-box img {
        min-height: 240px;
    }

    .bsp-custom-image-box {
        border-radius: 20px;
    }
}


/* Version 2.1 unified canvas width across all pages */
.bsp-content-card {
    max-width: 1240px;
}

.bsp-page-content {
    padding-left: clamp(22px, 5vw, 72px);
    padding-right: clamp(22px, 5vw, 72px);
}

.bsp-standard-page .bsp-content-card,
.bsp-content-card {
    width: 100%;
}

.bsp-intro-section .bsp-section-inner,
.bsp-contact-section .bsp-section-inner {
    max-width: 1240px;
}



/* Version 2.2 logo sizing for 388x78 */
.bsp-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.bsp-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.custom-logo-link img {
    max-width: 388px;
    height: auto;
    max-height: 78px;
    width: auto;
}

@media (max-width: 768px) {
    .custom-logo-link img {
        max-width: 240px;
        max-height: 50px;
    }
}



/* Version 2.3 stronger left alignment + 1/5 layout feel */
.bsp-site-header {
    padding-left: 16px;
    padding-right: clamp(20px, 5vw, 72px);
}

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

.bsp-brand {
    flex: 0 0 20%;
    max-width: 20%;
}

.custom-logo-link {
    display: block;
    width: 100%;
}

.custom-logo-link img {
    width: 100%;
    max-width: 388px;
}

/* make nav take remaining space */
.bsp-main-nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .bsp-brand {
        flex: 0 0 auto;
        max-width: none;
    }

    .custom-logo-link img {
        width: auto;
        max-width: 240px;
    }
}



/* Version 2.4 vertical centering fix for nav */
.bsp-header-inner {
    display: flex;
    align-items: center; /* THIS fixes vertical alignment */
    min-height: 78px;
}

.bsp-main-nav {
    display: flex;
    align-items: center;
}

.bsp-menu {
    display: flex;
    align-items: center;
}

.bsp-menu li {
    display: flex;
    align-items: center;
}



/* Version 2.5 nav hover underline + active glow */
.bsp-menu a {
    position: relative;
    padding-bottom: 4px;
}

/* underline animation */
.bsp-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #67c7ff;
    transition: width 0.25s ease;
}

.bsp-menu a:hover::after {
    width: 100%;
}

/* active menu item glow */
.bsp-menu .current-menu-item > a,
.bsp-menu .current_page_item > a {
    color: #67c7ff;
    text-shadow: 0 0 6px rgba(103, 199, 255, 0.6),
                 0 0 12px rgba(103, 199, 255, 0.4);
}

/* keep underline visible on active */
.bsp-menu .current-menu-item > a::after,
.bsp-menu .current_page_item > a::after {
    width: 100%;
}



/* Version 2.6 refined vertical alignment + persistent underline */
.bsp-site-header {
    min-height: 90px; /* slightly taller header for breathing room */
}

.bsp-header-inner {
    align-items: center;
    height: 100%;
}

.bsp-main-nav {
    align-items: center;
}

.bsp-menu {
    align-items: center;
    height: 100%;
}

.bsp-menu a {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 4px; /* slight downward adjustment */
}

/* persistent underline for active items */
.bsp-menu .current-menu-item > a::after,
.bsp-menu .current_page_item > a::after,
.bsp-menu .current-menu-ancestor > a::after {
    width: 100%;
}

/* ensure underline doesn't collapse after click */
.bsp-menu a:focus::after {
    width: 100%;
}



/* Version 2.7 cinematic motion, video hero, clients, and performance polish */
html {
    scroll-behavior: smooth;
}

body {
    opacity: 0;
    transition: opacity 220ms ease;
}

body.bsp-page-loaded {
    opacity: 1;
}

body.bsp-page-leaving {
    opacity: 0;
}

.bsp-video-slide video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Scroll reveal */
.bsp-js .bsp-reveal-item {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 620ms ease, transform 620ms ease;
    will-change: opacity, transform;
}

.bsp-js .bsp-reveal-item.bsp-is-visible {
    opacity: 1;
    transform: translateY(0);
}

.bsp-production-card.bsp-reveal-item,
.bsp-client-logo-card.bsp-reveal-item {
    transition: opacity 560ms ease, transform 560ms ease, box-shadow 180ms ease;
}

/* Clients page */
.bsp-clients-section {
    margin-top: 12px;
}

.bsp-clients-intro {
    max-width: 850px;
    margin-bottom: 34px;
}

.bsp-clients-intro p {
    color: rgba(255,255,255,0.82);
    font-size: 1.08rem;
    line-height: 1.75;
}

.bsp-client-logo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2.4vw, 28px);
}

.bsp-client-logo-card {
    min-height: 170px;
    padding: 28px;
    display: grid;
    place-items: center;
    border-radius: 24px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.13);
    box-shadow: 0 22px 70px rgba(0,0,0,0.18);
}

.bsp-client-logo-card img {
    display: block;
    max-width: 100%;
    max-height: 96px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 28px rgba(0,0,0,0.24));
}

.bsp-client-logo-placeholder span {
    color: rgba(255,255,255,0.55);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
}

/* Faster perceived mobile loading: lighter transitions and less expensive effects */
@media (max-width: 640px) {
    .bsp-slide {
        transition-duration: 420ms;
    }

    .bsp-js .bsp-reveal-item {
        transform: translateY(16px);
        transition-duration: 420ms;
    }

    .bsp-client-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .bsp-client-logo-card {
        min-height: 130px;
        padding: 18px;
        border-radius: 18px;
        box-shadow: 0 14px 42px rgba(0,0,0,0.18);
    }

    .bsp-client-logo-card img {
        max-height: 74px;
    }

    .bsp-hero-slider::after {
        background:
            radial-gradient(circle at 50% 42%, rgba(43,183,255,0.12), transparent 34%),
            linear-gradient(90deg, rgba(3, 9, 18, 0.72), rgba(3, 9, 18, 0.3), rgba(3, 9, 18, 0.72));
    }
}

@media (max-width: 420px) {
    .bsp-client-logo-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    body,
    .bsp-js .bsp-reveal-item,
    .bsp-production-card.bsp-reveal-item,
    .bsp-client-logo-card.bsp-reveal-item {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* Version 2.8 fix contact page background consistency */
body.page-contact .bsp-contact-section,
body.page-id- contact .bsp-contact-section {
    background: transparent !important;
    color: inherit;
}

body.page-contact .bsp-page-content {
    background: linear-gradient(180deg, #07111f, #0d1d32);
}

/* ensure form inherits dark theme */
body.page-contact .bsp-contact-form input,
body.page-contact .bsp-contact-form textarea {
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.18);
}

body.page-contact .bsp-contact-form label {
    color: rgba(255,255,255,0.85);
}



/* Version 2.9 FULL contact page consistency fix */

/* fix page transition background */
body {
    background: #07111f;
}

/* ensure contact section matches rest of site */
.bsp-contact-section {
    background: transparent !important;
    color: inherit;
}

/* remove lighter box look */
.bsp-contact-section .bsp-section-inner {
    background: transparent !important;
}

/* make form match dark theme */
.bsp-contact-form input,
.bsp-contact-form textarea {
    background: rgba(255,255,255,0.06);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.18);
}

.bsp-contact-form label {
    color: rgba(255,255,255,0.85);
}

/* remove any white/light card backgrounds globally */
.bsp-contact-section,
.bsp-contact-section * {
    background-color: transparent !important;
}

/* page transition fix */
body.bsp-page-leaving {
    background: #07111f !important;
}



/* Version 2.10 ordered CLIENTS nav + premium split contact layout */

/* Make all contact-page text readable on the dark theme. */
.bsp-contact-section,
.bsp-contact-section h2,
.bsp-contact-section p,
.bsp-contact-section label,
.bsp-contact-section .bsp-contact-intro {
    color: rgba(255,255,255,0.88) !important;
}

.bsp-contact-section .bsp-kicker {
    color: #67c7ff !important;
}

.bsp-contact-form input,
.bsp-contact-form textarea {
    background: rgba(255,255,255,0.075) !important;
    color: #ffffff !important;
    border-color: rgba(255,255,255,0.22) !important;
}

.bsp-contact-form input::placeholder,
.bsp-contact-form textarea::placeholder {
    color: rgba(255,255,255,0.48);
}

/* Split contact page layout */
.bsp-contact-split-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(24px, 4vw, 48px);
    align-items: stretch;
    margin-top: 18px;
}

.bsp-contact-info-panel,
.bsp-contact-form-panel {
    min-width: 0;
}

.bsp-contact-info-panel {
    display: grid;
    align-content: start;
    gap: 22px;
}

.bsp-contact-page-intro,
.bsp-contact-details-box,
.bsp-contact-form-panel .bsp-contact-section {
    background: rgba(255,255,255,0.075) !important;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(0,0,0,0.22);
}

.bsp-contact-page-intro,
.bsp-contact-details-box {
    padding: clamp(24px, 4vw, 42px);
}

.bsp-contact-page-intro p,
.bsp-contact-details-box p {
    color: rgba(255,255,255,0.82) !important;
}

.bsp-contact-details-box h2 {
    margin: 0 0 16px;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.05;
    color: #ffffff !important;
}

.bsp-contact-form-panel .bsp-contact-section {
    padding: clamp(28px, 4vw, 48px);
}

.bsp-contact-form-panel .bsp-contact-section .bsp-section-inner {
    max-width: none;
}

.bsp-contact-form-panel .bsp-contact-section h2 {
    font-size: clamp(2rem, 3.4vw, 3.6rem);
}

/* Override earlier global transparent rule for the contact form panel only */
.bsp-contact-form-panel .bsp-contact-section {
    background-color: rgba(255,255,255,0.075) !important;
}

.bsp-contact-form-panel .bsp-contact-section * {
    background-color: transparent;
}

/* Keep the submit button visible and blue */
.bsp-contact-form button {
    background: #0b78c9 !important;
    color: #ffffff !important;
}

/* Nav menu ordering helper class */
.bsp-menu .menu-item-clients {
    order: 4;
}

@media (max-width: 900px) {
    .bsp-contact-split-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .bsp-contact-page-intro,
    .bsp-contact-details-box,
    .bsp-contact-form-panel .bsp-contact-section {
        border-radius: 20px;
    }

    .bsp-contact-form-panel .bsp-contact-section {
        padding: 28px 18px;
    }
}


/* Version 2.11 revert contact to single column */
.bsp-contact-split-layout {
    display: block !important;
}

.bsp-contact-info-panel,
.bsp-contact-form-panel {
    width: 100%;
}



/* Version 2.12 LED Screens page + corrected labels */
.bsp-led-section {
    margin-top: 12px;
}

.bsp-led-text-box {
    margin: 0 0 34px;
    padding: clamp(24px, 4vw, 42px);
    border-radius: 26px;
    background: rgba(255,255,255,0.075);
    border: 1px solid rgba(255,255,255,0.13);
    box-shadow: 0 24px 70px rgba(0,0,0,0.2);
}

.bsp-led-text-box p {
    margin: 0;
    max-width: 900px;
    color: rgba(255,255,255,0.84);
    font-size: 1.08rem;
    line-height: 1.75;
}

.bsp-led-card span {
    font-size: clamp(1.45rem, 2.45vw, 2.55rem);
}

.bsp-led-card span em {
    font-size: 0.98em;
}

@media (max-width: 760px) {
    .bsp-led-text-box {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .bsp-led-card span {
        font-size: clamp(1.6rem, 9vw, 2.5rem);
    }
}


/* Version 2.13 restored premium nav hover + active glow */
.bsp-menu a {
    position: relative;
    color: rgba(255,255,255,0.86);
    transition: color 180ms ease, text-shadow 180ms ease;
}

.bsp-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: #67c7ff;
    box-shadow: 0 0 10px rgba(103, 199, 255, 0.6);
    transition: width 220ms ease;
}

.bsp-menu a:hover,
.bsp-menu a:focus {
    color: #67c7ff;
    text-shadow:
        0 0 6px rgba(103, 199, 255, 0.45),
        0 0 14px rgba(103, 199, 255, 0.28);
}

.bsp-menu a:hover::after,
.bsp-menu a:focus::after,
.bsp-menu .current-menu-item > a::after,
.bsp-menu .current_page_item > a::after,
.bsp-menu .current-menu-ancestor > a::after {
    width: 100%;
}

.bsp-menu .current-menu-item > a,
.bsp-menu .current_page_item > a,
.bsp-menu .current-menu-ancestor > a {
    color: #67c7ff;
    text-shadow:
        0 0 6px rgba(103, 199, 255, 0.65),
        0 0 14px rgba(103, 199, 255, 0.42),
        0 0 24px rgba(103, 199, 255, 0.24);
}



/* Version 2.14 header click target fix + LED detail pages */
.bsp-site-header {
    pointer-events: none;
}

.bsp-header-inner,
.bsp-brand,
.bsp-brand *,
.bsp-main-nav,
.bsp-main-nav * {
    pointer-events: auto;
}

.bsp-brand {
    align-self: center;
    width: fit-content;
    max-width: 388px;
}

.custom-logo-link {
    display: inline-flex;
    width: auto;
    max-width: 388px;
}

.custom-logo-link img {
    display: block;
}

/* Keep the LED detail pages using the same wide image-above-text layout */
body.page-modular-screens .bsp-content-card,
body.page-screen-installations .bsp-content-card {
    max-width: 1240px;
}
