.elementor-kit-1216{--e-global-color-primary:#3C8DA2;--e-global-color-secondary:#EB7C10;--e-global-color-text:#FFFFFF;--e-global-color-accent:#BECE29;--e-global-color-63c6d67:#00FCBA;--e-global-color-fefeb19:#0065B3;--e-global-color-7341b04:#FB9900;--e-global-color-d060b03:#998E81;--e-global-color-93683f8:#F5F4F4;--e-global-color-802d31d:#F2FFFF;--e-global-color-0b762a0:#F9F9F1;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:700;--e-global-typography-text-font-style:normal;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1em;--e-global-typography-793844f-font-size:56px;--e-global-typography-793844f-font-weight:600;--e-global-typography-793844f-text-transform:none;--e-global-typography-793844f-line-height:1em;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );font-style:var( --e-global-typography-text-font-style );line-height:var( --e-global-typography-text-line-height );background-position:center center;background-repeat:repeat-y;background-size:100% auto;}.elementor-kit-1216 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1216 a{color:var( --e-global-color-secondary );}.elementor-kit-1216 a:hover{color:var( --e-global-color-accent );}.elementor-kit-1216 h1{color:var( --e-global-color-text );font-size:56px;font-weight:700;line-height:56px;}.elementor-kit-1216 h2{color:var( --e-global-color-text );font-size:64px;font-weight:200;}.elementor-kit-1216 h3{color:var( --e-global-color-secondary );}.elementor-kit-1216 button,.elementor-kit-1216 input[type="button"],.elementor-kit-1216 input[type="submit"],.elementor-kit-1216 .elementor-button{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(min-width:1281px){.elementor-kit-1216{background-attachment:scroll;}}@media(max-width:1280px){.elementor-kit-1216{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-kit-1216{--e-global-typography-793844f-font-size:36px;--e-global-typography-793844f-line-height:1em;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );background-position:center center;background-repeat:repeat-y;background-size:initial;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90vw;}.e-con{--container-max-width:90vw;}}@media(max-width:767px){.elementor-kit-1216{--e-global-typography-793844f-font-size:24px;--e-global-typography-793844f-line-height:1em;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );background-position:center left;background-repeat:repeat-y;background-size:initial;}.elementor-kit-1216 p{margin-block-end:0px;}.elementor-kit-1216 h1{font-size:32px;}.elementor-kit-1216 h2{font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90vw;}.e-con{--container-max-width:90vw;}}/* Start custom CSS *//* ═══════════════════════════════════════════════
   Biond Biologics — Shared Stylesheet (Dark Theme)
   ═══════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:    #071020;
  --navy-2:  #0f2347;
  --navy-3:  #0a0a12;
  --lime:    #BECE29;
  --lime-dk: #7aa300;
  --orange:  #EB7C10;
  --teal:    #3C8DA2;
}

