/* About page */
.bnn-info-page {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 20%, rgba(127, 68, 255, 0.08), transparent 24rem),
        radial-gradient(circle at 92% 58%, rgba(41, 236, 255, 0.06), transparent 30rem),
        #08090c;
    color: #f7f8fb;
}

.bnn-info-container {
    position: relative;
    z-index: 2;
    width: min(100% - 48px, 1220px);
    margin-inline: auto;
}

.bnn-info-hero {
    position: relative;
    display: flex;
    min-height: min(760px, 88vh);
    align-items: center;
    overflow: hidden;
    padding: 156px 0 110px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(115deg, rgba(5, 10, 19, 0.98), rgba(8, 10, 15, 0.82)),
        radial-gradient(circle at 72% 44%, rgba(200, 22, 44, 0.19), transparent 20rem);
}

.bnn-info-hero::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 64px 64px;
    content: "";
    mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.bnn-info-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.7fr);
    align-items: center;
    gap: clamp(40px, 8vw, 120px);
}

.bnn-eyebrow {
    margin: 0 0 18px;
    color: #54e9ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.bnn-info-hero h1 {
    max-width: 850px;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: clamp(52px, 7.2vw, 104px);
    font-weight: 500;
    letter-spacing: -0.052em;
    line-height: 1.02;
    word-spacing: 0.06em;
}

.bnn-about-title .bnn-title-line {
    display: block;
}

.bnn-about-title .bnn-title-line--accent {
    margin-top: 0.12em;
    background: linear-gradient(90deg, #ffffff 4%, #54e9ff 58%, #a98cff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bnn-info-lead {
    max-width: 720px;
    margin: 30px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.55;
}

.bnn-info-hero-brand {
    position: relative;
    display: grid;
    aspect-ratio: 1;
    place-items: center;
}

.bnn-info-hero-brand::before,
.bnn-info-hero-brand::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 50%;
    content: "";
}

.bnn-info-hero-brand::before {
    inset: 2%;
    animation: bnn-orbit-spin 18s linear infinite;
    border-top-color: rgba(41, 236, 255, 0.7);
}

.bnn-info-hero-brand::after {
    inset: 14%;
    animation: bnn-orbit-spin 13s linear infinite reverse;
    border-right-color: rgba(221, 27, 53, 0.75);
}

.bnn-info-hero-brand img {
    position: relative;
    z-index: 2;
    width: 47%;
    height: auto;
    animation: bnn-logo-revolve 14s linear infinite;
    filter: drop-shadow(0 0 34px rgba(41, 236, 255, 0.3));
    transform-origin: 50% 50%;
    will-change: transform;
}

.bnn-brand-halo {
    position: absolute;
    inset: 25%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(41, 236, 255, 0.2), rgba(119, 57, 255, 0.1) 46%, transparent 72%);
    filter: blur(12px);
}

.bnn-info-orb {
    position: absolute;
    border-radius: 50%;
    opacity: 0.38;
    filter: blur(2px);
    pointer-events: none;
}

.bnn-info-orb--one {
    top: -160px;
    right: -100px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(41, 236, 255, 0.28);
    box-shadow: inset 0 0 90px rgba(41, 236, 255, 0.08);
}

.bnn-info-orb--two {
    bottom: -180px;
    left: -120px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(210, 25, 50, 0.22);
    box-shadow: inset 0 0 90px rgba(210, 25, 50, 0.07);
}

.bnn-story-section,
.bnn-team-section,
.bnn-contact-section,
.bnn-directory-section {
    position: relative;
    padding: clamp(84px, 10vw, 144px) 0;
}

.bnn-story-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(48px, 9vw, 130px);
}

.bnn-section-heading h2,
.bnn-info-cta h2,
.bnn-directory-intro h2 {
    margin: 0;
    max-width: 760px;
    font-size: clamp(36px, 5vw, 68px);
    font-weight: 650;
    letter-spacing: -0.05em;
    line-height: 1.02;
}

