/* NorBot Press & Media  
*/
.nb-press,
.nb-press *,
.nb-press *::before,
.nb-press *::after {
  box-sizing: border-box;
}

body.nb-press-page .elementor-page-title,
body.nb-press-page .page-header,
body.nb-press-page h1.entry-title,
body.nb-press-page .elementor-widget-theme-post-title {
  display: none !important;
}

body.nb-press-page .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

body.nb-press-page,
.nb-press {
  --nb-night: #0a1628;
  --nb-frost: #e8f0f7;
  --nb-teal: #3ecfb2;
  --nb-blue: #1b5fa8;
  --nb-ink: #0d0d0d;
  --nb-muted: rgba(0, 0, 0, 0.64);
  --nb-tab-idle: #0a162866;
  --nb-card: #f2f5f9;
  --nb-blogs-badge: #6b7f99;
  --nb-page: #f7f7f7;
  --nb-max: 1320px;
  --nb-pad: 60px;
  --nb-display: "Neue Haas Grotesk Display Pro", "Inter", system-ui, sans-serif;
  --nb-body: "Geist", "Inter", system-ui, sans-serif;
  --nb-ui: "Syne", system-ui, sans-serif;
  margin: 0;
  background: #fff;
  color: var(--nb-night);
  font-family: var(--nb-body);
  -webkit-font-smoothing: antialiased;
}

.nb-press img {
  max-width: 100%;
  height: auto;
  display: block;
}

.nb-press a {
  color: inherit;
  text-decoration: none;
}

.nb-blogs,
.nb-press__inner {
  width: 100%;
  box-sizing: border-box;
}

.nb-press__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 60px;
}

/* ---------- Header (preview only; live site uses theme header) ---------- */
.nb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px var(--nb-pad);
  background: #fff;
}

.nb-header__logo img {
  width: 164px;
  height: 41px;
  object-fit: contain;
  object-position: left center;
}

.nb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 18px 28px;
  border: 0;
  border-radius: 32px;
  background: var(--nb-teal);
  color: #0a1628 !important;
  font-family: var(--nb-ui);
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
  cursor: pointer;
  backdrop-filter: blur(5px);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.nb-btn:hover,
.nb-btn:focus,
.nb-btn:visited {
  color: #0a1628 !important;
}

.nb-btn:hover {
  filter: brightness(0.96);
}

.nb-btn--header {
  min-height: 40px;
  padding: 12px 24px;
  font-weight: 500;
}

/* ---------- Eyebrow pill ---------- */
.nb-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  padding: 2px 7px 3px 8px;
  border-radius: 20px;
  background: var(--nb-night);
  color: var(--nb-frost);
  font-family: var(--nb-display);
  font-size: 12px;
  font-weight: 100;
  line-height: 15.6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nb-pill--lg {
  height: 44px;
  width: 102px;
  padding: 2px 7px 3px 8px;
}

.nb-pill--light {
  background: var(--nb-card);
  color: var(--nb-night);
  height: auto;
  padding: 2px 8px 3px;
  font-weight: 400;
}

/* ---------- Hero ---------- */
.nb-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.nb-hero__media {
  position: absolute;
  inset: 0;
}

.nb-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% 28%;
}

.nb-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 53.819%);
  pointer-events: none;
}

.nb-hero__copy {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: min(643px, calc(100% - var(--nb-pad) * 2));
  left: var(--nb-pad);
  top: 50%;
  transform: translateY(-50%);
}

.nb-hero__title {
  margin: 0;
  font-family: var(--nb-display);
  font-size: 48px;
  font-weight: 400;
  line-height: 1em;
  color: var(--nb-night);
}

.nb-hero__lede {
  margin: 0;
  font-family: var(--nb-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  color: var(--nb-night);
}

/* ---------- Shared section heading ---------- */
.nb-section-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 932px;
  margin-bottom: 40px;
}

.nb-section-head__title {
  margin: 0 0 10px;
  font-family: var(--nb-display);
  font-size: 48px;
  font-weight: 400;
  line-height: 1em;
  color: var(--nb-night);
}

.nb-section-head__lede {
  margin: 0;
  font-family: var(--nb-body);
  font-size: 18px;
  font-weight: 300;
  line-height: 25.2px;
  color: var(--nb-muted);
}

.nb-blogs,
.nb-inkit {
  padding-top: 60px;
}

/* ---------- Tabs ---------- */
.nb-tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: 100%;
  max-width: none;
  height: 63px;
  margin: 0 0 20px;
  padding: 14px 24px;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
}

.nb-press a.nb-tabs__btn,
.nb-press button.nb-tabs__btn,
body.nb-press-page a.nb-tabs__btn,
body.nb-press-page button.nb-tabs__btn,
body.nb-press-page .nb-tabs button.nb-tabs__btn,
.nb-tabs__btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: none;
  padding: 0;
  min-width: 141px;
  height: 33px;
  font-family: var(--nb-ui);
  font-size: 16px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  color: #0a162866;
  cursor: pointer;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.nb-press a.nb-tabs__btn.is-active,
.nb-press button.nb-tabs__btn.is-active,
body.nb-press-page a.nb-tabs__btn.is-active,
body.nb-press-page button.nb-tabs__btn.is-active,
.nb-tabs__btn.is-active {
  color: #0a1628;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ---------- Cards ---------- */
.nb-feed {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px 28px;
}

.nb-card {
  position: relative;
  overflow: hidden;
  background: var(--nb-card);
  border-radius: 16px;
  color: inherit;
}

.nb-card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 619px;
  height: 551px;
  min-height: 551px;
  padding: 20px 20px 20px 30px;
  gap: 20px;
  align-items: stretch;
}

.nb-card--featured .nb-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 511px;
  min-height: 511px;
  padding: 10px 0 0;
}

.nb-card--featured .nb-card__title {
  margin-top: auto;
  margin-bottom: 20px;
  max-width: 570px;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
  color: #0d0d0d;
}

.nb-card--featured .nb-read {
  margin-top: 0;
  padding-top: 0;
}

.nb-card--grid {
  display: flex;
  flex-direction: column;
  min-height: 551px;
  padding: 26px 20px 20px;
}

.nb-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.nb-card__media {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}

.nb-card--featured .nb-card__media {
  width: 619px;
  max-width: 619px;
  height: 511px;
  min-height: 511px;
  max-height: 511px;
  aspect-ratio: auto;
  overflow: hidden;
}

.nb-card--featured .nb-card__media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover !important;
  object-position: center;
}

.nb-card--grid .nb-card__media {
  height: auto;
  max-height: 249px;
  aspect-ratio: 16 / 9;
  margin-bottom: 22px;
}

.nb-press .nb-card__media img,
.nb-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center center !important;
}

.nb-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.nb-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  font-family: var(--nb-body);
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  white-space: nowrap;
}

.nb-tag--press {
  background: var(--nb-teal);
  color: var(--nb-night);
  min-width: 68px;
}

.nb-tag--blogs {
  background: var(--nb-blogs-badge);
  color: #fff;
  min-width: 71px;
}

.nb-tag--insight {
  background: #fff;
  color: var(--nb-night);
}

.nb-card__title {
  margin: 15px 0 0;
  font-family: var(--nb-display);
  font-size: 40px;
  font-weight: 300;
  line-height: 1em;
  color: var(--nb-ink);
}

.nb-card--grid .nb-card__title {
  margin: 15px 0 0;
  max-width: 619px;
  flex: 1;
}

.nb-feed.is-filtered .nb-card--featured,
html.nb-feed-filtered .nb-card--featured,
.nb-blogs:has(.nb-tabs__btn.is-active:not([data-filter="all"])) .nb-card--featured,
body.nb-press-page .nb-feed.is-filtered .nb-card--featured,
body.nb-press-page .nb-blogs:has(.nb-tabs__btn.is-active:not([data-filter="all"])) .nb-card--featured {
  grid-column: auto !important;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 551px !important;
  padding: 26px 20px 20px !important;
  gap: 0 !important;
  grid-template-columns: none !important;
}

.nb-feed.is-filtered .nb-card--featured .nb-card__media,
html.nb-feed-filtered .nb-card--featured .nb-card__media,
.nb-blogs:has(.nb-tabs__btn.is-active:not([data-filter="all"])) .nb-card--featured .nb-card__media,
body.nb-press-page .nb-feed.is-filtered .nb-card--featured .nb-card__media,
body.nb-press-page .nb-blogs:has(.nb-tabs__btn.is-active:not([data-filter="all"])) .nb-card--featured .nb-card__media {
  order: 1 !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: 249px !important;
  aspect-ratio: 16 / 9 !important;
  margin-bottom: 22px !important;
}

