/*
Theme Name: Northbridge Capital
Theme URI: https://northbridgecapital.io
Author: Northbridge Capital
Description: Boutique Corporate Advisory & Media IP Brokerage
Version: 2.0
*/

/* ============================================================
   DESIGN TOKENS
============================================================ */
:root {
    --navy:       #0B1F3A;
    --navy-light: #112848;
    --navy-mid:   #1A3556;
    --gold:       #C9A96E;
    --gold-light: #E8D5A3;
    --gold-dark:  #A8844D;
    --offwhite:   #F8F6F2;
    --bg-alt:     #F2EFE9;
    --white:      #FFFFFF;
    --text-dark:  #1A1A1A;
    --text-body:  #444444;
    --text-muted: #777777;
    --border:     #DDD8D0;
    --border-light: #ECEAE5;
    --success:    #2D6A4F;
    --font-serif: 'Playfair Display', Georgia, serif;
    --font-sans:  'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    --shadow-sm:  0 2px 8px rgba(11,31,58,0.07);
    --shadow-md:  0 4px 20px rgba(11,31,58,0.10);
    --shadow-lg:  0 8px 40px rgba(11,31,58,0.13);
    --radius:     3px;
    --transition: 0.25s ease;
}

/* ============================================================
   RESET & BASE
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-sans);
    font-size: 15px;
    line-height: 1.75;
    color: var(--text-body);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--gold); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold-dark); }

ul, ol { padding-left: 1.4em; }

/* ============================================================
   LAYOUT
============================================================ */
.nb-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 32px;
}

.nb-section {
    padding: 80px 0;
}

.nb-section--alt {
    background: var(--offwhite);
}

.nb-section--dark {
    background: var(--navy);
    color: var(--white);
}

.nb-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.nb-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

/* Legacy .container fallback */
.container { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.section { padding: 80px 0; }

/* ============================================================
   TYPOGRAPHY
============================================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-serif);
    color: var(--navy);
    line-height: 1.25;
    font-weight: 600;
}

h1 { font-size: clamp(2rem, 4vw, 3rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); }
h4 { font-size: 1.15rem; }

.nb-section--dark h1,
.nb-section--dark h2,
.nb-section--dark h3 { color: var(--white); }

.nb-eyebrow {
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
    display: block;
}

.nb-lead {
    font-size: 1.05rem;
    color: var(--text-body);
    line-height: 1.8;
    max-width: 680px;
}

p { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }

/* ============================================================
   HEADER
============================================================ */
.nb-header {
    background: var(--navy);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(201,169,110,0.2);
}

.nb-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    min-height: 64px;
    max-width: 1400px;
    margin: 0 auto;
    gap: 12px;
}

.nb-logo {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    flex-shrink: 0;
}

.nb-logo__name {
    font-family: var(--font-serif);
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 0.01em;
    line-height: 1.1;
    white-space: nowrap;
}

.nb-logo__tagline {
    display: none;
}

.nb-nav {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nb-nav li {
    flex-shrink: 0;
    white-space: nowrap;
}

.nb-nav a {
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    padding: 7px 8px;
    border-radius: var(--radius);
    transition: color var(--transition), background var(--transition);
    text-decoration: none;
    white-space: nowrap;
}

.nb-nav a:hover {
    color: var(--gold);
    background: rgba(201,169,110,0.08);
}

.nb-nav a.current-menu-item {
    color: var(--gold);
}

.nb-nav__cta {
    background: var(--gold) !important;
    color: var(--navy) !important;
    font-weight: 700 !important;
    padding: 8px 18px !important;
    border-radius: var(--radius) !important;
}

.nb-nav__cta:hover {
    background: var(--gold-dark) !important;
    color: var(--white) !important;
}

/* WordPress nav wrapping */
.nb-header nav > div > ul {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nb-header nav > div > ul > li {
    flex-shrink: 0;
    white-space: nowrap;
}

.nb-header nav > div > ul > li > a {
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    padding: 7px 8px;
    border-radius: var(--radius);
    transition: color var(--transition), background var(--transition);
    text-decoration: none;
    display: block;
    white-space: nowrap;
}

.nb-header nav > div > ul > li > a:hover {
    color: var(--gold);
    background: rgba(201,169,110,0.08);
}

.nb-header-user {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: rgba(255,255,255,0.6);
    white-space: nowrap;
    flex-shrink: 0;
}

.nb-header-user a {
    color: rgba(255,255,255,0.75);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.nb-header-user a:hover { color: var(--gold); }

/* ============================================================
   HERO
============================================================ */
.nb-hero {
    background: var(--navy);
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}

.nb-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201,169,110,0.06) 0%, transparent 60%);
    pointer-events: none;
}

