:root {
    --bni-red: #cf2030;
    --bni-black: #000000;
    --bni-grey: #64666a;
    --bni-sterling: #c8c8c8;
    --bni-light: #f2f2f2;
    --ink: #1b1b1d;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Arial, Helvetica, sans-serif;
}

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

button,
input,
textarea {
    border-radius: 0;
    font: inherit;
}

button,
a {
    cursor: pointer;
}

.container {
    width: min(100% - 40px, 1120px);
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid #eeeeee;
    background: rgb(255 255 255 / 95%);
    backdrop-filter: blur(12px);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
}

.brand-mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-title,
.eyebrow,
.stat-card span,
.steps-grid strong,
.contact-form label {
    font-weight: 900;
    text-transform: uppercase;
}

.brand-title {
    display: block;
    color: var(--bni-red);
    font-size: 11px;
    letter-spacing: 0.18em;
}

.brand-subtitle {
    display: block;
    color: var(--bni-grey);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.05;
}

.nav {
    display: flex;
    align-items: center;
    gap: 28px;
    color: var(--bni-grey);
    font-size: 14px;
    font-weight: 700;
}

.nav a:hover,
.outline-button:hover {
    color: var(--bni-red);
}

.outline-button {
    border: 2px solid var(--bni-red);
    padding: 10px 16px;
    color: var(--bni-red);
    font-size: 14px;
    font-weight: 900;
}

.outline-button:hover {
    background: var(--bni-red);
    color: var(--white);
}

.hero {
    position: relative;
    overflow: hidden;
    background: #080808;
    color: var(--white);
}

.hero::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: "";
    background: var(--bni-red);
}

.hero-angle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 50%;
    background: linear-gradient(135deg, transparent 0 28%, rgb(207 32 48 / 95%) 28% 49%, transparent 49% 100%);
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 620px;
    grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
    align-items: center;
    gap: 40px;
    padding: 64px 0;
}

.hero-copy {
    max-width: 650px;
}

.eyebrow {
    margin: 0 0 16px;
    color: var(--bni-red);
    font-size: 14px;
    letter-spacing: 0.18em;
}

.eyebrow.light {
    color: var(--bni-light);
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 28px;
    font-size: clamp(48px, 8vw, 76px);
    font-weight: 900;
    line-height: 0.96;
}

h2 {
    margin-bottom: 0;
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 900;
    line-height: 1.04;
}

h3 {
    margin-bottom: 24px;
    font-size: 26px;
    font-weight: 900;
}

.hero-text,
.rich-text,
.section-intro {
    color: #4a4a4d;
    font-size: 18px;
    line-height: 1.75;
}

.hero-text {
    max-width: 590px;
    color: var(--bni-light);
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
}

.primary-button,
.ghost-button,
.cta-band a,
.contact-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 24px;
    border: 0;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.primary-button,
.contact-form button {
    background: var(--bni-red);
    color: var(--white);
}

.primary-button:hover {
    background: var(--white);
    color: var(--bni-red);
}

.ghost-button {
    border: 1px solid rgb(255 255 255 / 45%);
    color: var(--white);
}

.ghost-button:hover {
    border-color: var(--white);
    background: var(--white);
    color: var(--bni-black);
}

.networking-photo {
    position: relative;
    margin: 0;
    width: min(56vw, 680px);
    min-height: 460px;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 18%);
    box-shadow: 0 22px 60px rgb(0 0 0 / 28%);
}

.networking-photo::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 52%, rgb(0 0 0 / 38%) 100%);
    pointer-events: none;
}

.networking-photo::after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    width: 42%;
    height: 10px;
    content: "";
    background: var(--bni-red);
}

.networking-photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    object-position: center center;
}

.section {
    padding: 88px 0;
}

.section-grey {
    background: var(--bni-light);
}

.split,
.contact-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 56px;
}

.rich-text p + p {
    margin-top: 20px;
}

.stats-grid,
.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 48px;
}