.nb-feed.is-filtered .nb-card--featured .nb-card__body,
html.nb-feed-filtered .nb-card--featured .nb-card__body,
.nb-blogs:has(.nb-tabs__btn.is-active:not([data-filter="all"])) .nb-card--featured .nb-card__body,
body.nb-press-page .nb-feed.is-filtered .nb-card--featured .nb-card__body,
body.nb-press-page .nb-blogs:has(.nb-tabs__btn.is-active:not([data-filter="all"])) .nb-card--featured .nb-card__body {
  order: 2 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  flex: 1;
}

.nb-feed.is-filtered .nb-card--featured .nb-card__title,
html.nb-feed-filtered .nb-card--featured .nb-card__title,
.nb-blogs:has(.nb-tabs__btn.is-active:not([data-filter="all"])) .nb-card--featured .nb-card__title,
body.nb-press-page .nb-feed.is-filtered .nb-card--featured .nb-card__title,
body.nb-press-page .nb-blogs:has(.nb-tabs__btn.is-active:not([data-filter="all"])) .nb-card--featured .nb-card__title {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
  max-width: 619px;
  font-size: 40px !important;
  font-weight: 300 !important;
  line-height: 1em !important;
  flex: 1;
}

.nb-feed.is-filtered .nb-card--featured .nb-read,
html.nb-feed-filtered .nb-card--featured .nb-read,
.nb-blogs:has(.nb-tabs__btn.is-active:not([data-filter="all"])) .nb-card--featured .nb-read,
body.nb-press-page .nb-feed.is-filtered .nb-card--featured .nb-read,
body.nb-press-page .nb-blogs:has(.nb-tabs__btn.is-active:not([data-filter="all"])) .nb-card--featured .nb-read {
  margin-top: auto !important;
  padding-top: 16px !important;
}

.nb-read {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  padding-top: 16px;
  font-family: var(--nb-ui);
  font-size: 18px;
  font-weight: 500;
  line-height: 19.2px;
  color: var(--nb-night);
}

.nb-read img {
  width: 16px;
  height: 16px;
}

.nb-card.is-hidden {
  display: none !important;
}

/* ---------- Pagination ---------- */
.nb-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 20px;
}

.nb-pager a,
.nb-pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 40px;
  min-height: 40px;
  padding: 11.5px 15px 12.5px;
  border-radius: 20px;
  font-family: var(--nb-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
}

.nb-pager .current,
.nb-pager a.is-active {
  background: var(--nb-page);
}

.nb-pager img {
  width: 14px;
  height: 14px;
}

/* ---------- Media kit ---------- */
.nb-kit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 38px;
  width: 100%;
  max-width: none;
}

.nb-kit {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  overflow: hidden;
  border-radius: 16px;
  isolation: isolate;
  background-color: #e8f0f7;
}

html body.nb-press-page .nb-kit,
html body.nb-press-page a.nb-kit {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
}

html body.nb-press-page .nb-kit img.nb-kit__bg,
html body.nb-press-page .nb-kit--assets img.nb-kit__bg,
.nb-kit img.nb-kit__bg {
  position: relative !important;
  inset: auto !important;
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.nb-kit__copy {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 40px;
}

body.nb-press-page .ast-article-single figure,
body.nb-press-page .ast-article-single img:not(figure img),
body.nb-press-page .ast-article-single img,
body.nb-press-page .nb-hero img,
body.nb-press-page .nb-card img,
body.nb-press-page .nb-about img,
body.nb-press-page .nb-inquire img,
body.nb-press-page .nb-kit img {
  box-shadow: none !important;
}

.nb-kit__title {
  margin: 0;
  font-family: var(--nb-display);
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
  color: var(--nb-night);
}

.nb-download {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--nb-ui);
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  color: var(--nb-night);
}

.nb-download img {
  width: 24px !important;
  height: 24px !important;
  max-width: none !important;
  box-shadow: none !important;
}

/* ---------- About CTA ---------- */
.nb-about {
  position: relative;
  min-height: 686px;
  margin-top: 60px;
  overflow: hidden;
}

.nb-about__media {
  position: absolute;
  inset: 0;
}

.nb-about__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.nb-about__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: min(643px, calc(100% - var(--nb-pad) * 2));
  margin-left: var(--nb-pad);
  padding: 170px 0;
}

.nb-about__title {
  margin: 0;
  font-family: var(--nb-display);
  font-size: 48px;
  font-weight: 300;
  line-height: 1em;
  color: var(--nb-night);
}

.nb-about__lede {
  margin: 0;
  font-family: var(--nb-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  color: var(--nb-night);
}

/* ---------- Media inquiries ---------- */
.nb-inquire {
  position: relative;
  min-height: 635px;
  overflow: hidden;
  color: var(--nb-frost);
}

.nb-inquire__media {
  position: absolute;
  inset: 0;
}

.nb-inquire__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.nb-inquire__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
  width: min(621px, calc(100% - var(--nb-pad) * 2));
  margin-left: var(--nb-pad);
  padding: 170px 0;
}

.nb-inquire__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.nb-inquire__title {
  margin: 0;
  font-family: var(--nb-display);
  font-size: 48px;
  font-weight: 300;
  line-height: 1em;
  color: var(--nb-frost);
}