.nb-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 780px;
}

.nb-hero h1 {
    color: var(--white);
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1.15;
}

.nb-hero__accent {
    color: var(--gold);
    font-style: italic;
}

.nb-hero p {
    color: rgba(255,255,255,0.72);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 36px;
    max-width: 580px;
}

.nb-hero__divider {
    width: 50px;
    height: 2px;
    background: var(--gold);
    margin-bottom: 28px;
}

.nb-hero__actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* ============================================================
   BUTTONS
============================================================ */
.nb-btn {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 14px 30px;
    border-radius: var(--radius);
    cursor: pointer;
    border: 2px solid transparent;
    transition: all var(--transition);
    text-decoration: none;
    line-height: 1;
}

.nb-btn--primary {
    background: var(--gold);
    color: var(--navy);
    border-color: var(--gold);
}

.nb-btn--primary:hover {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
    color: var(--white);
}

.nb-btn--outline {
    background: transparent;
    color: var(--white);
    border-color: rgba(255,255,255,0.4);
}

.nb-btn--outline:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(201,169,110,0.05);
}

.nb-btn--outline-dark {
    background: transparent;
    color: var(--navy);
    border-color: var(--navy);
}

.nb-btn--outline-dark:hover {
    background: var(--navy);
    color: var(--white);
}

.nb-btn--sm {
    font-size: 11px;
    padding: 10px 20px;
}

.nb-btn--lg {
    font-size: 13px;
    padding: 16px 38px;
}

/* ============================================================
   SECTION HEADERS
============================================================ */
.nb-section-header {
    margin-bottom: 52px;
}

.nb-section-header__rule {
    width: 40px;
    height: 2px;
    background: var(--gold);
    margin: 18px 0;
}

.nb-section-header--center {
    text-align: center;
}

.nb-section-header--center .nb-section-header__rule {
    margin: 18px auto;
}

/* ============================================================
   CARDS
============================================================ */
.nb-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    padding: 36px;
    transition: box-shadow var(--transition), border-color var(--transition);
}

.nb-card:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--border);
}

.nb-card__icon {
    width: 44px;
    height: 2px;
    background: var(--gold);
    margin-bottom: 20px;
}

.nb-card h3 {
    font-size: 1.15rem;
    margin-bottom: 12px;
}

.nb-card p {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.7;
}

/* ============================================================
   OPPORTUNITY CARDS
============================================================ */
.nb-opp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 28px;
}

.nb-opp-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    overflow: hidden;
    transition: box-shadow var(--transition), transform var(--transition);
    display: flex;
    flex-direction: column;
}

.nb-opp-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
}

.nb-opp-card__header {
    background: var(--navy);
    padding: 24px 28px;
    position: relative;
}

