/* Hidden on production; preview-env.js adds .ip-site-preview on staging hosts */
.ip-preview-only {
  display: none !important;
}

html.ip-site-preview .ip-preview-only {
  display: inline !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: #0b0b12;
  color: #faf9f7;
}
.skip-link:focus {
  left: 0;
}

a[data-spec-preview] {
  cursor: default;
}

.ip-nav-wide {
  display: flex;
}
.ip-nav-narrow-btn {
  display: none;
}
.ip-wide-only {
  display: block;
}
.ip-narrow-only {
  display: none;
}

@media (max-width: 1150px) {
  .ip-nav-wide {
    display: none !important;
  }
  .ip-nav-narrow-btn {
    display: inline-block !important;
  }
  .ip-wide-only {
    display: none !important;
  }
  .ip-narrow-only {
    display: block !important;
  }
}

.ip-header a:hover,
.ip-shell footer a:hover {
  color: #4e01f1;
}

.ip-nav-mobile[hidden] {
  display: none !important;
}

.ip-nav-mobile:not([hidden]) {
  display: flex !important;
  flex-direction: column;
}

/* Studio credit (factory standard — uf·labs wordmark on dark band) */
.footer-studio {
  display: flex;
  justify-content: center;
  padding: 14px 1rem 16px;
  background: #0d1113;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.studio-credit {
  display: inline-flex;
  text-decoration: none;
  color: rgba(237, 240, 241, 0.72);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.studio-credit:hover {
  color: #edf0f1;
}

.studio-credit-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  line-height: 1.35;
  text-align: center;
}

.studio-credit-line {
  letter-spacing: 0.02em;
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
}

.studio-credit-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  text-align: center;
}

.studio-credit-wordmark {
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #edf0f1;
  text-transform: lowercase;
}

.studio-credit-dot {
  display: inline-block;
  width: 0.34em;
  height: 0.34em;
  margin: 0 0.12em;
  border-radius: 50%;
  background-color: #12a574;
  vertical-align: 0.1em;
}

.studio-credit-tagline {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 400;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(237, 240, 241, 0.55);
}

.studio-credit:hover .studio-credit-wordmark {
  color: #edf0f1;
}

.ip-shell footer .studio-credit,
.ip-shell footer .studio-credit:hover {
  color: rgba(237, 240, 241, 0.72);
}

.ip-shell footer .studio-credit:hover {
  color: #edf0f1;
}

.ip-shell footer .studio-credit:hover .studio-credit-wordmark {
  color: #edf0f1;
}
