a:focus-visible,
summary:focus-visible,
[role="button"]:focus-visible {
  outline: 3px solid #0050ff !important;
  outline-offset: 3px !important;
}

.eyebrow {
  line-height: 1.4 !important;
}

.eyebrow-hero {
  font-size: 14px !important;
  letter-spacing: 0.18em !important;
}

.eyebrow-foundation-card {
  font-size: 13px !important;
  letter-spacing: 0.12em !important;
}

.eyebrow-foundation {
  font-size: 14px !important;
  letter-spacing: 0.16em !important;
}

.zoomable-image {
  cursor: zoom-in;
  transition: filter 0.16s ease;
}

.zoomable-image:hover {
  filter: brightness(0.96);
}

.zoomable-image:focus-visible {
  outline: 4px solid #0050ff !important;
  outline-offset: -4px !important;
}

.image-lightbox {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  padding: 56px 24px 20px;
  border: 0;
  box-sizing: border-box;
  background: rgba(7, 10, 15, 0.94);
  color: #fff;
}

.image-lightbox[open] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-lightbox::backdrop {
  background: rgba(7, 10, 15, 0.88);
  backdrop-filter: blur(5px);
}

.image-lightbox figure {
  display: flex;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}

.image-lightbox img {
  width: auto;
  max-width: min(96vw, 1800px);
  height: auto;
  max-height: calc(100vh - 100px);
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.52);
}

.image-lightbox figcaption {
  font: 600 13px/1.4 Montserrat, sans-serif;
  color: #d9dee7;
  text-align: center;
}

.image-lightbox-close {
  position: fixed;
  z-index: 1;
  top: 14px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(18, 23, 31, 0.9);
  color: #fff;
  cursor: pointer;
  font: 400 30px/36px Montserrat, sans-serif;
}

.image-lightbox-close:hover {
  background: #0050ff;
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    height: auto !important;
    min-width: 0;
    min-height: 100vh !important;
    overflow-y: visible !important;
  }

  body > div,
  .sc-host {
    width: 100% !important;
    height: auto !important;
    min-height: 100vh !important;
  }

  .hub-root {
    padding: 28px 18px 44px !important;
  }

  .hub-root > div:nth-child(2) {
    margin-top: 62px !important;
  }

  .hub-root > div:nth-child(2) h1 {
    font-size: clamp(40px, 12vw, 48px) !important;
    line-height: 1.06 !important;
  }

  .hub-root > div:nth-child(2) p {
    font-size: 16px !important;
  }

  .hub-root > div:nth-child(3) {
    margin-top: 48px !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .hub-root > div:nth-child(3) > a {
    min-height: 0 !important;
    padding: 26px 24px !important;
  }

  header {
    height: auto !important;
    min-height: 0 !important;
    background: #fff !important;
  }

  header > div {
    height: auto !important;
    min-height: 0 !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
    gap: 13px !important;
    padding: 14px 20px !important;
  }

  header img {
    height: 34px !important;
    max-width: 96px !important;
  }

  header nav {
    display: grid !important;
    width: 100% !important;
    padding-top: 9px !important;
    border-top: 1px solid #ecece8 !important;
    gap: 2px 6px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  header nav a {
    display: flex !important;
    min-width: 0 !important;
    min-height: 34px !important;
    align-items: center !important;
    padding: 7px 4px !important;
    border-radius: 7px !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    text-align: left !important;
    white-space: normal !important;
  }

  header nav a:last-child {
    justify-content: center !important;
    background: #0050ff !important;
    color: #fff !important;
    text-align: center !important;
  }

  section > div[style*="max-width"] {
    padding-right: 22px !important;
    padding-left: 22px !important;
  }

  section [style*="grid-template-columns"] {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  section [style*="display:grid"] {
    gap: 28px !important;
  }

  section h1 {
    max-width: 100% !important;
    font-size: clamp(40px, 12vw, 54px) !important;
    line-height: 1.08 !important;
    overflow-wrap: break-word !important;
  }

  section h2 {
    max-width: 100% !important;
    font-size: clamp(30px, 9vw, 40px) !important;
    line-height: 1.12 !important;
    overflow-wrap: break-word !important;
  }

  section h3,
  section p,
  section ul,
  section ol {
    max-width: 100% !important;
  }

  section img {
    max-width: 100% !important;
    height: auto !important;
  }

  footer > div {
    align-items: flex-start !important;
    flex-direction: column !important;
    padding-right: 22px !important;
    padding-left: 22px !important;
  }

  .image-lightbox {
    padding: 58px 10px 16px;
  }

  .image-lightbox img {
    max-width: calc(100vw - 20px);
    max-height: calc(100vh - 92px);
  }

}