.nb-opp-card__header-badges {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.nb-opp-card__title {
    color: var(--white);
    font-family: var(--font-serif);
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.nb-opp-card__body {
    padding: 24px 28px;
    flex: 1;
}

.nb-opp-card__meta {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.nb-opp-card__meta li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-light);
    font-size: 13px;
}

.nb-opp-card__meta li:last-child { border-bottom: none; }

.nb-opp-card__meta-label {
    font-weight: 600;
    color: var(--text-dark);
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.08em;
}

.nb-opp-card__meta-value {
    color: var(--text-body);
    font-weight: 500;
    text-align: right;
}

.nb-opp-card__footer {
    padding: 16px 28px;
    background: var(--offwhite);
    border-top: 1px solid var(--border-light);
}

/* ============================================================
   BADGES
============================================================ */
.nb-badge {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 2px;
    line-height: 1.4;
}

.badge-available    { background: rgba(45,106,79,0.15);  color: #2D6A4F; border: 1px solid rgba(45,106,79,0.25); }
.badge-negotiation  { background: rgba(201,169,110,0.15); color: #8A6520; border: 1px solid rgba(201,169,110,0.3); }
.badge-closed       { background: rgba(80,80,80,0.12);   color: #555;    border: 1px solid rgba(80,80,80,0.2); }
.badge-exclusive    { background: rgba(11,31,58,0.08);   color: var(--navy); border: 1px solid rgba(11,31,58,0.15); }
.badge-nonexclusive { background: transparent;           color: var(--text-muted); border: 1px solid var(--border); }

/* ============================================================
   SINGLE OPPORTUNITY
============================================================ */
.nb-opp-single__header {
    background: var(--navy);
    padding: 72px 0 56px;
}

.nb-opp-single__title {
    color: var(--white);
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    margin-bottom: 20px;
}

.nb-opp-single__badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.nb-opp-single__body {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    padding: 60px 0;
    align-items: start;
}

.nb-opp-single__content h2 {
    font-size: 1.3rem;
    margin: 36px 0 14px;
}

.nb-opp-single__content h2:first-child { margin-top: 0; }

.nb-opp-sidebar {
    position: sticky;
    top: 90px;
}

.nb-fact-sheet {
    background: var(--offwhite);
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    overflow: hidden;
}

.nb-fact-sheet__heading {
    background: var(--navy);
    color: var(--white);
    padding: 16px 24px;
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.nb-fact-sheet__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 14px 24px;
    border-bottom: 1px solid var(--border-light);
    gap: 16px;
    font-size: 13px;
}

.nb-fact-sheet__row:last-child { border-bottom: none; }

.nb-fact-sheet__label {
    font-weight: 600;
    color: var(--text-dark);
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.nb-fact-sheet__value {
    color: var(--text-body);
    text-align: right;
    word-break: break-word;
}

.nb-fact-sheet__cta {
    padding: 20px 24px;
    border-top: 1px solid var(--border);
    background: var(--white);
}

/* ============================================================
   CLIENT PORTAL
============================================================ */
.nb-portal-header {
    background: var(--navy);
    padding: 56px 0 44px;
    border-bottom: 1px solid rgba(201,169,110,0.2);
}

.nb-portal-header h1 {
    color: var(--white);
    font-size: 2rem;
    margin-bottom: 6px;
}

.nb-portal-header p {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    letter-spacing: 0.05em;
    margin: 0;
}

.nb-portal-nav {
    background: var(--navy-light);
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.nb-portal-nav__inner {
    display: flex;
    gap: 0;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 32px;
    overflow-x: auto;
}

.nb-portal-nav a {
    display: block;
    padding: 16px 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    transition: all var(--transition);
    text-decoration: none;
}

.nb-portal-nav a:hover,
.nb-portal-nav a.active {
    color: var(--gold);
    border-bottom-color: var(--gold);
}

.nb-portal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
    margin-bottom: 48px;
}

.nb-portal-tile {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    padding: 32px;
    text-align: center;
    transition: all var(--transition);
    text-decoration: none;
    display: block;
}

.nb-portal-tile:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.nb-portal-tile__icon {
    font-size: 2rem;
    margin-bottom: 14px;
    color: var(--gold);
}

.nb-portal-tile__title {
    font-family: var(--font-serif);
    font-size: 1.05rem;
    color: var(--navy);
    margin-bottom: 8px;
}

.nb-portal-tile__desc {
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.6;
}

/* ============================================================
   FORMS
============================================================ */
.nb-form {
    max-width: 720px;
}

.nb-form__group {
    margin-bottom: 24px;
}

.nb-form__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.nb-form label {
    display: block;
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 8px;
}

.nb-form input[type="text"],
.nb-form input[type="email"],
.nb-form input[type="number"],
.nb-form select,
.nb-form textarea {
    width: 100%;
    padding: 12px 16px;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-dark);
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: border-color var(--transition), box-shadow var(--transition);
    appearance: none;
    -webkit-appearance: none;
}

.nb-form input:focus,
.nb-form select:focus,
.nb-form textarea:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(201,169,110,0.12);
}

.nb-form textarea {
    resize: vertical;
    min-height: 120px;
}

.nb-form select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23777' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
}

.nb-form__note {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 6px;
    line-height: 1.5;
}

.nb-form__divider {
    border: none;
    border-top: 1px solid var(--border-light);
    margin: 32px 0;
}

.nb-form__success {
    background: rgba(45,106,79,0.08);
    border: 1px solid rgba(45,106,79,0.25);
    border-radius: var(--radius);
    padding: 20px 24px;
    color: var(--success);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 28px;
}

/* ============================================================
   PAGE HERO (inner pages)
============================================================ */
.nb-page-hero {
    background: var(--navy);
    padding: 64px 0 52px;
}

.nb-page-hero h1 {
    color: var(--white);
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    margin-bottom: 12px;
}

.nb-page-hero p {
    color: rgba(255,255,255,0.65);
    font-size: 15px;
    max-width: 560px;
    margin: 0;
}

.nb-page-hero__rule {
    width: 40px;
    height: 2px;
    background: var(--gold);
    margin: 16px 0;
}

/* ============================================================
   STATS / HIGHLIGHTS STRIP
============================================================ */
.nb-stats {
    background: var(--navy-light);
    padding: 48px 0;
    border-bottom: 1px solid rgba(201,169,110,0.15);
}

.nb-stats__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    text-align: center;
}

.nb-stat__number {
    font-family: var(--font-serif);
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 8px;
}

.nb-stat__label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
}

