/* Homepage integration: retain the live marketing shell and its navigation. */
body.theme-home::after { display: none; }
body.theme-home .nav { padding-block: 17px; }
body.theme-home .nav-logo { white-space: nowrap; flex-shrink: 0; }
body.theme-home .nav-burger { width: 44px; height: 44px; }
body.theme-home .nav-top-contact { min-height: 44px; display: inline-flex; align-items: center; border-width: 1px; border-color: #ffffff99; }
.home-entry-links { display: flex; justify-content: center; gap: clamp(28px, 6vw, 84px); padding: 8px 20px; background: #0a0b0f; }
.home-entry-links > a { display: inline-flex; align-items: center; min-height: 44px; font: 13px 'IBM Plex Mono', monospace; color: #dddce3; }
.home-entry-links > a span { margin-left: 14px; color: #a7a2b6; }
.home-entry-links > a:hover, .home-entry-links > a:focus-visible { color: #fff; }
.home-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.home-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px max(24px, 3.4vw); border-top: 1px solid #ffffff12; background: #090a0e; }
.home-footer-mail { font: 500 13px Archivo, sans-serif; color: #f4f1ea; }
.home-footer-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; color: #9c9daa; font: 11px Archivo, sans-serif; }
.home-footer-meta nav { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.home-footer-meta a:hover, .home-footer-meta a:focus-visible { color: #fff; }
#header3d-root .header3d-gateway { height: calc(100svh - 190px); min-height: 450px; }
@media (max-width:700px) {
  #header3d-root .header3d-gateway { height: clamp(420px, calc(100svh - 190px), 620px); min-height: 420px; }
  .home-entry-links { gap: 24px; }
  .home-entry-links > a { font-size: 12px; }
  .home-entry-links > a span { margin-left: 6px; }
  .home-footer { padding: 16px 20px; flex-direction: column; align-items: flex-start; gap: 8px; }
  .home-footer-mail { display: inline-flex; align-items: center; min-height: 32px; }
  .home-footer-meta { align-items: flex-start; flex-direction: column; gap: 6px; font-size: 12px; }
  .home-footer-meta a { display: inline-flex; align-items: center; min-height: 32px; }
}
@media (max-width:360px) {
  body.theme-home .nav-logo { font-size: 17px; }
  body.theme-home .nav-top-contact { font-size: 11px; padding-inline: 14px; }
  body.theme-home .nav-burger { margin-left: 6px; }
}