.bnn-section-heading > p:last-child {
    max-width: 650px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 18px;
}

.bnn-story-copy {
    padding-top: 36px;
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.75;
}

.bnn-story-copy p + p {
    margin-top: 25px;
}

.bnn-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: clamp(70px, 8vw, 110px);
}

.bnn-value-card {
    position: relative;
    min-height: 300px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018));
    transition: border-color 300ms ease, box-shadow 300ms ease, transform 350ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.bnn-value-card::after {
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(41, 236, 255, 0.1);
    content: "";
    filter: blur(16px);
    transition: transform 400ms ease;
}

.bnn-value-card:hover::after {
    transform: translate(-22px, -24px) scale(1.2);
}

.bnn-value-card:hover {
    border-color: rgba(41, 236, 255, 0.28);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), 0 0 42px rgba(41, 236, 255, 0.07);
    transform: translateY(-7px);
}

.bnn-value-card-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 118px;
}

.bnn-value-icon {
    display: grid;
    position: absolute;
    z-index: 0;
    top: 49%;
    left: 50%;
    width: 160px;
    height: 160px;
    place-items: center;
    color: #54e9ff;
    opacity: 0.13;
    pointer-events: none;
    transform: translate(-50%, -56%);
    transition: opacity 300ms ease, transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.bnn-value-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 1.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 22px rgba(41, 236, 255, 0.45));
}

.bnn-value-card:hover .bnn-value-icon {
    opacity: 0.22;
    transform: translate(-50%, -56%) rotate(-4deg) scale(1.08);
}

.bnn-value-number {
    color: rgba(255, 255, 255, 0.34);
    font: 600 13px/1 "Inter", sans-serif;
}

.bnn-value-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
    font-size: 26px;
}

.bnn-value-card p {
    position: relative;
    z-index: 2;
    max-width: 300px;
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.65;
}

.bnn-team-section {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background:
        radial-gradient(circle at 50% 15%, rgba(106, 58, 215, 0.15), transparent 34rem),
        rgba(255, 255, 255, 0.012);
}

.bnn-section-heading--center {
    max-width: 850px;
    margin: 0 auto clamp(54px, 7vw, 88px);
    text-align: center;
}

.bnn-section-heading--center h2 {
    margin-inline: auto;
}

.bnn-team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.has-team-scroll-animations .bnn-team-card {
    opacity: 0;
}

.has-team-scroll-animations .bnn-team-card.is-team-in-view {
    opacity: 1;
    animation: bnn-team-card-enter 900ms cubic-bezier(0.16, 1, 0.3, 1) backwards;
    animation-delay: var(--team-reveal-delay, 0ms);
}

.bnn-team-card {
    --team-x: 50%;
    --team-y: 50%;
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(210px, 230px) minmax(0, 1fr);
    min-height: 310px;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 24px;
    background: rgba(14, 16, 23, 0.88);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    outline: none;
    touch-action: pan-y;
    transform: translateZ(0);
    transition:
        border-color 350ms ease,
        transform 400ms cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 350ms ease;
}

.bnn-team-card::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    background:
        radial-gradient(
            460px circle at var(--team-x) var(--team-y),
            rgba(41, 236, 255, 0.16),
            rgba(119, 74, 255, 0.08) 38%,
            transparent 70%
        );
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms ease;
}

.bnn-team-card::after {
    position: absolute;
    z-index: 4;
    inset: 6px;
    border: 1px solid rgba(84, 233, 255, 0.45);
    border-radius: 19px;
    box-shadow: inset 0 0 32px rgba(41, 236, 255, 0.08);
    content: "";
    opacity: 0;
    pointer-events: none;
    transform: scale(0.98);
    transition: opacity 300ms ease, transform 400ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.bnn-team-card > * {
    position: relative;
    z-index: 1;
}

.bnn-team-card:hover,
.bnn-team-card:focus-visible {
    border-color: rgba(41, 236, 255, 0.35);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42), 0 0 45px rgba(41, 236, 255, 0.12);
    transform: translateY(-6px) scale(1.01);
}

