.brand-lockup {
  position: relative;
  z-index: 3;
  width: max-content;
  height: 40px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 5px 12px;
  overflow: hidden;
  color: #141413;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.28), 0 8px 28px rgba(0, 0, 0, 0.12);
}

.brand-lockup__logo {
  width: 21px !important;
  min-width: 21px;
  max-width: 21px !important;
  height: 28px !important;
  min-height: 28px;
  max-height: 28px !important;
  display: block;
  flex: 0 0 21px;
  object-fit: contain !important;
  filter: none !important;
}

.brand-lockup__name {
  display: block;
  font-family: var(--sans);
  font-size: 0.69rem;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Preserve the original hero proportions in the deployed static shell. */
.hero h1 {
  font-size: clamp(3.6rem, 7.2vw, 7.3rem) !important;
  font-weight: 650 !important;
  letter-spacing: -0.065em !important;
  line-height: 0.88 !important;
}

.hero-topic-link {
  --topic-accent: #48bd68;
  position: relative;
  display: inline-block;
  color: inherit;
  cursor: pointer;
}

.hero-topic-link.security-link {
  --topic-accent: #ff625c;
}

.hero-topic-link:focus-visible {
  border-radius: 0.04em;
  outline: 2px solid var(--topic-accent);
  outline-offset: 0.08em;
}

.link-label {
  position: relative;
  display: inline-block;
  padding-bottom: 0.11em;
  color: white;
  background-image: linear-gradient(90deg, var(--topic-accent) 0 50%, #fff 50% 100%);
  background-position: 100% 0;
  background-size: 205% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: background-position 480ms cubic-bezier(.22,.72,.2,1);
}

.link-label::after,
.link-label::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.015em;
  left: 0;
  height: 0.06em;
  background: #fff;
}

.link-label::before {
  z-index: 1;
  background: var(--topic-accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 480ms cubic-bezier(.22,.72,.2,1);
}

.hero-topic-link:hover .link-label,
.hero-topic-link:focus-visible .link-label {
  background-position: 0 0;
}

.hero-topic-link:hover .link-label::before,
.hero-topic-link:focus-visible .link-label::before {
  transform: scaleX(1);
}

.hero-line {
  padding-bottom: 0.22em !important;
  margin-bottom: -0.12em;
}

.hero-lower {
  margin-top: 2.4rem !important;
}

.hero-lower p {
  max-width: 660px !important;
  font-size: clamp(1.2rem, 2vw, 1.7rem) !important;
  line-height: 1.23 !important;
}

.round-link {
  padding-bottom: 0.45rem !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.04em !important;
}

.blank-slate {
  height: 100svh;
  min-height: 680px;
  background: var(--ivory);
}

@media (max-width: 900px) {
  .hero h1 {
    font-size: clamp(3.1rem, 10.4vw, 5.8rem) !important;
  }
}

@media (max-width: 560px) {
  .brand-lockup {
    height: 36px;
    gap: 8px;
    padding: 4px 10px;
  }

  .brand-lockup__logo {
    width: 19px !important;
    min-width: 19px;
    max-width: 19px !important;
    height: 25px !important;
    min-height: 25px;
    max-height: 25px !important;
    flex-basis: 19px;
  }

  .brand-lockup__name {
    font-size: 0.62rem;
    letter-spacing: 0.17em;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 14vw, 4.6rem) !important;
    line-height: 0.9 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .link-label,
  .link-label::before {
    transition-duration: 0.01ms;
  }
}