body { font-family: 'Roboto', sans-serif; color: #e2e8f0; background: var(--navy); }
a    { text-decoration: none; color: inherit; }
img  { display: block; max-width: 100%; }

/* ── NAV ──────────────────────────────────────── */
.site-nav {
  position: relative; z-index: 100;
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 14px max(60px, calc((100% - 1180px) / 2));
  background: #fff;
  border-bottom: 1px solid #eee;
}

.hamburger {
  display: flex; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 6px; background: none; border: none;
}
.hamburger span {
  display: block; width: 37px; height: 4px;
  background: var(--teal); border-radius: 2px;
  transition: transform .3s, opacity .3s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MEGA MENU — sidebar drawer ───────────────── */
.mega-menu {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: 300px; z-index: 200;
  background: #3d8ea4;
  padding: 56px 28px 40px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform .32s ease;
  pointer-events: none;
}
.mega-menu.open { transform: translateX(0); pointer-events: all; }

/* Overlay backdrop */
.mega-menu::before {
  content: '';
  position: fixed; inset: 0; right: 300px;
  background: rgba(0,0,0,0.35);
  opacity: 0; transition: opacity .32s;
  pointer-events: none;
}
.mega-menu.open::before { opacity: 1; pointer-events: all; }

.menu-close {
  position: absolute; top: 14px; right: 18px;
  background: none; border: none; cursor: pointer;
  font-size: 1.6rem; color: rgba(255,255,255,0.85); line-height: 1;
  transition: color .2s;
}
.menu-close:hover { color: #fff; }

/* "Home" top link */
.menu-home-link {
  display: block; font-size: 1.05rem; font-weight: 700;
  color: #fff; margin-bottom: 22px;
  transition: opacity .2s;
}
.menu-home-link:hover { opacity: .75; }

/* Sections */
.menu-section { margin-bottom: 4px; }

.menu-section-title {
  font-size: 1.05rem; font-weight: 700; color: #fff;
  padding: 9px 0; margin: 0 0 4px;
  text-transform: none; letter-spacing: 0;
  border: none;
}

/* Active section — lime-green highlight bar */
.menu-section.active .menu-section-title {
  background: var(--lime);
  color: #1a2332;
  padding: 9px 14px;
  margin-left: -28px; margin-right: -28px; padding-left: 28px;
  border-radius: 0;
}

.menu-section ul { list-style: none; margin: 0 0 14px; }
.menu-section ul li {
  display: flex; align-items: center; gap: 9px;
  margin-bottom: 9px;
}
.menu-section ul li::before { content: '•'; color: rgba(255,255,255,.7); font-size: .85rem; flex-shrink: 0; }
.menu-section ul li a { font-size: .95rem; color: #fff; transition: opacity .2s; }
.menu-section ul li a:hover { opacity: .72; }

/* ── HERO (inner pages) ───────────────────────── */
.page-hero {
  position: relative; min-height: 290px;
  display: flex; align-items: flex-end;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
/* Old elements replaced by background-image strip */
.page-hero-bg  { display: none; }
.page-hero-img { display: none; }

.page-hero-content {
  position: relative; z-index: 2;
  padding: 42px 60px 46px;
}
/* HTML text is kept in the DOM (accessibility/SEO) but visually transparent —
   the per-page hero strip image provides the pixel-perfect label + title rendering. */
.page-hero-label {
  font-size: .75rem; font-weight: 600; letter-spacing: 3px;
  text-transform: uppercase; margin-bottom: 8px;
  color: transparent;
}
.page-hero-title {
  font-size: 2.8rem; font-weight: 800; line-height: 1.1;
  color: transparent;
}

/* ── CONTENT SECTIONS ─────────────────────────── */
/* Default: dark navy (about/leadership/board/advisory/trials/news/contact) */
.content-section {
  background: var(--navy-2);
  padding: 70px max(60px, calc((100% - 1180px) / 2));
}
/* Near-black: pipeline/BND/autoimmune */
.content-section.void { background: var(--navy-3); }
.content-section.wide { padding: 70px max(60px, calc((100% - 1180px) / 2)); }

.section-title {
  font-size: 2.1rem; font-weight: 300; color: #fff;
  margin-bottom: 30px; padding-bottom: 14px;
  border-bottom: 1.5px solid var(--lime);
  letter-spacing: -.3px;
}
.section-subtitle {
  font-size: 1.05rem; font-weight: 700; color: #fff;
  margin-bottom: 12px; line-height: 1.4;
}
.body-text {
  font-size: .97rem; color: rgba(255,255,255,.78);
  line-height: 1.75; margin-bottom: 18px;
}
.body-text a { color: var(--orange); }
.body-text a:hover { text-decoration: underline; }
.body-text strong { color: #fff; }

/* ── PIPELINE TABLE ──────────────────────────── */
.pipeline-table {
  width: 100%; border-collapse: collapse;
  margin: 30px 0; font-size: .9rem;
}
.pipeline-table th {
  padding: 12px 20px; text-align: center;
  background: rgba(255,255,255,.08); color: rgba(255,255,255,.7);
  font-weight: 600; font-size: .8rem; letter-spacing: 1px;
  text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.12);
}
.pipeline-table th:first-child { text-align: left; }
.pipeline-table td {
  padding: 14px 20px; border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.85);
}
.pipeline-table td:first-child { font-weight: 600; color: #fff; }
.pipeline-table .category-row td {
  background: rgba(255,255,255,.05); font-weight: 700; font-size: .8rem;
  letter-spacing: 1px; text-transform: uppercase;
  color: rgba(255,255,255,.55); padding: 8px 20px;
}
.bar-cell { text-align: center; }
.prog-bar { display: inline-block; height: 10px; border-radius: 5px; background: var(--lime); }
.prog-bar.phase1 { width: 30%; }
.prog-bar.phase2 { width: 65%; background: var(--orange); }
.prog-bar.preclin { width: 15%; background: var(--teal); }

/* ── PRODUCT LINK ─────────────────────────────── */
.product-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--lime); font-weight: 600; font-size: .95rem;
  margin-top: 18px; transition: gap .2s;
}
.product-link:hover { gap: 14px; color: var(--lime-dk); }
.product-link::after { content: '→'; }

/* ── PERSON CARDS ─────────────────────────────── */
.person-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px; margin-top: 30px;
}
.person-card {
  background: rgba(255,255,255,.07); border-radius: 14px;
  border: 1px solid rgba(255,255,255,.1); overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,.35);
  transition: transform .2s, box-shadow .2s;
}
.person-card:hover { transform: translateY(-4px); box-shadow: 0 10px 34px rgba(0,0,0,.5); }
.person-photo {
  width: 100%; aspect-ratio: 1; object-fit: cover;
  background: #0a1530;
}
.person-info { padding: 18px 20px 22px; }
.person-name  { font-size: .97rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
.person-title { font-size: .82rem; color: var(--orange); font-weight: 600; margin-bottom: 10px; line-height: 1.3; }
.person-quote { font-size: .8rem; color: rgba(255,255,255,.62); line-height: 1.6; font-style: italic; }
.person-arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--lime); margin-top: 12px; cursor: pointer;
  transition: background .2s; color: #fff; font-size: .85rem;
}
.person-arrow:hover { background: var(--lime-dk); }