.bnn-team-card:hover::before,
.bnn-team-card:focus-visible::before,
.bnn-team-card.is-team-pressed::before,
.bnn-team-card.is-team-active::before {
    opacity: 1;
}

.bnn-team-card.is-team-pressed {
    z-index: 3;
    border-color: rgba(84, 233, 255, 0.58);
    box-shadow:
        0 18px 55px rgba(0, 0, 0, 0.42),
        0 0 42px rgba(41, 236, 255, 0.17);
    transform: translateY(-2px) scale(0.988) !important;
}

.bnn-team-card.is-team-pressed::after {
    opacity: 0.72;
    transform: scale(0.99);
}

.bnn-team-card.is-team-active {
    z-index: 3;
    border-color: rgba(84, 233, 255, 0.68);
    box-shadow:
        0 36px 100px rgba(0, 0, 0, 0.48),
        0 0 65px rgba(41, 236, 255, 0.18),
        0 0 110px rgba(137, 82, 255, 0.1);
    transform: translateY(-7px) scale(1.025) !important;
}

.bnn-team-card.is-team-active::after {
    opacity: 1;
    transform: scale(1);
}

.bnn-team-card--lead {
    grid-column: 1 / -1;
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
    min-height: 380px;
    border-color: rgba(84, 233, 255, 0.25);
    background:
        radial-gradient(circle at 18% 50%, rgba(41, 236, 255, 0.13), transparent 52%),
        linear-gradient(125deg, rgba(16, 23, 34, 0.98), rgba(12, 14, 20, 0.95));
}

@media (min-width: 981px) {
    .bnn-team-card--tech,
    .bnn-team-card:last-child:nth-child(even) {
        grid-column: 1 / -1;
        grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
        min-height: 340px;
        border-color: rgba(169, 140, 255, 0.22);
        background:
            radial-gradient(circle at 18% 50%, rgba(137, 82, 255, 0.12), transparent 52%),
            linear-gradient(125deg, rgba(20, 18, 30, 0.98), rgba(12, 14, 20, 0.95));
    }
}

.bnn-team-portrait {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 30%, rgba(41, 236, 255, 0.14), transparent 70%),
        linear-gradient(145deg, rgba(18, 22, 32, 0.98), #090b10);
}

.bnn-team-portrait::before {
    position: absolute;
    z-index: 3;
    inset: -45%;
    background: linear-gradient(
        108deg,
        transparent 35%,
        rgba(255, 255, 255, 0.03) 43%,
        rgba(84, 233, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.05) 57%,
        transparent 65%
    );
    content: "";
    opacity: 0;
    pointer-events: none;
    transform: translateX(-75%) rotate(8deg);
}

.bnn-team-portrait::after {
    position: absolute;
    inset: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
    content: "";
}

.bnn-team-portrait img {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    filter: saturate(0.95) contrast(1.02);
    transition: filter 400ms ease, transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.bnn-team-card:hover .bnn-team-portrait img,
.bnn-team-card:focus-visible .bnn-team-portrait img {
    filter: saturate(1.02) contrast(1.04);
    transform: scale(1.05);
}

.bnn-team-card.is-team-pressed .bnn-team-portrait img {
    filter: saturate(1.04) contrast(1.05);
    transform: scale(1.06);
}

.bnn-team-card.is-team-active .bnn-team-portrait img {
    filter: saturate(1.06) contrast(1.06);
    transform: scale(1.08);
}

.bnn-team-card.is-team-touching .bnn-team-portrait::before {
    animation: bnn-team-touch-shine 720ms ease-out;
}

.bnn-team-card.is-team-touching .bnn-team-portrait img {
    animation: bnn-team-touch-pop 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.bnn-team-initials {
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 0.9);
    font: 700 clamp(44px, 5vw, 72px)/1 "Outfit", sans-serif;
    letter-spacing: -0.06em;
    text-shadow: 0 0 35px rgba(41, 236, 255, 0.32);
}

.bnn-team-card-body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px 32px;
}

