/* land.wholetech.com — canonical site nav · single source of truth · 2026-05-13 */
.lwt-strip{
  position:sticky;top:0;z-index:1000;
  display:flex;gap:0;align-items:center;
  background:#0F1626;color:#F2EBDC;
  font-family:'DM Mono','Menlo',ui-monospace,monospace;
  font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;font-weight:500;
  border-bottom:1px solid rgba(210,106,48,.55);
  padding:0 14px;min-height:36px;height:36px;
  white-space:nowrap;overflow-x:auto;overflow-y:hidden;
  line-height:1;
  scrollbar-width:none;
}
.lwt-strip::-webkit-scrollbar{display:none}
.lwt-strip a{
  color:#C7CADA;text-decoration:none;border-bottom:0;
  padding:0 11px;height:36px;
  display:inline-flex;align-items:center;
  letter-spacing:.16em;
  transition:color .15s,background .15s;
  flex:0 0 auto;
}
.lwt-strip a:hover{color:#FFFFFF;background:rgba(255,255,255,.04)}
.lwt-strip a.lwt-active{color:#F2C794;background:rgba(255,255,255,.06);box-shadow:inset 0 -2px 0 #D26A30}
.lwt-strip .lwt-home{
  margin-right:auto;padding-left:0;padding-right:18px;
  position:relative;
}
.lwt-strip .lwt-home::after{
  content:"";position:absolute;right:6px;top:9px;bottom:9px;width:1px;
  background:rgba(255,255,255,.12);
}
.lwt-strip .lwt-home strong{
  font-family:'Instrument Serif','Cambria',Georgia,serif;
  font-size:15px;font-weight:400;text-transform:none;letter-spacing:0;
  color:#F2EBDC;
}
.lwt-strip .lwt-home strong em{font-style:italic;color:#F2C794}
.lwt-strip .lwt-home:hover{background:transparent}

/* Bottom attribution strip — single thin line, not a duplicate menu */
.lwt-foot-meta{
  display:block;
  padding:11px 18px 13px;
  background:#0A0F1A;color:#6A7286;
  font-family:'DM Mono','Menlo',ui-monospace,monospace;
  font-size:10px;letter-spacing:.18em;text-transform:uppercase;
  text-align:center;line-height:1.5;
  border-top:1px solid rgba(255,255,255,.06);
}
.lwt-foot-meta a{color:#A3A8B8;border-bottom:0;text-decoration:none}
.lwt-foot-meta a:hover{color:#F2C794}
.lwt-foot-meta .sep{color:#2A3142;margin:0 8px}

@media (max-width:760px){
  .lwt-strip{font-size:10px;padding:0 10px;height:34px;min-height:34px}
  .lwt-strip a{padding:0 8px;height:34px}
  .lwt-strip .lwt-home strong{font-size:13.5px}
  .lwt-strip .lwt-home::after{top:8px;bottom:8px}
  .lwt-foot-meta{font-size:9px;padding:10px 14px;letter-spacing:.14em}
}