.nb-inquire__lede {
  margin: 0;
  font-family: var(--nb-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  color: var(--nb-frost);
}

.nb-inquire__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.nb-inquire__mail {
  display: inline-flex;
  align-items: flex-start;
  gap: 7px;
  margin: 0;
  font-family: var(--nb-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}

.nb-inquire__mail img {
  width: 24px;
  height: 24px;
}

/* ---------- Footer (preview only) ---------- */
.nb-footer {
  background: var(--nb-frost);
  padding: 45px 40px 40px;
}

.nb-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nb-footer__logo {
  width: 195px;
  height: 49px;
  object-fit: contain;
}

.nb-footer__rule {
  height: 1px;
  margin: 18px 0;
  background: var(--nb-blue);
  border: 0;
}

.nb-footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.nb-footer__copy {
  margin: 0;
  font-family: var(--nb-body);
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: -0.25px;
  color: var(--nb-night);
}

.nb-footer__links {
  display: flex;
  justify-content: center;
  gap: 11px;
}

.nb-footer__links a {
  min-width: 156px;
  text-align: center;
  font-family: var(--nb-body);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.627px;
  text-transform: uppercase;
  color: var(--nb-night);
}

.nb-footer__social {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.nb-footer__social a {
  display: flex;
  width: 20px;
  height: 20px;
}

.nb-footer__social img {
  width: 20px;
  height: 20px;
}

/* ---------- Empty / loading ---------- */
.nb-empty {
  margin: 40px 0;
  font-family: var(--nb-body);
  font-size: 18px;
  color: var(--nb-muted);
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .nb-press {
    --nb-pad: 24px;
  }

  .nb-press__inner {
    padding-inline: 24px;
  }

  .nb-hero,
  .nb-about,
  .nb-inquire {
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-height: none;
    height: auto;
  }

  .nb-hero__media,
  .nb-about__media,
  .nb-inquire__media {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 180px;
    max-height: 280px;
    aspect-ratio: 16 / 9;
  }

  .nb-hero__media img,
  .nb-about__media img,
  .nb-inquire__media img {
    width: 100%;
    height: 100%;
    max-height: 280px;
    object-fit: cover;
  }

  .nb-hero__shade {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #fff 100%);
  }

  .nb-hero__copy,
  .nb-about__copy,
  .nb-inquire__copy {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0;
    padding: 32px var(--nb-pad) 48px;
    width: 100%;
  }

  .nb-hero__copy {
    order: 1;
    padding: 32px var(--nb-pad) 24px;
  }

  .nb-hero__media {
    order: 2;
  }

  .nb-hero__shade {
    display: none;
  }

  .nb-hero__title {
    font-size: 48px !important;
    font-weight: 400 !important;
    line-height: 1em !important;
  }

  .nb-section-head__title,
  .nb-about__title,
  .nb-inquire__title,
  .nb-card__title,
  .nb-kit__title {
    font-size: 32px !important;
    line-height: 1em !important;
  }

  .nb-card--featured {
    grid-template-columns: 1fr !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 20px !important;
  }

  .nb-card--featured .nb-card__body {
    height: auto !important;
    min-height: 0 !important;
    order: 2 !important;
    padding: 0 !important;
  }

  .nb-card--featured .nb-card__media {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    max-height: 280px !important;
    min-height: 180px !important;
    aspect-ratio: 16 / 9 !important;
    order: 1 !important;
  }

  .nb-card--featured .nb-card__media img {
    width: 100% !important;
    height: 100% !important;
  }

  .nb-card--featured .nb-card__title {
    margin-top: 16px !important;
    margin-bottom: 12px !important;
    font-size: 32px !important;
    line-height: 1.1 !important;
  }

  .nb-card--featured .nb-read {
    margin-top: auto;
    padding-top: 16px;
  }

  .nb-feed {
    grid-template-columns: 1fr;
  }

  .nb-card--featured {
    grid-column: auto;
  }

  .nb-kit-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .nb-card--grid {
    min-height: 0;
    height: auto;
  }

  .nb-kit {
    width: 100%; 
  }

  .nb-inquire {
    background: #041018;
  }

  .nb-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 28px !important;
    height: 63px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .nb-tabs::-webkit-scrollbar {
    display: none;
  }

  .nb-tabs__btn {
    flex: 0 0 auto !important;
    min-width: max-content !important;
    white-space: nowrap !important;
  }

  .nb-footer__bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .nb-footer__social {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .nb-header {
    padding: 12px 16px;
  }

  .nb-press {
    --nb-pad: 20px;
  }

  .nb-press__inner {
    padding-inline: 20px;
  }

  .nb-hero__title {
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
  }

  .nb-section-head__title,
  .nb-about__title,
  .nb-inquire__title {
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
  }

  .nb-card__title,
  .nb-kit__title {
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
  }

  .nb-hero__lede,
  .nb-about__lede,
  .nb-inquire__lede {
    font-size: 18px;
    font-weight: 400;
    line-height: 29.7px;
  }

  .nb-section-head__lede {
    font-size: 16px;
    font-weight: 300;
    line-height: 26.4px;
  }

  .nb-pill {
    font-weight: 100;
  }

  .nb-btn {
    width: auto;
  }
}

/* ---------- Astra chrome reset (press collection + singles) ---------- */
body.nb-press-page .ast-container,
body.nb-press-page .site-content,
body.nb-press-page #content,
body.nb-press-page #primary,
body.nb-press-page .ast-separate-container .site-main {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
  float: none !important;
}

body.nb-press-page .nb-blogs {
  width: 100% !important;
  max-width: none !important;
}

body.nb-press-page .nb-press__inner,
body.nb-press-page .nb-inkit .nb-press__inner,
body.nb-press-page .nb-blogs .nb-press__inner {
  width: 100% !important;
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

@media (max-width: 1100px) {
  html body.nb-press-page .nb-press__inner,
  html body.nb-press-page .nb-inkit .nb-press__inner,
  html body.nb-press-page .nb-blogs .nb-press__inner {
    padding-inline: 24px !important;
  }
}

@media (max-width: 767px) {
  html body.nb-press-page .nb-press__inner,
  html body.nb-press-page .nb-inkit .nb-press__inner,
  html body.nb-press-page .nb-blogs .nb-press__inner {
    padding-inline: 20px !important;
  }
}

body.nb-press-page .entry-header,
body.nb-press-page .ast-single-post .entry-header,
body.nb-press-page .ast-breadcrumbs-wrapper {
  display: none !important;
}

body.nb-press-page .site-main,
body.nb-press-page #primary.nb-press-primary,
body.nb-press-page .ast-plain-container .site-content,
body.nb-press-page .ast-page-builder-template .site-content {
  padding: 0;
  margin: 0;
  max-width: none;
}

body.nb-press-page .comments-area,
body.nb-press-page .ast-single-related-posts-container,
body.nb-press-page .post-navigation {
  display: none !important;
}

body.nb-press-page a.nb-btn,
body.nb-press-page a.nb-btn:hover,
body.nb-press-page a.nb-btn:focus,
body.nb-press-page a.nb-btn:visited,
body.elementor-kit-8 a.nb-btn,
body.elementor-kit-8 a.nb-btn:hover,
body.elementor-kit-8 a.nb-btn:visited,
.nb-press a.nb-btn {
  color: #0a1628 !important;
}

body.nb-press-page .nb-section-head__title,
body.nb-press-page .nb-about__title,
body.nb-press-page .nb-inquire__title,
body.nb-press-page .nb-article__title,
body.nb-press-page .nb-network__title,
body.elementor-kit-8 .nb-section-head__title,
body.elementor-kit-8 .nb-about__title,
body.elementor-kit-8 .nb-inquire__title,
body.elementor-kit-8 .nb-article__title,
body.elementor-kit-8 .nb-network__title {
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 1em !important;
}

@media (min-width: 768px) {
  html body.nb-press-page h3.nb-card__title,
  html body.nb-press-page .nb-card__title,
  html body.elementor-kit-8 h3.nb-card__title,
  html body.elementor-kit-8.nb-press-page h3.nb-card__title,
  html body.elementor-kit-8 .nb-card__title {
    font-size: 40px !important;
    font-weight: 300 !important;
    line-height: 1em !important;
  }

  html body.nb-press-page .nb-card--featured .nb-card__title,
  html body.nb-press-page a.nb-card--featured h3.nb-card__title,
  html body.elementor-kit-8 .nb-card--featured .nb-card__title {
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 56px !important;
  }
}

body.nb-press-page .nb-related__heading,
body.nb-press-page h2.nb-related__heading,
body.elementor-kit-8 .nb-related__heading,
body.elementor-kit-8 h2.nb-related__heading {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  color: #aaa !important;
}

body.nb-press-page .nb-related-card__title,
body.nb-press-page h3.nb-related-card__title,
body.elementor-kit-8 .nb-related-card__title,
body.elementor-kit-8 h3.nb-related-card__title {
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

body.nb-press-page .nb-kit__title,
body.elementor-kit-8 .nb-kit__title {
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

@media (max-width: 1100px) {
  body.nb-press-page .nb-section-head__title,
  body.nb-press-page .nb-about__title,
  body.nb-press-page .nb-inquire__title,
  body.nb-press-page .nb-card__title,
  body.nb-press-page .nb-article__title,
  body.nb-press-page .nb-network__title,
  body.nb-press-page .nb-kit__title,
  body.elementor-kit-8 .nb-section-head__title,
  body.elementor-kit-8 .nb-about__title,
  body.elementor-kit-8 .nb-inquire__title,
  body.elementor-kit-8 .nb-card__title,
  body.elementor-kit-8 .nb-article__title,
  body.elementor-kit-8 .nb-network__title,
  body.elementor-kit-8 .nb-kit__title {
    font-size: 32px !important;
    line-height: 1em !important;
  }

  body.nb-press-page .nb-card--featured .nb-card__title,
  body.elementor-kit-8 .nb-card--featured .nb-card__title {
    font-size: 32px !important;
    line-height: 1.1 !important;
  }

  body.nb-press-page .nb-tabs,
  body.elementor-kit-8 .nb-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    height: 63px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  body.nb-press-page .nb-tabs__btn,
  body.elementor-kit-8 .nb-tabs__btn {
    flex: 0 0 auto !important;
    min-width: max-content !important;
    white-space: nowrap !important;
  }

  .nb-kit__copy {
    top: 0;
    left: 0;
    padding: 24px;
  }
}

@media (max-width: 767px) {
  body.nb-press-page .nb-section-head__title,
  body.nb-press-page .nb-about__title,
  body.nb-press-page .nb-inquire__title,
  body.nb-press-page .nb-article__title,
  body.nb-press-page .nb-network__title,
  body.elementor-kit-8 .nb-section-head__title,
  body.elementor-kit-8 .nb-about__title,
  body.elementor-kit-8 .nb-inquire__title,
  body.elementor-kit-8 .nb-article__title,
  body.elementor-kit-8 .nb-network__title {
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
  }

  html body.nb-press-page h3.nb-card__title,
  html body.nb-press-page .nb-card__title,
  html body.nb-press-page .nb-card--featured .nb-card__title,
  html body.nb-press-page a.nb-card--featured h3.nb-card__title,
  html body.nb-press-page .nb-kit__title,
  html body.elementor-kit-8 h3.nb-card__title,
  html body.elementor-kit-8 .nb-card__title,
  html body.elementor-kit-8 .nb-card--featured .nb-card__title,
  html body.elementor-kit-8 a.nb-card--featured h3.nb-card__title,
  html body.elementor-kit-8 .nb-kit__title {
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
  }

  body.nb-press-page h1.nb-hero__title,
  body.elementor-kit-8 h1.nb-hero__title {
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
  }
}

body.nb-press-page h1.nb-network__title,
body.nb-press-page h2.nb-network__title,
body.nb-press-page .nb-network__title,
body.nb-press-page h2.nb-inquire__title,
body.nb-press-page .nb-inquire__title,
body.elementor-kit-8 h2.nb-inquire__title,
body.elementor-kit-8 h2.nb-network__title {
  color: #e8f0f7 !important;
}

body.nb-press-page .nb-inquire__lede,
body.nb-press-page .nb-network__lede {
  color: #e8f0f7 !important;
}

/* ---------- Single article (Figma 623:1965) ---------- */
body.single-post .nb-press-primary,
body.single-post .nb-article-page,
body.nb-press-page.single .nb-press-primary,
body.nb-press-page.single .nb-article-page {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.nb-article {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin: 67px auto 80px;
  padding: 0;
}

body.single-post .nb-article,
body.nb-press-page .nb-article,
body.nb-press-page article.nb-article.ast-article-single {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 67px auto 80px !important;
  padding: 0 !important;
  float: none !important;
}

.nb-article__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: center;
  margin: 0 auto 44px;
}

body.nb-press-page .nb-article__header,
body.nb-press-page .nb-article__title,
body.nb-press-page h1.nb-article__title,
body.nb-press-page .nb-article__lede,
body.elementor-kit-8 .nb-article__title,
body.elementor-kit-8 h1.nb-article__title,
body.elementor-kit-8 .nb-article__lede {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.nb-article__title {
  margin: 0 auto;
  max-width: 806px;
  font-family: var(--nb-display);
  font-size: 48px;
  font-weight: 400;
  line-height: 1em;
  color: var(--nb-ink);
  text-align: center;
}

.nb-article__lede {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  font-family: var(--nb-body);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: var(--nb-muted);
  text-align: center;
}

.nb-article__hero {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.nb-article__hero img,
body.nb-press-page .nb-article__hero img,
body.nb-press-page .ast-article-single .nb-article__hero img,
body.nb-press-page .nb-press .nb-article__hero img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 584px !important;
  max-height: 584px !important;
  margin: 0 auto !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 16px !important;
}

.nb-article__share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin: 12px auto 0;
  padding: 18px 0 22px;
  border-bottom: 1px solid #b5b5b5;
}

.nb-share {
  display: inline-flex;
  width: 20px;
  height: 20px;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.nb-share:hover {
  opacity: 1;
}

.nb-share img {
  width: 20px;
  height: 20px;
  max-width: none;
  object-fit: contain;
}

.nb-article__grid {
  display: grid;
  grid-template-columns: 291px minmax(0, 820px);
  justify-content: space-between;
  gap: 48px;
  align-items: start;
  width: 100%;
  max-width: 1200px;
  margin: 48px auto 0;
}

.nb-article__grid--full {
  grid-template-columns: 1fr;
}

.nb-article-nav {
  position: sticky;
  top: 120px;
}

.nb-article-nav__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nb-article-nav__list::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 6px;
  width: 1px;
  background: #e5e5e5;
}

.nb-article-nav__item {
  position: relative;
  margin: 0 0 28px;
}

.nb-article-nav__item:last-child {
  margin-bottom: 0;
}

.nb-article-nav__item a {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: inherit;
  text-decoration: none;
}

.nb-article-nav__dot {
  position: relative;
  z-index: 1;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border: 1px solid #b8b8b8;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}

.nb-article-nav__item.is-active .nb-article-nav__dot {
  background: var(--nb-teal);
  border-color: var(--nb-teal);
}

.nb-article-nav__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.nb-article-nav__kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--nb-body);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #b5b5b5;
}

.nb-article-nav__item.is-active .nb-article-nav__kicker {
  color: var(--nb-teal);
}

.nb-article-nav__title {
  font-family: var(--nb-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--nb-night);
}

.nb-article-body {
  min-width: 0;
  font-family: var(--nb-body);
  color: #333;
}

.nb-article-body p {
  margin: 0 0 1.1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}

.nb-article-body h2,
.nb-article-body h3,
body.nb-press-page .nb-article-body h2,
body.nb-press-page .nb-article-body h3,
body.elementor-kit-8 .nb-article-body h2,
body.elementor-kit-8 .nb-article-body h3 {
  margin: 1.6em 0 0.55em;
  font-family: var(--nb-display);
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #111;
  scroll-margin-top: 120px;
}

.nb-article-body h2:first-child,
.nb-article-body h3:first-child {
  margin-top: 0;
}

.nb-article-body img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 24px auto;
  border-radius: 16px;
  object-fit: cover;
}

.nb-article-body ul,
.nb-article-body ol {
  margin: 0 0 1.1em;
  padding-left: 1.2em;
  font-size: 16px;
  line-height: 1.7;
}

.nb-article-body a {
  color: var(--nb-blue);
  text-decoration: underline;
}

/* ---------- Related articles ---------- */
.nb-related {
  padding: 0 52px 80px;
}

.nb-related__inner {
  width: 100%;
  max-width: 1336px;
  margin: 0 auto;
}

body.nb-press-page .nb-related__grid,
.nb-related__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px;
}

.nb-related__heading {
  margin: 0 0 49px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
  font-family: var(--nb-body);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  color: #aaa;
}

.nb-related-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}

.nb-related-card__media {
  width: 100%;
  height: 328px;
  max-height: 328px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--nb-card);
}

body.nb-press-page .nb-related-card__media,
body.nb-press-page .ast-article-single .nb-related-card__media {
  height: 328px !important;
  max-height: 328px !important;
}

body.nb-press-page .nb-related-card__media img,
body.nb-press-page .ast-article-single .nb-related-card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.nb-related-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nb-related-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
}

.nb-related-card__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.nb-related-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.nb-related-card__kicker {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(62, 207, 178, 0.12);
  font-family: var(--nb-body);
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #0a1628;
}

.nb-related-card__read {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--nb-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #6a7282;
}

.nb-related-card__read img {
  width: 14px;
  height: 14px;
}

.nb-related-card__title {
  margin: 0;
  font-family: var(--nb-display);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #0a1628;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nb-related-card__excerpt {
  margin: 0;
  width: 100%;
  max-height: 46px;
  font-family: var(--nb-body);
  font-size: 14px;
  font-weight: 200;
  line-height: 23.1px;
  color: #0a1628;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nb-related-card .nb-read {
  margin-top: 0 !important;
  padding-top: 0 !important;
  font-family: var(--nb-ui);
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  color: #0a1628;
}

.nb-related-card .nb-read img {
  width: 14px;
  height: 14px;
}

/* ---------- Join the NorBot Network CTA ---------- */
.nb-network {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 509px;
  overflow: hidden;
  color: var(--nb-frost);
  text-align: center;
}

.nb-network__media {
  position: absolute;
  inset: 0;
}

.nb-network__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nb-network__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 16, 24, 0.45);
}