/* ============================================================
   SERVICES LIST
============================================================ */
.nb-service-item {
    display: flex;
    gap: 28px;
    padding: 32px 0;
    border-bottom: 1px solid var(--border-light);
}

.nb-service-item:last-child { border-bottom: none; }

.nb-service-item__num {
    font-family: var(--font-serif);
    font-size: 2.5rem;
    color: var(--gold-light);
    font-weight: 400;
    line-height: 1;
    min-width: 52px;
    padding-top: 4px;
}

.nb-service-item__title {
    font-size: 1.1rem;
    color: var(--navy);
    margin-bottom: 8px;
}

.nb-service-item__desc {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.7;
}

/* ============================================================
   INVESTMENT AREAS GRID
============================================================ */
.nb-investment-card {
    background: var(--navy);
    border: 1px solid var(--navy-mid);
    border-radius: var(--radius);
    padding: 32px;
    transition: border-color var(--transition), box-shadow var(--transition);
}

.nb-investment-card:hover {
    border-color: var(--gold);
    box-shadow: 0 4px 24px rgba(201,169,110,0.12);
}

.nb-investment-card__title {
    color: var(--white);
    font-size: 1.05rem;
    margin-bottom: 12px;
}

.nb-investment-card__desc {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    line-height: 1.7;
}

.nb-investment-card__line {
    width: 30px;
    height: 2px;
    background: var(--gold);
    margin-bottom: 16px;
}

/* ============================================================
   TRANSACTIONS (Closed / Reference)
============================================================ */
.nb-transactions-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.nb-transactions-table thead tr {
    background: var(--navy);
    color: rgba(255,255,255,0.9);
}

.nb-transactions-table thead th {
    padding: 14px 20px;
    text-align: left;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.nb-transactions-table tbody tr {
    border-bottom: 1px solid var(--border-light);
    transition: background var(--transition);
}

.nb-transactions-table tbody tr:hover { background: var(--offwhite); }

.nb-transactions-table td {
    padding: 16px 20px;
    color: var(--text-body);
}

/* ============================================================
   CONTACT
============================================================ */
.nb-contact-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
    align-items: start;
}

.nb-contact-info__item {
    margin-bottom: 28px;
}

.nb-contact-info__label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 6px;
}

.nb-contact-info__value {
    font-size: 15px;
    color: var(--text-body);
}

/* ============================================================
   NDA PAGE
============================================================ */
.nb-nda-box {
    background: var(--offwhite);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 40px;
    max-width: 620px;
    text-align: center;
}