.stat-card {
    border-top: 4px solid var(--bni-red);
    background: var(--bni-light);
    padding: 24px;
}

.stat-card strong {
    display: block;
    color: var(--bni-red);
    font-size: 42px;
    font-weight: 900;
}

.stat-card span {
    display: block;
    margin-top: 8px;
    color: var(--bni-grey);
    font-size: 13px;
    letter-spacing: 0.12em;
}

.highlight-panel,
.steps-grid article,
.contact-form {
    background: var(--white);
}

.highlight-panel {
    padding: 28px;
    box-shadow: 0 18px 45px rgb(0 0 0 / 8%);
}

.highlight-panel ul {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.highlight-panel li {
    display: flex;
    gap: 16px;
    color: #4a4a4d;
    line-height: 1.6;
}

.highlight-panel li span {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    background: var(--bni-red);
}

.steps-grid article {
    border: 1px solid #d9d9d9;
    padding: 24px;
}

.steps-grid strong {
    color: var(--bni-red);
    font-size: 14px;
    letter-spacing: 0.16em;
}

.steps-grid p {
    margin: 16px 0 0;
    color: #4a4a4d;
    line-height: 1.65;
}

.cta-band {
    background: var(--bni-red);
    color: var(--white);
    padding: 48px 0;
}

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

.cta-inner h2 {
    max-width: 680px;
    font-size: 34px;
}

.cta-band a {
    background: var(--white);
    color: var(--bni-red);
}

.cta-band a:hover,
.contact-form button:hover {
    background: var(--bni-black);
    color: var(--white);
}

.contact-form {
    display: grid;
    gap: 20px;
    background: var(--bni-light);
    padding: 32px;
}

.meeting-details {
    margin-top: 32px;
    border-left: 6px solid var(--bni-red);
    background: var(--bni-light);
    padding: 24px;
}

.meeting-details h3 {
    margin-bottom: 16px;
    font-size: 24px;
}

.meeting-time,
.meeting-format {
    margin-bottom: 8px;
    color: var(--bni-red);
    font-size: 18px;
    font-weight: 900;
}

.meeting-format {
    margin-bottom: 18px;
    color: var(--ink);
}

.meeting-details address {
    color: #4a4a4d;
    font-style: normal;
    line-height: 1.65;
}

.meeting-details address strong {
    display: block;
    margin-bottom: 4px;
    color: var(--ink);
}

.meeting-details address span {
    display: inline-block;
    margin-top: 8px;
    color: var(--bni-red);
    font-weight: 900;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-form label {
    display: grid;
    gap: 8px;
    color: var(--ink);
    font-size: 14px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--bni-sterling);
    background: var(--white);
    padding: 14px 16px;
    color: var(--ink);
    font-size: 16px;
    outline: none;
}

.contact-form textarea {
    min-height: 144px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus,
a:focus-visible,
button:focus-visible {
    border-color: var(--bni-red);
    outline: 3px solid rgb(207 32 48 / 28%);
    outline-offset: 2px;
}

::selection {
    background: var(--bni-red);
    color: var(--white);
}

@media (max-width: 860px) {
    .nav {
        display: none;
    }

    .hero-angle {
        display: none;
    }

    .hero-grid,
    .split,
    .contact-grid,
    .cta-inner {
        grid-template-columns: 1fr;
    }

    .hero-grid {
        min-height: auto;
    }

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

    .cta-inner {
        display: grid;
    }
}

@media (max-width: 620px) {
    .container {
        width: min(100% - 28px, 1120px);
    }

    .header-inner {
        align-items: flex-start;
    }

    .brand-subtitle {
        max-width: 210px;
        font-size: 18px;
    }

    .outline-button {
        padding: 9px 12px;
        font-size: 12px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 68px 0;
    }

    .networking-photo,
    .networking-photo img {
        min-height: 340px;
    }

    .contact-form {
        padding: 20px;
    }
}