.nb-network__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 56px;
}

body.nb-press-page .nb-network__title,
.nb-press h2.nb-network__title,
.nb-network__title {
  margin: 0;
  font-family: var(--nb-display);
  font-size: 48px;
  font-weight: 300;
  line-height: 1em;
  color: #e8f0f7;
}

.nb-network__lede {
  margin: 0;
  font-family: var(--nb-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  color: var(--nb-frost);
}

.nb-network .nb-btn {
  min-width: 172px;
}

@media (max-width: 1100px) {
  .nb-article,
  body.single-post .nb-article,
  body.nb-press-page .nb-article,
  body.nb-press-page article.nb-article.ast-article-single {
    padding: 40px 24px 64px !important;
  }

  .nb-article__hero img,
  body.nb-press-page .nb-article__hero img,
  body.nb-press-page .ast-article-single .nb-article__hero img {
    height: auto !important;
    max-height: 360px !important;
  }

  .nb-article__title,
  .nb-network__title {
    font-size: 32px;
    line-height: 1em;
  }

  .nb-article__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .nb-article-nav {
    position: relative;
    top: auto;
    overflow-x: auto;
  }

  .nb-article-nav__list {
    display: flex;
    gap: 20px;
    padding-bottom: 8px;
  }

  .nb-article-nav__list::before {
    display: none;
  }

  .nb-article-nav__item {
    margin: 0;
    flex: 0 0 auto;
    max-width: 180px;
  }

  .nb-related {
    padding: 0 24px 64px;
  }

  body.nb-press-page .nb-related__grid,
  .nb-related__grid {
    grid-template-columns: 1fr !important;
  }

  .nb-network {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    background: #041018;
  }

  .nb-network__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
  }

  .nb-network__media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
  }

  .nb-network__copy {
    padding: 64px 24px;
  }
}

@media (max-width: 767px) {
  .nb-article__title,
  .nb-network__title {
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
  }

  .nb-article__lede,
  .nb-network__lede {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
  }

  .nb-related-card__media,
  body.nb-press-page .nb-related-card__media {
    height: 200px !important;
    max-height: 200px !important;
  }
}

/* Elementor kit headings (body.elementor-kit-8 h3) beat class-only rules. */
html body.nb-press-page h1.nb-article__title,
html body.elementor-kit-8 h1.nb-article__title,
html body.elementor-kit-8.nb-press-page h1.nb-article__title {
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  text-align: center !important;
}

html body.nb-press-page h2.nb-related__heading,
html body.elementor-kit-8 h2.nb-related__heading,
html body.elementor-kit-8.nb-press-page h2.nb-related__heading {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  color: #aaa !important;
}

html body.nb-press-page h3.nb-related-card__title,
html body.elementor-kit-8 h3.nb-related-card__title,
html body.elementor-kit-8.nb-press-page h3.nb-related-card__title,
html body.nb-press-page .nb-related-card__title {
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  color: #0a1628 !important;
}

html body.nb-press-page .nb-related-card__excerpt,
html body.elementor-kit-8.nb-press-page .nb-related-card__excerpt {
  font-size: 14px !important;
  font-weight: 200 !important;
  line-height: 23.1px !important;
}