.nb-nda-box__icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: var(--gold);
}

.nb-nda-box h2 {
    margin-bottom: 14px;
    font-size: 1.5rem;
}

.nb-nda-box p {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 28px;
}

/* ============================================================
   NOTICE BOXES
============================================================ */
.nb-notice {
    padding: 16px 20px;
    border-radius: var(--radius);
    font-size: 13px;
    margin-bottom: 24px;
    border-left: 4px solid;
}

.nb-notice--info {
    background: rgba(11,31,58,0.05);
    border-color: var(--navy);
    color: var(--navy);
}

.nb-notice--warning {
    background: rgba(201,169,110,0.10);
    border-color: var(--gold);
    color: var(--gold-dark);
}

.nb-notice--success {
    background: rgba(45,106,79,0.08);
    border-color: var(--success);
    color: var(--success);
}

/* ============================================================
   ACCESS RESTRICTED
============================================================ */
.nb-restricted {
    text-align: center;
    padding: 80px 20px;
}

.nb-restricted__icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: var(--border);
}

.nb-restricted h2 {
    margin-bottom: 14px;
}

.nb-restricted p {
    color: var(--text-muted);
    max-width: 420px;
    margin: 0 auto 28px;
    line-height: 1.7;
}

/* ============================================================
   BREADCRUMB
============================================================ */
.nb-breadcrumb {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.45);
    margin-bottom: 16px;
}

.nb-breadcrumb a {
    color: rgba(255,255,255,0.45);
    text-decoration: none;
}

.nb-breadcrumb a:hover { color: var(--gold); }
.nb-breadcrumb span { color: rgba(255,255,255,0.55); }

/* ============================================================
   CONFIDENTIALITY BANNER
============================================================ */
.nb-confidential-banner {
    background: rgba(201,169,110,0.08);
    border-top: 1px solid rgba(201,169,110,0.2);
    border-bottom: 1px solid rgba(201,169,110,0.2);
    padding: 14px 0;
    text-align: center;
}

.nb-confidential-banner p {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin: 0;
}

/* ============================================================
   FOOTER
============================================================ */
.nb-footer {
    background: #07152A;
    color: rgba(255,255,255,0.55);
    padding: 0;
}

.nb-footer__main {
    padding: 64px 0 48px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 48px;
}

.nb-footer__brand-name {
    font-family: var(--font-serif);
    font-size: 1.2rem;
    color: var(--white);
    margin-bottom: 6px;
}

.nb-footer__brand-tag {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 18px;
}

.nb-footer__brand-desc {
    font-size: 13px;
    line-height: 1.75;
    color: rgba(255,255,255,0.45);
    max-width: 280px;
}

.nb-footer__col-title {
    font-family: var(--font-sans);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin-bottom: 18px;
}

.nb-footer nav ul,
.nb-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nb-footer nav ul li,
.nb-footer__links li {
    margin-bottom: 10px;
}

.nb-footer nav ul li a,
.nb-footer__links a {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    transition: color var(--transition);
}

.nb-footer nav ul li a:hover,
.nb-footer__links a:hover {
    color: var(--gold);
}

.nb-footer__bottom {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.nb-footer__copy {
    font-size: 12px;
    color: rgba(255,255,255,0.3);
}

.nb-footer__legal {
    font-size: 11px;
    color: rgba(255,255,255,0.3);
    max-width: 600px;
    text-align: right;
    line-height: 1.6;
}

.nb-footer__disclaimer {
    padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,0.04);
}

.nb-footer__disclaimer p {
    font-size: 11px;
    color: rgba(255,255,255,0.25);
    line-height: 1.7;
    max-width: 900px;
}

/* Legacy footer class */
.footer {
    background: #07152A;
    color: rgba(255,255,255,0.55);
    padding: 40px 0;
    font-size: 14px;
}

/* ============================================================
   LOGIN PAGE
============================================================ */
.nb-login-wrap {
    min-height: 100vh;
    background: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    position: relative;
}

.nb-login-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201,169,110,0.05) 0%, transparent 50%);
    pointer-events: none;
}