.bnn-team-card-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 12px;
}

.bnn-team-role {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 10px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(84, 233, 255, 0.22);
    background: rgba(84, 233, 255, 0.07);
    color: #54e9ff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bnn-team-card h3 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: clamp(23px, 2.2vw, 30px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: #ffffff;
    transition: color 300ms ease, transform 350ms ease;
}

.bnn-team-card--lead h3 {
    font-size: clamp(28px, 2.8vw, 38px);
}

.bnn-team-card:hover h3,
.bnn-team-card:focus-visible h3,
.bnn-team-card.is-team-active h3 {
    color: #54e9ff;
    transform: translateX(4px);
}

.bnn-team-location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.48);
    font-size: 13px;
    line-height: 1.2;
}

.bnn-loc-icon {
    flex: 0 0 auto;
    color: #54e9ff;
    opacity: 0.75;
}

.bnn-team-bio {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14.5px;
    line-height: 1.68;
}

.bnn-team-contact-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    margin-top: auto;
    padding-top: 14px;
    width: 100%;
}

.bnn-email-link {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    gap: 8px;
    padding: 6px 12px 6px 6px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.88);
    font-size: 12.5px;
    font-weight: 500;
    text-decoration: none;
    overflow-wrap: anywhere;
    transition: border-color 200ms ease, background 200ms ease, color 200ms ease, transform 200ms ease;
}

.bnn-link-tag {
    flex: 0 0 auto;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bnn-link-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bnn-email-link:hover,
.bnn-email-link:focus-visible {
    border-color: rgba(84, 233, 255, 0.45);
    background: rgba(84, 233, 255, 0.1);
    color: #54e9ff;
    transform: translateY(-1px);
}

.bnn-email-link:hover .bnn-link-tag,
.bnn-email-link:focus-visible .bnn-link-tag {
    background: rgba(84, 233, 255, 0.2);
    color: #ffffff;
}

.bnn-info-cta {
    padding: 90px 0;
    background: linear-gradient(120deg, rgba(113, 49, 221, 0.24), rgba(41, 236, 255, 0.08));
}

.bnn-info-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.bnn-info-cta h2 {
    max-width: 700px;
    font-size: clamp(36px, 4.5vw, 62px);
}

.bnn-primary-button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 18px;
    padding: 17px 22px;
    border-radius: 999px;
    background: #fff;
    color: #08090c;
    font-weight: 700;
    transition: background 200ms ease, transform 200ms ease;
}

.bnn-primary-button:hover,
.bnn-primary-button:focus-visible {
    background: #54e9ff;
    color: #08090c;
    transform: translateY(-2px);
}

/* Contact page */
.bnn-contact-hero {
    min-height: min(710px, 82vh);
}

.bnn-contact-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
    align-items: end;
    gap: clamp(46px, 8vw, 120px);
}

.bnn-contact-featured-email {
    position: relative;
    display: flex;
    min-height: 230px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(41, 236, 255, 0.24);
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(41, 236, 255, 0.1), rgba(255, 255, 255, 0.025));
    color: #fff;
}

.bnn-contact-featured-email::before {
    position: absolute;
    top: -85px;
    right: -65px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(41, 236, 255, 0.13);
    content: "";
    filter: blur(12px);
}