html body.nb-press-page .nb-article-body h2,
html body.nb-press-page .nb-article-body h3,
html body.elementor-kit-8.nb-press-page .nb-article-body h2,
html body.elementor-kit-8.nb-press-page .nb-article-body h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

@media (min-width: 768px) {
  html body.nb-press-page h3.nb-card__title,
  html body.elementor-kit-8 h3.nb-card__title,
  html body.elementor-kit-8.nb-press-page h3.nb-card__title,
  html body.nb-press-page .nb-card__title {
    font-size: 40px !important;
    font-weight: 300 !important;
    line-height: 1em !important;
  }
}

}

.nb-press img {
  max-width: 100%;
  height: auto;
  display: block;
}

.nb-press a {
  color: inherit;
  text-decoration: none;
}

.nb-blogs,
.nb-press__inner {
  width: 100%;
  box-sizing: border-box;
}

.nb-press__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 60px;
}

/* ---------- Header (preview only; live site uses theme header) ---------- */
.nb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px var(--nb-pad);
  background: #fff;
}

.nb-header__logo img {
  width: 164px;
  height: 41px;
  object-fit: contain;
  object-position: left center;
}

.nb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 18px 28px;
  border: 0;
  border-radius: 32px;
  background: var(--nb-teal);
  color: #0a1628 !important;
  font-family: var(--nb-ui);
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
  cursor: pointer;
  backdrop-filter: blur(5px);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.nb-btn:hover,
.nb-btn:focus,
.nb-btn:visited {
  color: #0a1628 !important;
}

.nb-btn:hover {
  filter: brightness(0.96);
}

.nb-btn--header {
  min-height: 40px;
  padding: 12px 24px;
  font-weight: 500;
}

/* ---------- Eyebrow pill ---------- */
.nb-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  padding: 2px 7px 3px 8px;
  border-radius: 20px;
  background: var(--nb-night);
  color: var(--nb-frost);
  font-family: var(--nb-display);
  font-size: 12px;
  font-weight: 100;
  line-height: 15.6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nb-pill--lg {
  height: 44px;
  width: 102px;
  padding: 2px 7px 3px 8px;
}

.nb-pill--light {
  background: var(--nb-card);
  color: var(--nb-night);
  height: auto;
  padding: 2px 8px 3px;
  font-weight: 400;
}

/* ---------- Hero ---------- */
.nb-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.nb-hero__media {
  position: absolute;
  inset: 0;
}

.nb-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% 28%;
}

.nb-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 53.819%);
  pointer-events: none;
}

.nb-hero__copy {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: min(643px, calc(100% - var(--nb-pad) * 2));
  left: var(--nb-pad);
  top: 50%;
  transform: translateY(-50%);
}

.nb-hero__title {
  margin: 0;
  font-family: var(--nb-display);
  font-size: 48px;
  font-weight: 400;
  line-height: 1em;
  color: var(--nb-night);
}

.nb-hero__lede {
  margin: 0;
  font-family: var(--nb-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  color: var(--nb-night);
}

/* ---------- Shared section heading ---------- */
.nb-section-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 932px;
  margin-bottom: 40px;
}

.nb-section-head__title {
  margin: 0 0 10px;
  font-family: var(--nb-display);
  font-size: 48px;
  font-weight: 400;
  line-height: 1em;
  color: var(--nb-night);
}

.nb-section-head__lede {
  margin: 0;
  font-family: var(--nb-body);
  font-size: 18px;
  font-weight: 300;
  line-height: 25.2px;
  color: var(--nb-muted);
}

.nb-blogs,
.nb-inkit {
  padding-top: 60px;
}

/* ---------- Tabs ---------- */
.nb-tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: 100%;
  max-width: none;
  height: 63px;
  margin: 0 0 20px;
  padding: 14px 24px;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
}

.nb-press a.nb-tabs__btn,
.nb-press button.nb-tabs__btn,
body.nb-press-page a.nb-tabs__btn,
body.nb-press-page button.nb-tabs__btn,
body.nb-press-page .nb-tabs button.nb-tabs__btn,
.nb-tabs__btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: none;
  padding: 0;
  min-width: 141px;
  height: 33px;
  font-family: var(--nb-ui);
  font-size: 16px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  color: #0a162866;
  cursor: pointer;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.nb-press a.nb-tabs__btn.is-active,
.nb-press button.nb-tabs__btn.is-active,
body.nb-press-page a.nb-tabs__btn.is-active,
body.nb-press-page button.nb-tabs__btn.is-active,
.nb-tabs__btn.is-active {
  color: #0a1628;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ---------- Cards ---------- */
.nb-feed {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px 28px;
}

.nb-card {
  position: relative;
  overflow: hidden;
  background: var(--nb-card);
  border-radius: 16px;
  color: inherit;
}

.nb-card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 619px;
  height: 551px;
  min-height: 551px;
  padding: 20px 20px 20px 30px;
  gap: 20px;
  align-items: stretch;
}

.nb-card--featured .nb-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 511px;
  min-height: 511px;
  padding: 10px 0 0;
}

.nb-card--featured .nb-card__title {
  margin-top: auto;
  margin-bottom: 20px;
  max-width: 570px;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
  color: #0d0d0d;
}

.nb-card--featured .nb-read {
  margin-top: 0;
  padding-top: 0;
}

.nb-card--grid {
  display: flex;
  flex-direction: column;
  min-height: 551px;
  padding: 26px 20px 20px;
}

.nb-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.nb-card__media {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}

.nb-card--featured .nb-card__media {
  width: 619px;
  max-width: 619px;
  height: 511px;
  min-height: 511px;
  max-height: 511px;
  aspect-ratio: auto;
  overflow: hidden;
}

.nb-card--featured .nb-card__media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover !important;
  object-position: center;
}

.nb-card--grid .nb-card__media {
  height: auto;
  max-height: 249px;
  aspect-ratio: 16 / 9;
  margin-bottom: 22px;
}

.nb-press .nb-card__media img,
.nb-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center center !important;
}

.nb-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.nb-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  font-family: var(--nb-body);
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  white-space: nowrap;
}

.nb-tag--press {
  background: var(--nb-teal);
  color: var(--nb-night);
  min-width: 68px;
}

.nb-tag--blogs {
  background: var(--nb-blogs-badge);
  color: #fff;
  min-width: 71px;
}

.nb-tag--insight {
  background: #fff;
  color: var(--nb-night);
}

.nb-card__title {
  margin: 15px 0 0;
  font-family: var(--nb-display);
  font-size: 40px;
  font-weight: 300;
  line-height: 1em;
  color: var(--nb-ink);
}

.nb-card--grid .nb-card__title {
  margin: 15px 0 0;
  max-width: 619px;
  flex: 1;
}

.nb-feed.is-filtered .nb-card--featured,
html.nb-feed-filtered .nb-card--featured,
.nb-blogs:has(.nb-tabs__btn.is-active:not([data-filter="all"])) .nb-card--featured,
body.nb-press-page .nb-feed.is-filtered .nb-card--featured,
body.nb-press-page .nb-blogs:has(.nb-tabs__btn.is-active:not([data-filter="all"])) .nb-card--featured {
  grid-column: auto !important;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 551px !important;
  padding: 26px 20px 20px !important;
  gap: 0 !important;
  grid-template-columns: none !important;
}

.nb-feed.is-filtered .nb-card--featured .nb-card__media,
html.nb-feed-filtered .nb-card--featured .nb-card__media,
.nb-blogs:has(.nb-tabs__btn.is-active:not([data-filter="all"])) .nb-card--featured .nb-card__media,
body.nb-press-page .nb-feed.is-filtered .nb-card--featured .nb-card__media,
body.nb-press-page .nb-blogs:has(.nb-tabs__btn.is-active:not([data-filter="all"])) .nb-card--featured .nb-card__media {
  order: 1 !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: 249px !important;
  aspect-ratio: 16 / 9 !important;
  margin-bottom: 22px !important;
}

.nb-feed.is-filtered .nb-card--featured .nb-card__body,
html.nb-feed-filtered .nb-card--featured .nb-card__body,
.nb-blogs:has(.nb-tabs__btn.is-active:not([data-filter="all"])) .nb-card--featured .nb-card__body,
body.nb-press-page .nb-feed.is-filtered .nb-card--featured .nb-card__body,
body.nb-press-page .nb-blogs:has(.nb-tabs__btn.is-active:not([data-filter="all"])) .nb-card--featured .nb-card__body {
  order: 2 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  flex: 1;
}

.nb-feed.is-filtered .nb-card--featured .nb-card__title,
html.nb-feed-filtered .nb-card--featured .nb-card__title,
.nb-blogs:has(.nb-tabs__btn.is-active:not([data-filter="all"])) .nb-card--featured .nb-card__title,
body.nb-press-page .nb-feed.is-filtered .nb-card--featured .nb-card__title,
body.nb-press-page .nb-blogs:has(.nb-tabs__btn.is-active:not([data-filter="all"])) .nb-card--featured .nb-card__title {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
  max-width: 619px;
  font-size: 40px !important;
  font-weight: 300 !important;
  line-height: 1em !important;
  flex: 1;
}