.nb-login-panel {
    background: var(--white);
    border-radius: var(--radius);
    padding: 52px 48px;
    width: 100%;
    max-width: 420px;
    position: relative;
    z-index: 1;
    box-shadow: var(--shadow-lg);
}

.nb-login-panel__logo {
    text-align: center;
    margin-bottom: 36px;
}

.nb-login-panel__logo-name {
    font-family: var(--font-serif);
    font-size: 1.4rem;
    color: var(--navy);
    display: block;
    margin-bottom: 4px;
}

.nb-login-panel__logo-tag {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
}

.nb-login-panel h2 {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 8px;
}

.nb-login-panel__sub {
    text-align: center;
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 32px;
}

/* WordPress login page custom styles */
body.login {
    background: var(--navy) !important;
}

/* ============================================================
   404
============================================================ */
.nb-404 {
    text-align: center;
    padding: 100px 20px;
}

.nb-404__code {
    font-family: var(--font-serif);
    font-size: clamp(6rem, 15vw, 10rem);
    color: var(--border-light);
    line-height: 1;
    margin-bottom: 16px;
}

.nb-404 h2 { margin-bottom: 14px; }
.nb-404 p { color: var(--text-muted); max-width: 400px; margin: 0 auto 28px; }

/* ============================================================
   UTILITIES
============================================================ */
.text-center   { text-align: center; }
.text-right    { text-align: right; }
.text-gold     { color: var(--gold); }
.text-navy     { color: var(--navy); }
.text-muted    { color: var(--text-muted); }
.bg-alt        { background: var(--offwhite); }
.bg-navy       { background: var(--navy); }
.mt-0          { margin-top: 0; }
.mb-0          { margin-bottom: 0; }
.mb-8          { margin-bottom: 8px; }
.mb-16         { margin-bottom: 16px; }
.mb-24         { margin-bottom: 24px; }
.mb-32         { margin-bottom: 32px; }
.mb-48         { margin-bottom: 48px; }
.pt-0          { padding-top: 0; }
.pb-0          { padding-bottom: 0; }
.fw-600        { font-weight: 600; }
.sr-only {
    position: absolute;
    width: 1px; height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1100px) {
    .nb-header__inner { padding: 0 20px; }
    .nb-logo__name    { font-size: 0.95rem; }
    .nb-nav a,
    .nb-header nav > div > ul > li > a { padding: 8px 8px; font-size: 11px; letter-spacing: 0.04em; }
}

@media (min-width: 1101px) {
    .nb-header__inner { min-height: 66px; }
    .nb-logo__name { font-size: 1.08rem; }
    .nb-nav a,
    .nb-header nav > div > ul > li > a,
    .nb-header-user,
    .nb-header-user a { font-size: 12px; }
    .nb-nav a,
    .nb-header nav > div > ul > li > a { padding: 8px 9px; }
}

@media (max-width: 1024px) {
    .nb-footer__main   { grid-template-columns: 1fr 1fr; }
    .nb-stats__inner   { grid-template-columns: repeat(2,1fr); }
    .nb-opp-single__body { grid-template-columns: 1fr; }
    .nb-opp-sidebar    { position: static; }
    .nb-contact-grid   { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .nb-section  { padding: 56px 0; }
    .nb-container,
    .container   { padding: 0 20px; }
    .nb-header__inner { padding: 0 20px; }
    .nb-hero     { padding: 72px 0 60px; }
    .nb-hero__actions { flex-direction: column; align-items: flex-start; }
    .nb-grid-2,
    .nb-grid-3   { grid-template-columns: 1fr; }
    .nb-form__row { grid-template-columns: 1fr; }
    .nb-footer__main { grid-template-columns: 1fr; gap: 32px; }
    .nb-footer__bottom { flex-direction: column; align-items: flex-start; }
    .nb-footer__legal  { text-align: left; }
    .nb-stats__inner   { grid-template-columns: repeat(2,1fr); }
    .nb-portal-grid    { grid-template-columns: 1fr; }
    .nb-login-panel    { padding: 36px 28px; }
    .nb-header nav > div > ul { display: none; }
}