/* Operluma source-level overrides. Brand content is written into each HTML file at build time. */
.nav-logo,
.mobile-menu-logo,
.footer-logo-img,
.logo-img {
  object-fit: contain;
  object-position: left center;
}

.nav-logo,
.mobile-menu-logo {
  width: 180px !important;
  height: 52px !important;
}

.footer-logo-img,
.logo-img {
  width: 180px !important;
  height: auto !important;
}

.w-form-done.operluma-visible {
  display: block !important;
}

[data-operluma-form] .w-form-fail {
  display: none !important;
}

.operluma-consent-hidden {
  display: none !important;
}

html.operluma-consent-decided [fs-cc="banner"] {
  display: none !important;
}

html.operluma-consent-pending [fs-cc="banner"] {
  display: flex !important;
  transform: none !important;
}

.operluma-static-media {
  position: relative;
  overflow: hidden;
}

.operluma-static-media__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.operluma-static-cover {
  position: relative;
  width: 100%;
  min-height: 280px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: inherit;
  background: #24105f;
}

.operluma-static-cover__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.operluma-static-cover--clean .operluma-static-cover__image {
  object-position: center 58%;
}

.operluma-static-cover__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  padding: clamp(22px, 4vw, 48px);
  color: #fff;
  background: linear-gradient(90deg, rgba(20, 8, 61, .88) 0%, rgba(20, 8, 61, .5) 46%, rgba(20, 8, 61, .08) 76%);
}

.operluma-static-cover__logo {
  width: min(42%, 220px);
  height: auto;
  margin-bottom: auto;
}

.operluma-static-cover__eyebrow {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.operluma-static-cover__title {
  width: min(80%, 720px);
  font-size: clamp(22px, 3.1vw, 46px);
  font-weight: 700;
  line-height: 1.08;
  text-wrap: balance;
}

.w-richtext figure.operluma-static-figure {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  padding: 0 !important;
}

.w-richtext figure.operluma-static-figure > div {
  width: 100% !important;
  height: auto !important;
}

.operluma-static-youtube {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 14px;
  background: none !important;
}

.operluma-static-youtube > .operluma-static-cover,
.operluma-static-figure .operluma-static-cover {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.operluma-static-youtube > .operluma-static-cover {
  min-height: 100%;
}

.operluma-disabled-external {
  cursor: default !important;
  pointer-events: none !important;
}

.operluma-login-body {
  margin: 0;
  color: #202437;
  background: #f9f9ff;
  font-family: Arial, Helvetica, sans-serif;
}

.operluma-login-page {
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 64px 24px;
  background: #f9f9ff;
}

.operluma-login-logo {
  display: block;
  width: 182px;
  margin: 0 0 46px;
}

.operluma-login-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.operluma-login-card {
  box-sizing: border-box;
  width: min(100%, 512px);
  padding: 34px 32px 31px;
  border: 1px solid #d9dce8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(20, 24, 40, .02);
}

.operluma-login-card h1 {
  margin: 0 0 21px;
  color: #202437;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.operluma-login-form {
  display: flex;
  flex-direction: column;
}

.operluma-login-form label {
  margin: 0 0 8px;
  color: #303548;
  font-size: 13px;
  line-height: 1.2;
}

.operluma-login-form input {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  margin: 0 0 18px;
  padding: 0 10px;
  border: 1px solid #cfd4e2;
  border-radius: 4px;
  outline: none;
  color: #202437;
  background: #fff;
  font: inherit;
  font-size: 14px;
}

.operluma-login-form input:focus {
  border-color: #3510c9;
  box-shadow: 0 0 0 3px rgba(53, 16, 201, .1);
}

.operluma-password-field {
  position: relative;
}

.operluma-password-field input {
  padding-right: 46px;
}

.operluma-password-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  color: #95a0b9;
  background: transparent;
  cursor: pointer;
}

.operluma-password-toggle svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.operluma-login-submit {
  width: 100%;
  height: 48px;
  margin-top: -1px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: #19c8a2;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.operluma-login-submit:hover,
.operluma-login-submit:focus-visible {
  background: #14b692;
}

.operluma-login-divider {
  height: 1px;
  margin: 16px 0 17px;
  background: #e2e4ec;
}

.operluma-forgot-password {
  margin: 0;
  color: #6e7893;
  font-size: 14px;
  line-height: 1.5;
}

.operluma-forgot-password a {
  margin-left: 5px;
  color: #13b996;
  text-decoration: none;
}

.operluma-login-card .w-form-done {
  display: none;
}

.operluma-login-card .w-form-done.operluma-visible {
  display: block;
  padding: 16px;
  border-radius: 4px;
  color: #146c5b;
  background: #e7faf5;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 767px) {
  .nav-logo,
  .mobile-menu-logo { width: 142px !important; height: 44px !important; }
  .operluma-login-page { padding: 48px 20px; }
  .operluma-login-logo { width: 160px; margin-bottom: 34px; }
  .operluma-login-card { padding: 30px 24px 28px; }
  .operluma-static-cover { min-height: 230px; }
  .operluma-static-cover__overlay { padding: 20px; }
  .operluma-static-cover__title { width: 100%; font-size: 22px; }

  .lpt-tocbar {
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
  }

  .lpt-body .w-richtext {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
  }

  .lpt-body .w-richtext table {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed;
  }

  .lpt-body .w-richtext th,
  .lpt-body .w-richtext td {
    overflow-wrap: anywhere;
  }
}