.nb-feed.is-filtered .nb-card--featured .nb-read,
html.nb-feed-filtered .nb-card--featured .nb-read,
.nb-blogs:has(.nb-tabs__btn.is-active:not([data-filter="all"])) .nb-card--featured .nb-read,
body.nb-press-page .nb-feed.is-filtered .nb-card--featured .nb-read,
body.nb-press-page .nb-blogs:has(.nb-tabs__btn.is-active:not([data-filter="all"])) .nb-card--featured .nb-read {
  margin-top: auto !important;
  padding-top: 16px !important;
}

.nb-read {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  padding-top: 16px;
  font-family: var(--nb-ui);
  font-size: 18px;
  font-weight: 500;
  line-height: 19.2px;
  color: var(--nb-night);
}

.nb-read img {
  width: 16px;
  height: 16px;
}

.nb-card.is-hidden {
  display: none !important;
}

/* ---------- Pagination ---------- */
.nb-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 20px;
}

.nb-pager a,
.nb-pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 40px;
  min-height: 40px;
  padding: 11.5px 15px 12.5px;
  border-radius: 20px;
  font-family: var(--nb-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
}

.nb-pager .current,
.nb-pager a.is-active {
  background: var(--nb-page);
}

.nb-pager img {
  width: 14px;
  height: 14px;
}

/* ---------- Media kit ---------- */
.nb-kit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 38px;
  width: 100%;
  max-width: none;
}

.nb-kit {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  overflow: hidden;
  border-radius: 16px;
  isolation: isolate;
  background-color: #e8f0f7;
}

html body.nb-press-page .nb-kit,
html body.nb-press-page a.nb-kit {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
}

html body.nb-press-page .nb-kit img.nb-kit__bg,
html body.nb-press-page .nb-kit--assets img.nb-kit__bg,
.nb-kit img.nb-kit__bg {
  position: relative !important;
  inset: auto !important;
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.nb-kit__copy {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 40px;
}

body.nb-press-page .ast-article-single figure,
body.nb-press-page .ast-article-single img:not(figure img),
body.nb-press-page .ast-article-single img,
body.nb-press-page .nb-hero img,
body.nb-press-page .nb-card img,
body.nb-press-page .nb-about img,
body.nb-press-page .nb-inquire img,
body.nb-press-page .nb-kit img {
  box-shadow: none !important;
}

.nb-kit__title {
  margin: 0;
  font-family: var(--nb-display);
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
  color: var(--nb-night);
}

.nb-download {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--nb-ui);
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  color: var(--nb-night);
}

.nb-download img {
  width: 24px !important;
  height: 24px !important;
  max-width: none !important;
  box-shadow: none !important;
}

/* ---------- About CTA ---------- */
.nb-about {
  position: relative;
  min-height: 686px;
  margin-top: 60px;
  overflow: hidden;
}

.nb-about__media {
  position: absolute;
  inset: 0;
}

.nb-about__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.nb-about__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: min(643px, calc(100% - var(--nb-pad) * 2));
  margin-left: var(--nb-pad);
  padding: 170px 0;
}

.nb-about__title {
  margin: 0;
  font-family: var(--nb-display);
  font-size: 48px;
  font-weight: 300;
  line-height: 1em;
  color: var(--nb-night);
}

.nb-about__lede {
  margin: 0;
  font-family: var(--nb-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  color: var(--nb-night);
}

/* ---------- Media inquiries ---------- */
.nb-inquire {
  position: relative;
  min-height: 635px;
  overflow: hidden;
  color: var(--nb-frost);
}

.nb-inquire__media {
  position: absolute;
  inset: 0;
}

.nb-inquire__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.nb-inquire__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
  width: min(621px, calc(100% - var(--nb-pad) * 2));
  margin-left: var(--nb-pad);
  padding: 170px 0;
}

.nb-inquire__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.nb-inquire__title {
  margin: 0;
  font-family: var(--nb-display);
  font-size: 48px;
  font-weight: 300;
  line-height: 1em;
  color: var(--nb-frost);
}