/* ── BIO LIST ─────────────────────────────────── */
.bio-list { display: flex; flex-direction: column; gap: 40px; }
.bio-item  { display: flex; gap: 30px; align-items: flex-start; }
.bio-item .bio-photo {
  flex-shrink: 0; width: 120px; height: 120px;
  border-radius: 12px; object-fit: cover;
  background: #0d1c3a;
}
.bio-text .bio-name { font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: 3px; }
.bio-text .bio-role { font-size: .85rem; color: var(--orange); font-weight: 600; margin-bottom: 12px; }
.bio-text .bio-body { font-size: .9rem; color: rgba(255,255,255,.75); line-height: 1.7; }
.bio-text .bio-link { color: var(--orange); font-size: .85rem; }

/* ── NEWS LIST ────────────────────────────────── */
.news-list { display: flex; flex-direction: column; }
.news-list-item {
  display: flex; align-items: center; gap: 24px;
  padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.1);
}
.news-icon {
  flex-shrink: 0; width: 50px; height: 50px;
  border-radius: 50%; background: rgba(140,184,0,.15);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.news-icon img { width: 50px; height: 50px; object-fit: cover; }
.news-meta     { font-size: .8rem; color: rgba(255,255,255,.5); margin-bottom: 4px; }
.news-headline { font-size: .97rem; font-weight: 600; color: #fff; line-height: 1.4; }
.news-list-item .arrow-btn {
  margin-left: auto; flex-shrink: 0;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--lime); display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: .9rem; transition: background .2s;
}
.news-list-item .arrow-btn:hover { background: var(--lime-dk); }

/* ── CONTACT ──────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 30px; align-items: start; }
.contact-info .info-block { margin-bottom: 22px; }
.contact-info .info-label {
  font-size: .75rem; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 6px;
}
.contact-info .info-val { font-size: .97rem; color: #fff; font-weight: 500; }
.contact-info .info-val a { color: var(--orange); }
.contact-photo { border-radius: 14px; overflow: hidden; }
.contact-photo img { width: 100%; height: 320px; object-fit: cover; }

/* ── FOOTER ───────────────────────────────────── */
.site-footer {
  background: #060e1a;
  padding: 40px max(60px, calc((100% - 1180px) / 2));
  display: flex; align-items: center; gap: 50px;
}
.site-footer .logo img { height: 60px; width: auto; }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links .link-row { display: flex; align-items: center; gap: 14px; }
.footer-links a { color: rgba(255,255,255,.8); font-size: .9rem; transition: color .2s; }
.footer-links a:hover { color: #fff; }
.footer-links .sep  { color: rgba(255,255,255,.25); }
.footer-links .copy { font-size: .82rem; color: rgba(255,255,255,.35); }

/* ── MECHANISM IMAGE ──────────────────────────── */
.mechanism-wrap {
  margin: 40px 0; border-radius: 16px; overflow: hidden;
  background: rgba(255,255,255,.96);
  display: flex; align-items: center; justify-content: center;
  padding: 30px;
}
.mechanism-wrap img { max-width: 100%; height: auto; max-height: 500px; object-fit: contain; }

/* ── CLINICAL TRIAL BOX ───────────────────────── */
.trial-box {
  background: rgba(255,255,255,.07); border-radius: 14px;
  border: 1px solid rgba(255,255,255,.1);
  padding: 28px 32px; margin: 24px 0;
}
.trial-box h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 10px; }
.trial-box p  { font-size: .92rem; color: rgba(255,255,255,.75); line-height: 1.7; margin-bottom: 8px; }
.trial-box a  { color: var(--orange); font-weight: 600; }

/* ── BTN ──────────────────────────────────────── */
.btn-lime {
  display: inline-block; background: var(--lime); color: #fff;
  font-size: .95rem; font-weight: 600; padding: 12px 30px;
  border-radius: 50px; transition: background .2s; margin-top: 10px;
}
.btn-lime:hover { background: var(--lime-dk); }

/* ── ABOUT PAGE ───────────────────────────────── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.about-photo { border-radius: 16px; overflow: hidden; }
.about-photo img { width: 100%; height: 360px; object-fit: cover; }

/* ── LEADERSHIP DETAIL ────────────────────────── */
.leader-detail-list { display: flex; flex-direction: column; }
.leader-detail-item {
  display: grid; grid-template-columns: 240px 1fr;
  gap: 50px; padding: 60px 0;
  border-bottom: 1px solid rgba(255,255,255,.1); align-items: start;
}
.leader-detail-item:first-child { padding-top: 0; }
.leader-detail-photo { border-radius: 14px; overflow: hidden; background: #0a1530; }
.leader-detail-photo img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.leader-detail-name    { font-size: 1.3rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
.leader-detail-title   { font-size: .9rem; color: var(--orange); font-weight: 600; margin-bottom: 8px; line-height: 1.3; }
.leader-detail-tagline { font-size: .95rem; color: var(--teal); font-style: italic; margin-bottom: 18px; font-weight: 500; }
.leader-detail-bio     { font-size: .92rem; color: rgba(255,255,255,.75); line-height: 1.75; }

/* ── HOME HERO VIDEO ──────────────────────────── */
.home-hero-video {
  width: 100%; line-height: 0; background: #000;
}
.home-hero-video video {
  width: 100%; display: block;
  max-height: 90vh; object-fit: cover;
}
/* Keep old class hidden in case any page still references it */
.home-hero { display: none; }
.home-hero-content { display: none; }

/* ── FEATURES (home) ──────────────────────────── */
.features {
  background: #ffffff;
  padding: 50px max(60px, calc((100% - 1180px) / 2));
  display: flex; gap: 32px; justify-content: center;
}
.feature-card {
  flex: 1; max-width: 520px;
  background: #fff; border: 1px solid #e2e4df;
  border-radius: 20px; padding: 28px 30px 34px;
  box-shadow: 0 2px 14px rgba(0,0,0,.05);
}
.feature-icon { margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid #e8e8e4; }
.feature-icon img { height: 44px; width: auto; }
.feature-card h2 { font-size: 1.05rem; font-weight: 700; color: #1a2332; margin-bottom: 10px; line-height: 1.35; }
.feature-card p  { font-size: .9rem; color: #555f6e; line-height: 1.7; }

/* ── PIPELINE SECTION (home) ──────────────────── */
.pipeline-home {
  background: #f4f4f4;
  padding: 60px max(60px, calc((100% - 1180px) / 2)) 70px;
  display: flex; gap: 60px; align-items: flex-start;
}
.pipeline-illus { flex-shrink: 0; width: 150px; height: 140px; overflow: hidden; flex-shrink: 0; }
.pipeline-illus img { width: 100%; height: auto; display: block; }
.pipeline-body h2 { font-size: 2rem; font-weight: 300; color: var(--teal); margin-bottom: 6px; letter-spacing: -.5px; }
.pipeline-divider { width: 100%; height: 1.5px; background: linear-gradient(to right, #b8c96a 60%, transparent); margin-bottom: 22px; }
.pipeline-body .lead { font-size: 1rem; font-weight: 700; color: #1a2332; line-height: 1.5; margin-bottom: 14px; }
.pipeline-body .sub  { font-size: .92rem; color: #4a5568; line-height: 1.65; margin-bottom: 12px; }
.pipeline-body ul { list-style: none; margin: 0 0 18px; }
.pipeline-body ul li { font-size: .92rem; color: #4a5568; margin-bottom: 8px; }
.pipeline-body ul li::before { content: '• '; color: #4a5568; }
.pipeline-body ul li a { color: var(--orange); font-weight: 600; }

/* ── PRODUCTS (home) ──────────────────────────── */
.products-home { background: radial-gradient(ellipse 60% 90% at 88% 50%, #1a4cd8 0%, #0d1f80 28%, #0f1332 55%, #10122a 100%); padding: 70px max(60px, calc((100% - 1180px) / 2)); }
.products-home h2 {
  font-size: 2rem; font-weight: 300; color: #fff; margin-bottom: 36px; letter-spacing: -.3px;
  display: flex; align-items: center; gap: 16px;
}
.products-home h2::after {
  content: ''; flex: 1; height: 1.5px;
  background: linear-gradient(to right, rgba(184,201,106,.7), transparent);
}
.products-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.product-card  { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; overflow: hidden; }
.product-diagram { width: 100%; background: rgba(255,255,255,.96); display: flex; align-items: center; justify-content: center; padding: 20px; min-height: 200px; }
.product-diagram img { max-height: 180px; object-fit: contain; }
.product-body { padding: 24px 22px 28px; }
.product-body h3 { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 12px; }
.product-body p  { font-size: .88rem; color: rgba(255,255,255,.72); line-height: 1.7; }

/* ── NEWS (home) ──────────────────────────────── */
.news-home { background: #ffffff; padding: 70px max(60px, calc((100% - 1180px) / 2)); }
.news-home h2 {
  font-size: 2rem; font-weight: 300; color: #1a2332; margin-bottom: 36px; letter-spacing: -.3px;
  display: flex; align-items: center; gap: 16px;
}
.news-home h2::after {
  content: ''; flex: 1; height: 1.5px;
  background: linear-gradient(to right, var(--lime), transparent);
}
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 38px; }
.news-item { border-top: 2px solid #e2e8f0; padding-top: 24px; }
.news-item h3 { font-size: 1rem; font-weight: 700; color: var(--teal); margin-bottom: 12px; line-height: 1.4; }
.news-item p  { font-size: .88rem; color: #4a5568; line-height: 1.7; margin-bottom: 16px; }
.news-arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; background: var(--lime); border-radius: 50%;
  color: #fff; font-size: .9rem; transition: background .2s;
}
.news-arrow:hover { background: var(--lime-dk); }/* End custom CSS */