.bnn-contact-featured-email > span {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.bnn-contact-featured-email strong {
    max-width: calc(100% - 36px);
    font-size: clamp(17px, 2vw, 23px);
    overflow-wrap: anywhere;
}

.bnn-contact-featured-email i {
    position: absolute;
    top: 25px;
    right: 27px;
    font-size: 27px;
    font-style: normal;
    transition: transform 200ms ease;
}

.bnn-contact-featured-email:hover {
    color: #fff;
}

.bnn-contact-featured-email:hover i {
    transform: translate(3px, -3px);
}

.bnn-contact-section .bnn-section-heading {
    margin-bottom: 48px;
}

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

.bnn-contact-card {
    position: relative;
    min-height: 280px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.028);
    transition: border-color 250ms ease, background 250ms ease;
}

.bnn-contact-card:hover {
    border-color: rgba(41, 236, 255, 0.3);
    background: rgba(41, 236, 255, 0.04);
}

.bnn-contact-card-icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 47px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    place-items: center;
    color: #54e9ff;
    font-weight: 700;
}

.bnn-contact-card h3 {
    margin: 0 0 10px;
    font-size: 25px;
}

.bnn-contact-card p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.52);
}

.bnn-contact-card a {
    color: #fff;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.bnn-contact-card a:hover,
.bnn-contact-card a:focus-visible {
    color: #54e9ff;
}

.bnn-directory-section {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.015);
}

.bnn-directory-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
    align-items: start;
    gap: clamp(50px, 8vw, 110px);
}

.bnn-directory-intro {
    position: sticky;
    top: 130px;
}

.bnn-directory-intro h2 {
    font-size: clamp(38px, 4.7vw, 62px);
}

.bnn-directory-intro > p:last-child {
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 17px;
    line-height: 1.7;
}