.nb-inquire__lede {
  margin: 0;
  font-family: var(--nb-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  color: var(--nb-frost);
}

.nb-inquire__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.nb-inquire__mail {
  display: inline-flex;
  align-items: flex-start;
  gap: 7px;
  margin: 0;
  font-family: var(--nb-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}

.nb-inquire__mail img {
  width: 24px;
  height: 24px;
}

/* ---------- Footer (preview only) ---------- */
.nb-footer {
  background: var(--nb-frost);
  padding: 45px 40px 40px;
}

.nb-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nb-footer__logo {
  width: 195px;
  height: 49px;
  object-fit: contain;
}

.nb-footer__rule {
  height: 1px;
  margin: 18px 0;
  background: var(--nb-blue);
  border: 0;
}

.nb-footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.nb-footer__copy {
  margin: 0;
  font-family: var(--nb-body);
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: -0.25px;
  color: var(--nb-night);
}

.nb-footer__links {
  display: flex;
  justify-content: center;
  gap: 11px;
}

.nb-footer__links a {
  min-width: 156px;
  text-align: center;
  font-family: var(--nb-body);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.627px;
  text-transform: uppercase;
  color: var(--nb-night);
}

.nb-footer__social {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.nb-footer__social a {
  display: flex;
  width: 20px;
  height: 20px;
}

.nb-footer__social img {
  width: 20px;
  height: 20px;
}

/* ---------- Empty / loading ---------- */
.nb-empty {
  margin: 40px 0;
  font-family: var(--nb-body);
  font-size: 18px;
  color: var(--nb-muted);
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .nb-press {
    --nb-pad: 24px;
  }

  .nb-press__inner {
    padding-inline: 24px;
  }

  .nb-hero,
  .nb-about,
  .nb-inquire {
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-height: none;
    height: auto;
  }

  .nb-hero__media,
  .nb-about__media,
  .nb-inquire__media {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 180px;
    max-height: 280px;
    aspect-ratio: 16 / 9;
  }

  .nb-hero__media img,
  .nb-about__media img,
  .nb-inquire__media img {
    width: 100%;
    height: 100%;
    max-height: 280px;
    object-fit: cover;
  }

  .nb-hero__shade {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #fff 100%);
  }

  .nb-hero__copy,
  .nb-about__copy,
  .nb-inquire__copy {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0;
    padding: 32px var(--nb-pad) 48px;
    width: 100%;
  }

  .nb-hero__copy {
    order: 1;
    padding: 32px var(--nb-pad) 24px;
  }

  .nb-hero__media {
    order: 2;
  }

  .nb-hero__shade {
    display: none;
  }

  .nb-hero__title {
    font-size: 48px !important;
    font-weight: 400 !important;
    line-height: 1em !important;
  }

  .nb-section-head__title,
  .nb-about__title,
  .nb-inquire__title,
  .nb-card__title,
  .nb-kit__title {
    font-size: 32px !important;
    line-height: 1em !important;
  }

  .nb-card--featured {
    grid-template-columns: 1fr !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 20px !important;
  }

  .nb-card--featured .nb-card__body {
    height: auto !important;
    min-height: 0 !important;
    order: 2 !important;
    padding: 0 !important;
  }

  .nb-card--featured .nb-card__media {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    max-height: 280px !important;
    min-height: 180px !important;
    aspect-ratio: 16 / 9 !important;
    order: 1 !important;
  }

  .nb-card--featured .nb-card__media img {
    width: 100% !important;
    height: 100% !important;
  }

  .nb-card--featured .nb-card__title {
    margin-top: 16px !important;
    margin-bottom: 12px !important;
    font-size: 32px !important;
    line-height: 1.1 !important;
  }

  .nb-card--featured .nb-read {
    margin-top: auto;
    padding-top: 16px;
  }

  .nb-feed {
    grid-template-columns: 1fr;
  }

  .nb-card--featured {
    grid-column: auto;
  }

  .nb-kit-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .nb-card--grid {
    min-height: 0;
    height: auto;
  }

  .nb-kit {
    width: 100%; 
  }

  .nb-inquire {
    background: #041018;
  }

  .nb-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 28px !important;
    height: 63px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .nb-tabs::-webkit-scrollbar {
    display: none;
  }

  .nb-tabs__btn {
    flex: 0 0 auto !important;
    min-width: max-content !important;
    white-space: nowrap !important;
  }

  .nb-footer__bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .nb-footer__social {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .nb-header {
    padding: 12px 16px;
  }

  .nb-press {
    --nb-pad: 20px;
  }

  .nb-press__inner {
    padding-inline: 20px;
  }

  .nb-hero__title {
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
  }

  .nb-section-head__title,
  .nb-about__title,
  .nb-inquire__title {
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
  }

  .nb-card__title,
  .nb-kit__title {
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
  }

  .nb-hero__lede,
  .nb-about__lede,
  .nb-inquire__lede {
    font-size: 18px;
    font-weight: 400;
    line-height: 29.7px;
  }

  .nb-section-head__lede {
    font-size: 16px;
    font-weight: 300;
    line-height: 26.4px;
  }

  .nb-pill {
    font-weight: 100;
  }

  .nb-btn {
    width: auto;
  }
}

/* ---------- Astra chrome reset (press collection + singles) ---------- */
body.nb-press-page .ast-container,
body.nb-press-page .site-content,
body.nb-press-page #content,
body.nb-press-page #primary,
body.nb-press-page .ast-separate-container .site-main {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
  float: none !important;
}

body.nb-press-page .nb-blogs {
  width: 100% !important;
  max-width: none !important;
}

body.nb-press-page .nb-press__inner,
body.nb-press-page .nb-inkit .nb-press__inner,
body.nb-press-page .nb-blogs .nb-press__inner {
  width: 100% !important;
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

@media (max-width: 1100px) {
  html body.nb-press-page .nb-press__inner,
  html body.nb-press-page .nb-inkit .nb-press__inner,
  html body.nb-press-page .nb-blogs .nb-press__inner {
    padding-inline: 24px !important;
  }
}

@media (max-width: 767px) {
  html body.nb-press-page .nb-press__inner,
  html body.nb-press-page .nb-inkit .nb-press__inner,
  html body.nb-press-page .nb-blogs .nb-press__inner {
    padding-inline: 20px !important;
  }
}

body.nb-press-page .entry-header,
body.nb-press-page .ast-single-post .entry-header,
body.nb-press-page .ast-breadcrumbs-wrapper {
  display: none !important;
}

body.nb-press-page .site-main,
body.nb-press-page #primary.nb-press-primary,
body.nb-press-page .ast-plain-container .site-content,
body.nb-press-page .ast-page-builder-template .site-content {
  padding: 0;
  margin: 0;
  max-width: none;
}

body.nb-press-page .comments-area,
body.nb-press-page .ast-single-related-posts-container,
body.nb-press-page .post-navigation {
  display: none !important;
}

body.nb-press-page a.nb-btn,
body.nb-press-page a.nb-btn:hover,
body.nb-press-page a.nb-btn:focus,
body.nb-press-page a.nb-btn:visited,
body.elementor-kit-8 a.nb-btn,
body.elementor-kit-8 a.nb-btn:hover,
body.elementor-kit-8 a.nb-btn:visited,
.nb-press a.nb-btn {
  color: #0a1628 !important;
}

body.nb-press-page .nb-section-head__title,
body.nb-press-page .nb-about__title,
body.nb-press-page .nb-inquire__title,
body.nb-press-page .nb-article__title,
body.nb-press-page .nb-network__title,
body.elementor-kit-8 .nb-section-head__title,
body.elementor-kit-8 .nb-about__title,
body.elementor-kit-8 .nb-inquire__title,
body.elementor-kit-8 .nb-article__title,
body.elementor-kit-8 .nb-network__title {
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 1em !important;
}

@media (min-width: 768px) {
  html body.nb-press-page h3.nb-card__title,
  html body.nb-press-page .nb-card__title,
  html body.elementor-kit-8 h3.nb-card__title,
  html body.elementor-kit-8.nb-press-page h3.nb-card__title,
  html body.elementor-kit-8 .nb-card__title {
    font-size: 40px !important;
    font-weight: 300 !important;
    line-height: 1em !important;
  }

  html body.nb-press-page .nb-card--featured .nb-card__title,
  html body.nb-press-page a.nb-card--featured h3.nb-card__title,
  html body.elementor-kit-8 .nb-card--featured .nb-card__title {
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 56px !important;
  }
}

body.nb-press-page .nb-related__heading,
body.nb-press-page h2.nb-related__heading,
body.elementor-kit-8 .nb-related__heading,
body.elementor-kit-8 h2.nb-related__heading {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  color: #aaa !important;
}

body.nb-press-page .nb-related-card__title,
body.nb-press-page h3.nb-related-card__title,
body.elementor-kit-8 .nb-related-card__title,
body.elementor-kit-8 h3.nb-related-card__title {
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

body.nb-press-page .nb-kit__title,
body.elementor-kit-8 .nb-kit__title {
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

@media (max-width: 1100px) {
  body.nb-press-page .nb-section-head__title,
  body.nb-press-page .nb-about__title,
  body.nb-press-page .nb-inquire__title,
  body.nb-press-page .nb-card__title,
  body.nb-press-page .nb-article__title,
  body.nb-press-page .nb-network__title,
  body.nb-press-page .nb-kit__title,
  body.elementor-kit-8 .nb-section-head__title,
  body.elementor-kit-8 .nb-about__title,
  body.elementor-kit-8 .nb-inquire__title,
  body.elementor-kit-8 .nb-card__title,
  body.elementor-kit-8 .nb-article__title,
  body.elementor-kit-8 .nb-network__title,
  body.elementor-kit-8 .nb-kit__title {
    font-size: 32px !important;
    line-height: 1em !important;
  }

  body.nb-press-page .nb-card--featured .nb-card__title,
  body.elementor-kit-8 .nb-card--featured .nb-card__title {
    font-size: 32px !important;
    line-height: 1.1 !important;
  }

  body.nb-press-page .nb-tabs,
  body.elementor-kit-8 .nb-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    height: 63px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  body.nb-press-page .nb-tabs__btn,
  body.elementor-kit-8 .nb-tabs__btn {
    flex: 0 0 auto !important;
    min-width: max-content !important;
    white-space: nowrap !important;
  }

  .nb-kit__copy {
    top: 0;
    left: 0;
    padding: 24px;
  }
}

@media (max-width: 767px) {
  body.nb-press-page .nb-section-head__title,
  body.nb-press-page .nb-about__title,
  body.nb-press-page .nb-inquire__title,
  body.nb-press-page .nb-article__title,
  body.nb-press-page .nb-network__title,
  body.elementor-kit-8 .nb-section-head__title,
  body.elementor-kit-8 .nb-about__title,
  body.elementor-kit-8 .nb-inquire__title,
  body.elementor-kit-8 .nb-article__title,
  body.elementor-kit-8 .nb-network__title {
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
  }

  html body.nb-press-page h3.nb-card__title,
  html body.nb-press-page .nb-card__title,
  html body.nb-press-page .nb-card--featured .nb-card__title,
  html body.nb-press-page a.nb-card--featured h3.nb-card__title,
  html body.nb-press-page .nb-kit__title,
  html body.elementor-kit-8 h3.nb-card__title,
  html body.elementor-kit-8 .nb-card__title,
  html body.elementor-kit-8 .nb-card--featured .nb-card__title,
  html body.elementor-kit-8 a.nb-card--featured h3.nb-card__title,
  html body.elementor-kit-8 .nb-kit__title {
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
  }

  body.nb-press-page h1.nb-hero__title,
  body.elementor-kit-8 h1.nb-hero__title {
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
  }
}

body.nb-press-page h1.nb-network__title,
body.nb-press-page h2.nb-network__title,
body.nb-press-page .nb-network__title,
body.nb-press-page h2.nb-inquire__title,
body.nb-press-page .nb-inquire__title,
body.elementor-kit-8 h2.nb-inquire__title,
body.elementor-kit-8 h2.nb-network__title {
  color: #e8f0f7 !important;
}

body.nb-press-page .nb-inquire__lede,
body.nb-press-page .nb-network__lede {
  color: #e8f0f7 !important;
}

/* ---------- Single article (Figma 623:1965) ---------- */
body.single-post .nb-press-primary,
body.single-post .nb-article-page,
body.nb-press-page.single .nb-press-primary,
body.nb-press-page.single .nb-article-page {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.nb-article {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin: 67px auto 80px;
  padding: 0;
}

body.single-post .nb-article,
body.nb-press-page .nb-article,
body.nb-press-page article.nb-article.ast-article-single {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 67px auto 80px !important;
  padding: 0 !important;
  float: none !important;
}

.nb-article__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: center;
  margin: 0 auto 44px;
}

body.nb-press-page .nb-article__header,
body.nb-press-page .nb-article__title,
body.nb-press-page h1.nb-article__title,
body.nb-press-page .nb-article__lede,
body.elementor-kit-8 .nb-article__title,
body.elementor-kit-8 h1.nb-article__title,
body.elementor-kit-8 .nb-article__lede {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.nb-article__title {
  margin: 0 auto;
  max-width: 806px;
  font-family: var(--nb-display);
  font-size: 48px;
  font-weight: 400;
  line-height: 1em;
  color: var(--nb-ink);
  text-align: center;
}

.nb-article__lede {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  font-family: var(--nb-body);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: var(--nb-muted);
  text-align: center;
}

.nb-article__hero {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.nb-article__hero img,
body.nb-press-page .nb-article__hero img,
body.nb-press-page .ast-article-single .nb-article__hero img,
body.nb-press-page .nb-press .nb-article__hero img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 584px !important;
  max-height: 584px !important;
  margin: 0 auto !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 16px !important;
}

.nb-article__share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin: 12px auto 0;
  padding: 18px 0 22px;
  border-bottom: 1px solid #b5b5b5;
}

.nb-share {
  display: inline-flex;
  width: 20px;
  height: 20px;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.nb-share:hover {
  opacity: 1;
}

.nb-share img {
  width: 20px;
  height: 20px;
  max-width: none;
  object-fit: contain;
}

.nb-article__grid {
  display: grid;
  grid-template-columns: 291px minmax(0, 820px);
  justify-content: space-between;
  gap: 48px;
  align-items: start;
  width: 100%;
  max-width: 1200px;
  margin: 48px auto 0;
}

.nb-article__grid--full {
  grid-template-columns: 1fr;
}

.nb-article-nav {
  position: sticky;
  top: 120px;
}

.nb-article-nav__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nb-article-nav__list::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 6px;
  width: 1px;
  background: #e5e5e5;
}

.nb-article-nav__item {
  position: relative;
  margin: 0 0 28px;
}

.nb-article-nav__item:last-child {
  margin-bottom: 0;
}

.nb-article-nav__item a {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: inherit;
  text-decoration: none;
}

.nb-article-nav__dot {
  position: relative;
  z-index: 1;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border: 1px solid #b8b8b8;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}

.nb-article-nav__item.is-active .nb-article-nav__dot {
  background: var(--nb-teal);
  border-color: var(--nb-teal);
}

.nb-article-nav__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.nb-article-nav__kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--nb-body);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #b5b5b5;
}

.nb-article-nav__item.is-active .nb-article-nav__kicker {
  color: var(--nb-teal);
}

.nb-article-nav__title {
  font-family: var(--nb-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--nb-night);
}

.nb-article-body {
  min-width: 0;
  font-family: var(--nb-body);
  color: #333;
}

.nb-article-body p {
  margin: 0 0 1.1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}

.nb-article-body h2,
.nb-article-body h3,
body.nb-press-page .nb-article-body h2,
body.nb-press-page .nb-article-body h3,
body.elementor-kit-8 .nb-article-body h2,
body.elementor-kit-8 .nb-article-body h3 {
  margin: 1.6em 0 0.55em;
  font-family: var(--nb-display);
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #111;
  scroll-margin-top: 120px;
}

.nb-article-body h2:first-child,
.nb-article-body h3:first-child {
  margin-top: 0;
}

.nb-article-body img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 24px auto;
  border-radius: 16px;
  object-fit: cover;
}

.nb-article-body ul,
.nb-article-body ol {
  margin: 0 0 1.1em;
  padding-left: 1.2em;
  font-size: 16px;
  line-height: 1.7;
}

.nb-article-body a {
  color: var(--nb-blue);
  text-decoration: underline;
}

/* ---------- Related articles ---------- */
.nb-related {
  padding: 0 52px 80px;
}

.nb-related__inner {
  width: 100%;
  max-width: 1336px;
  margin: 0 auto;
}

body.nb-press-page .nb-related__grid,
.nb-related__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px;
}

.nb-related__heading {
  margin: 0 0 49px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
  font-family: var(--nb-body);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  color: #aaa;
}

.nb-related-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}

.nb-related-card__media {
  width: 100%;
  height: 328px;
  max-height: 328px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--nb-card);
}

body.nb-press-page .nb-related-card__media,
body.nb-press-page .ast-article-single .nb-related-card__media {
  height: 328px !important;
  max-height: 328px !important;
}

body.nb-press-page .nb-related-card__media img,
body.nb-press-page .ast-article-single .nb-related-card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.nb-related-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nb-related-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
}

.nb-related-card__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.nb-related-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.nb-related-card__kicker {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(62, 207, 178, 0.12);
  font-family: var(--nb-body);
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #0a1628;
}

.nb-related-card__read {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--nb-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #6a7282;
}

.nb-related-card__read img {
  width: 14px;
  height: 14px;
}

.nb-related-card__title {
  margin: 0;
  font-family: var(--nb-display);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #0a1628;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nb-related-card__excerpt {
  margin: 0;
  width: 100%;
  max-height: 46px;
  font-family: var(--nb-body);
  font-size: 14px;
  font-weight: 200;
  line-height: 23.1px;
  color: #0a1628;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nb-related-card .nb-read {
  margin-top: 0 !important;
  padding-top: 0 !important;
  font-family: var(--nb-ui);
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  color: #0a1628;
}

.nb-related-card .nb-read img {
  width: 14px;
  height: 14px;
}

/* ---------- Join the NorBot Network CTA ---------- */
.nb-network {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 509px;
  overflow: hidden;
  color: var(--nb-frost);
  text-align: center;
}

.nb-network__media {
  position: absolute;
  inset: 0;
}

.nb-network__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nb-network__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 16, 24, 0.45);
}

.nb-network__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 56px;
}

body.nb-press-page .nb-network__title,
.nb-press h2.nb-network__title,
.nb-network__title {
  margin: 0;
  font-family: var(--nb-display);
  font-size: 48px;
  font-weight: 300;
  line-height: 1em;
  color: #e8f0f7;
}

.nb-network__lede {
  margin: 0;
  font-family: var(--nb-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  color: var(--nb-frost);
}

.nb-network .nb-btn {
  min-width: 172px;
}

@media (max-width: 1100px) {
  .nb-article,
  body.single-post .nb-article,
  body.nb-press-page .nb-article,
  body.nb-press-page article.nb-article.ast-article-single {
    padding: 40px 24px 64px !important;
  }

  .nb-article__hero img,
  body.nb-press-page .nb-article__hero img,
  body.nb-press-page .ast-article-single .nb-article__hero img {
    height: auto !important;
    max-height: 360px !important;
  }

  .nb-article__title,
  .nb-network__title {
    font-size: 32px;
    line-height: 1em;
  }

  .nb-article__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .nb-article-nav {
    position: relative;
    top: auto;
    overflow-x: auto;
  }

  .nb-article-nav__list {
    display: flex;
    gap: 20px;
    padding-bottom: 8px;
  }

  .nb-article-nav__list::before {
    display: none;
  }

  .nb-article-nav__item {
    margin: 0;
    flex: 0 0 auto;
    max-width: 180px;
  }

  .nb-related {
    padding: 0 24px 64px;
  }

  body.nb-press-page .nb-related__grid,
  .nb-related__grid {
    grid-template-columns: 1fr !important;
  }

  .nb-network {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    background: #041018;
  }

  .nb-network__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
  }

  .nb-network__media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
  }

  .nb-network__copy {
    padding: 64px 24px;
  }
}

@media (max-width: 767px) {
  .nb-article__title,
  .nb-network__title {
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
  }

  .nb-article__lede,
  .nb-network__lede {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
  }

  .nb-related-card__media,
  body.nb-press-page .nb-related-card__media {
    height: 200px !important;
    max-height: 200px !important;
  }
}

/* Elementor kit headings (body.elementor-kit-8 h3) beat class-only rules. */
html body.nb-press-page h1.nb-article__title,
html body.elementor-kit-8 h1.nb-article__title,
html body.elementor-kit-8.nb-press-page h1.nb-article__title {
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  text-align: center !important;
}

html body.nb-press-page h2.nb-related__heading,
html body.elementor-kit-8 h2.nb-related__heading,
html body.elementor-kit-8.nb-press-page h2.nb-related__heading {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  color: #aaa !important;
}

html body.nb-press-page h3.nb-related-card__title,
html body.elementor-kit-8 h3.nb-related-card__title,
html body.elementor-kit-8.nb-press-page h3.nb-related-card__title,
html body.nb-press-page .nb-related-card__title {
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  color: #0a1628 !important;
}

html body.nb-press-page .nb-related-card__excerpt,
html body.elementor-kit-8.nb-press-page .nb-related-card__excerpt {
  font-size: 14px !important;
  font-weight: 200 !important;
  line-height: 23.1px !important;
}

html body.nb-press-page .nb-article-body h2,
html body.nb-press-page .nb-article-body h3,
html body.elementor-kit-8.nb-press-page .nb-article-body h2,
html body.elementor-kit-8.nb-press-page .nb-article-body h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

@media (min-width: 768px) {
  html body.nb-press-page h3.nb-card__title,
  html body.elementor-kit-8 h3.nb-card__title,
  html body.elementor-kit-8.nb-press-page h3.nb-card__title,
  html body.nb-press-page .nb-card__title {
    font-size: 40px !important;
    font-weight: 300 !important;
    line-height: 1em !important;
  }
}