.bnn-directory-list {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.bnn-directory-row {
    display: grid;
    grid-template-columns: 48px minmax(180px, 1fr) minmax(210px, 0.9fr) 26px;
    align-items: center;
    gap: 17px;
    padding: 20px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.bnn-directory-row:hover,
.bnn-directory-row:focus-visible {
    color: #fff;
}

.bnn-directory-avatar {
    display: grid;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(41, 236, 255, 0.22);
    border-radius: 50%;
    place-items: center;
    background: rgba(41, 236, 255, 0.07);
    color: #54e9ff;
    font-size: 12px;
    font-weight: 700;
}

.bnn-directory-person {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.bnn-directory-person strong {
    font-size: 16px;
}

.bnn-directory-person small {
    color: rgba(255, 255, 255, 0.42);
    font-size: 12px;
}

.bnn-directory-email {
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    overflow-wrap: anywhere;
}

.bnn-directory-arrow {
    color: rgba(255, 255, 255, 0.38);
    transition: color 200ms ease, transform 200ms ease;
}

.bnn-directory-row:hover .bnn-directory-arrow {
    color: #54e9ff;
    transform: translateX(4px);
}

.bnn-contact-note {
    padding: 48px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(41, 236, 255, 0.035);
}

.bnn-contact-note p {
    max-width: 850px;
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.7;
}

.bnn-contact-note strong {
    color: #fff;
}

@keyframes bnn-orbit-spin {
    to { transform: rotate(360deg); }
}

@keyframes bnn-logo-revolve {
    0% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.06); }
    100% { transform: rotate(360deg) scale(1); }
}

@keyframes bnn-team-touch-pop {
    0% { transform: scale(1); }
    48% { transform: scale(1.17); }
    100% { transform: scale(1.12); }
}

@keyframes bnn-team-touch-shine {
    0% {
        opacity: 0;
        transform: translateX(-75%) rotate(8deg);
    }
    34% { opacity: 1; }
    100% {
        opacity: 0;
        transform: translateX(75%) rotate(8deg);
    }
}

@keyframes bnn-team-card-enter {
    0% {
        opacity: 0;
        filter: blur(7px);
        transform: translateY(54px) scale(0.94);
    }
    58% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(-7px) scale(1.012);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 980px) {
    .bnn-info-hero-grid,
    .bnn-contact-hero-inner {
        grid-template-columns: 1fr;
    }

    .bnn-info-hero {
        min-height: auto;
    }

    .bnn-info-hero-brand {
        width: min(410px, 70vw);
        margin-inline: auto;
    }

    .bnn-contact-featured-email {
        min-height: 190px;
    }

    .bnn-team-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .bnn-team-card,
    .bnn-team-card--lead,
    .bnn-team-card--tech {
        grid-column: 1 / -1;
        grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
        min-height: 290px;
    }

    .bnn-directory-layout {
        grid-template-columns: 1fr;
    }

    .bnn-directory-intro {
        position: static;
        max-width: 700px;
    }
}

@media (max-width: 760px) {
    .bnn-info-container {
        width: min(100% - 32px, 1220px);
    }

    .bnn-info-hero {
        padding: 130px 0 80px;
    }

    .bnn-info-hero h1 {
        font-size: clamp(45px, 14.5vw, 74px);
    }

    .bnn-story-grid,
    .bnn-values-grid,
    .bnn-team-grid,
    .bnn-contact-grid {
        grid-template-columns: 1fr;
    }

    .bnn-story-copy {
        padding-top: 0;
    }

    .bnn-team-card,
    .bnn-team-card--lead,
    .bnn-team-card--tech {
        grid-column: auto;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .bnn-team-card.is-team-active {
        transform: translateY(-4px) scale(1.012) !important;
    }

    .bnn-team-card.is-team-pressed {
        transform: translateY(-1px) scale(0.982) !important;
    }

    .bnn-team-portrait {
        aspect-ratio: 4 / 3;
        min-height: 280px;
        max-height: 380px;
        width: 100%;
    }

    .bnn-team-portrait::after {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .bnn-team-card--lead .bnn-team-portrait {
        min-height: 320px;
    }

    .bnn-team-card-body {
        padding: 26px 22px;
    }

    .bnn-info-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .bnn-directory-row {
        grid-template-columns: 46px minmax(0, 1fr) 24px;
    }

    .bnn-directory-email {
        display: none;
    }
}

@media (max-width: 480px) {
    .bnn-info-container {
        width: min(100% - 24px, 1220px);
    }

    .bnn-info-hero {
        padding-top: 112px;
    }

    .bnn-info-lead {
        font-size: 17px;
    }

    .bnn-info-hero-brand {
        width: min(330px, 86vw);
    }

    .bnn-value-card,
    .bnn-team-card-body,
    .bnn-contact-card,
    .bnn-contact-featured-email {
        padding: 22px 18px;
    }

    .bnn-value-icon {
        width: 132px;
        height: 132px;
    }

    .bnn-value-icon svg {
        width: 100%;
        height: 100%;
    }

    .bnn-team-portrait {
        aspect-ratio: 1 / 1;
        min-height: 250px;
    }

    .bnn-team-card--lead .bnn-team-portrait {
        min-height: 280px;
    }

    .bnn-team-contact-links {
        flex-direction: column;
        align-items: stretch;
    }

    .bnn-email-link {
        width: 100%;
        justify-content: flex-start;
    }

    .bnn-directory-row {
        gap: 12px;
    }

    .bnn-directory-person small {
        line-height: 1.45;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bnn-info-hero-brand::before,
    .bnn-info-hero-brand::after,
    .bnn-info-hero-brand img {
        animation: none;
    }

    .bnn-team-card,
    .bnn-team-portrait img,
    .bnn-value-card,
    .bnn-value-icon,
    .bnn-primary-button {
        transition: none;
    }

    .bnn-team-card.is-team-touching .bnn-team-portrait::before,
    .bnn-team-card.is-team-touching .bnn-team-portrait img,
    .bnn-team-card.is-team-pressed .bnn-team-portrait img {
        animation: none;
    }

    .has-team-scroll-animations .bnn-team-card.is-team-in-view {
        animation: none;
        opacity: 1;
    }
}
